Searched refs:Pixel (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | HLSLRuntime.h | 26 static_cast<uint32_t>(E) - static_cast<uint32_t>(llvm::Triple::Pixel); in getStageFromEnvironment() 38 ENUM_COMPARE_ASSERT(Pixel)
|
| H A D | LangOptions.h | 62 Pixel = 0, enumerator
|
| H A D | Attr.td | 4048 // (uint32_t)llvm::Triple::EnvironmentType::Pixel). 4058 "Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
|
| H A D | DiagnosticSemaKinds.td | 11753 def err_hlsl_attr_unsupported_in_stage : Error<"attribute %0 is unsupported in %select{Pixel|Vertex…
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 278 case Pixel: return "pixel"; in getEnvironmentTypeName() 628 .StartsWith("pixel", Triple::Pixel) in parseEnvironment() 1896 static_assert(Triple::Vertex - Triple::Pixel == 1, 1898 static_assert(Triple::Geometry - Triple::Pixel == 2, 1900 static_assert(Triple::Hull - Triple::Pixel == 3, 1902 static_assert(Triple::Domain - Triple::Pixel == 4, 1904 static_assert(Triple::Compute - Triple::Pixel == 5, 1906 static_assert(Triple::Library - Triple::Pixel == 6, 1908 static_assert(Triple::RayGeneration - Triple::Pixel == 7, 1910 static_assert(Triple::Intersection - Triple::Pixel == 8, [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | wrappers_cpp_test.cpp | 63 class Pixel { class 84 testCxxNew<Pixel>(); in TEST()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILMetadata.cpp | 45 case Triple::Pixel: in getShortShaderStage() 85 return (uint32_t)Env - (uint32_t)llvm::Triple::Pixel; in getShaderStage() 294 case Triple::EnvironmentType::Pixel: { in createEntryMD()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 45 case Triple::EnvironmentType::Pixel: in isLegalShaderModel() 76 .Case("ps", Triple::EnvironmentType::Pixel) in tryParseProfile()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDXContainerWriter.cpp | 125 static_cast<uint16_t>(TT.getEnvironment() - Triple::Pixel); in writeObject()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | DirectXUsage.rst | 51 ``pixel`` Pixel shader
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 261 Pixel, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 390 Twine((uint32_t)ShaderStage::Pixel)); in InitializeStandardPredefinedMacros()
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 1474 0x37 Cursor Pixel Positioning
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 7038 (uint32_t)llvm::Triple::Pixel; in handleHLSLSV_DispatchThreadIDAttr()
|