Home
last modified time | relevance | path

Searched refs:Pixel (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DHLSLRuntime.h26 static_cast<uint32_t>(E) - static_cast<uint32_t>(llvm::Triple::Pixel); in getStageFromEnvironment()
38 ENUM_COMPARE_ASSERT(Pixel)
DLangOptions.h62 Pixel = 0, enumerator
DAttr.td4048 // (uint32_t)llvm::Triple::EnvironmentType::Pixel).
4058 "Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
DDiagnosticSemaKinds.td11753 def err_hlsl_attr_unsupported_in_stage : Error<"attribute %0 is unsupported in %select{Pixel|Vertex…
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_cpp_test.cpp63 class Pixel { class
84 testCxxNew<Pixel>(); in TEST()
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DHLSL.cpp45 case Triple::EnvironmentType::Pixel: in isLegalShaderModel()
76 .Case("ps", Triple::EnvironmentType::Pixel) in tryParseProfile()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCDXContainerWriter.cpp125 static_cast<uint16_t>(TT.getEnvironment() - Triple::Pixel); in writeObject()
/openbsd/src/gnu/llvm/llvm/docs/
DDirectXUsage.rst51 ``pixel`` Pixel shader
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DInitPreprocessor.cpp390 Twine((uint32_t)ShaderStage::Pixel)); in InitializeStandardPredefinedMacros()
/openbsd/src/share/misc/
Dusb_hid_usages1474 0x37 Cursor Pixel Positioning
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclAttr.cpp7038 (uint32_t)llvm::Triple::Pixel; in handleHLSLSV_DispatchThreadIDAttr()