Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp272 case Pixel: return "pixel"; in getEnvironmentTypeName()
616 .StartsWith("pixel", Triple::Pixel) in parseEnvironment()
1936 static_assert(Triple::Vertex - Triple::Pixel == 1,
1938 static_assert(Triple::Geometry - Triple::Pixel == 2,
1940 static_assert(Triple::Hull - Triple::Pixel == 3,
1942 static_assert(Triple::Domain - Triple::Pixel == 4,
1944 static_assert(Triple::Compute - Triple::Pixel == 5,
1946 static_assert(Triple::Library - Triple::Pixel == 6,
1952 static_assert(Triple::AnyHit - Triple::Pixel == 9,
1956 static_assert(Triple::Miss - Triple::Pixel == 11,
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_cpp_test.cpp63 class Pixel { class
84 testCxxNew<Pixel>(); in TEST()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp45 case Triple::EnvironmentType::Pixel: in isLegalShaderModel()
76 .Case("ps", Triple::EnvironmentType::Pixel) in tryParseProfile()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDXContainerWriter.cpp121 static_cast<uint16_t>(TT.getEnvironment() - Triple::Pixel); in writeObject()
/llvm-project-15.0.7/llvm/docs/
H A DDirectXUsage.rst51 ``pixel`` Pixel shader
/llvm-project-15.0.7/clang/test/SemaHLSL/
H A Dnum_threads.hlsl101 #else // Vertex and Pixel only beyond here
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h58 Pixel = 0, enumerator
H A DAttr.td4017 ["Pixel", "Vertex", "Geometry", "Hull", "Domain",
H A DDiagnosticSemaKinds.td11636 def err_hlsl_attr_unsupported_in_stage : Error<"attribute %0 is unsupported in %select{Pixel|Vertex…
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h251 Pixel, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp389 Twine((uint32_t)ShaderStage::Pixel)); in InitializeStandardPredefinedMacros()
406 (uint32_t)llvm::Triple::Pixel; in InitializeStandardPredefinedMacros()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp706 EXPECT_EQ(Triple::Pixel, T.getEnvironment()); in TEST()
1648 EXPECT_EQ(Triple::Pixel, T.getEnvironment()); in TEST()
1656 EXPECT_EQ(Triple::Pixel, T.getEnvironment()); in TEST()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp6821 (uint32_t)llvm::Triple::Pixel; in handleHLSLNumThreadsAttr()
6892 (uint32_t)llvm::Triple::Pixel; in handleHLSLSVGroupIndexAttr()