Home
last modified time | relevance | path

Searched refs:HLSL (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/external/deqp-deps/glslang/hlsl/
DCMakeLists.txt22 add_library(HLSL ${LIB_TYPE} ${SOURCES} ${HEADERS}) target
23 set_property(TARGET HLSL PROPERTY FOLDER hlsl)
24 set_property(TARGET HLSL PROPERTY POSITION_INDEPENDENT_CODE ON)
27 set_target_properties(HLSL PROPERTIES PREFIX "")
36 install(TARGETS HLSL
40 install(TARGETS HLSL
/external/deqp-deps/glslang/gtests/
DHlsl.FromFile.cpp73 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, in TEST_P()
80 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_1, in TEST_P()
87 Source::HLSL, Semantics::Vulkan, in TEST_P()
96 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, in TEST_P()
106 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, in TEST_P()
113 … loadFileCompileAndCheckWithOptions(GlobalTestSettings.testRoot, GetParam().fileName, Source::HLSL, in TEST_P()
125 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, in TEST_P()
DRemap.FromFile.cpp107 … { "remap.hlsl.sample.basic.strip.frag", "main", Source::HLSL, spv::spirvbin_t::STRIP },
108 …{ "remap.hlsl.sample.basic.everything.frag", "main", Source::HLSL, spv::spirvbin_t::DO_EVERYTHING…
109 … { "remap.hlsl.sample.basic.none.frag", "main", Source::HLSL, spv::spirvbin_t::NONE },
110 … { "remap.hlsl.templatetypes.none.frag", "main", Source::HLSL, spv::spirvbin_t::NONE },
111 …{ "remap.hlsl.templatetypes.everything.frag", "main", Source::HLSL, spv::spirvbin_t::DO_EVERYTHING…
/external/deqp-deps/glslang/Test/
Dhlsl.identifier.sample.frag9 int sample(int x) { return x; } // HLSL allows this as an identifier as well.
13 // HLSL allows this as an identifier as well.
Dhlsl.sample.basic.dx10.frag32 int Sample; // in HLSL, method names are valid struct members.
57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
Dremap.hlsl.sample.basic.none.frag32 int Sample; // in HLSL, method names are valid struct members.
57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
Dremap.hlsl.sample.basic.everything.frag32 int Sample; // in HLSL, method names are valid struct members.
57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
Dremap.hlsl.sample.basic.strip.frag32 int Sample; // in HLSL, method names are valid struct members.
57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
Dhlsl.semicolons.frag6 ; ; ; // HLSL allows stray global scope semicolons.
Dhlsl.intrinsics.vert11 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
78 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
147 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
217 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
Dhlsl.array.flatten.frag2 // uniform Texture1D g_tex3[3][2]; // TODO: legal in HLSL, but we don't handle it yet.
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp58 CASE(HLSL, 5),
59 CASE(HLSL, 6),
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp58 CASE(HLSL, 5),
59 CASE(HLSL, 6),
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.pp.line3.frag.out13 Source HLSL 500 1 "// OpModuleProcessed entry-point MainPs
53 Source HLSL 500 2 " u = g_nDataIdx;
Dhlsl.includeNegative.vert.out6 hlsl.includeNegative.vert(8): error at column 0, HLSL parsing failed.
Dhlsl.deadFunctionMissingBody.vert.out10 Source HLSL 500
Dcompoundsuffix.frag.hlsl11 Source HLSL 500
/external/deqp-deps/glslang/Test/baseLegalResults/
Dhlsl.partialFlattenMixed.vert.out10 Source HLSL 500
Dhlsl.flattenSubset2.frag.out11 Source HLSL 500
Dhlsl.flattenOpaqueInitMix.vert.out10 Source HLSL 500
Dhlsl.aliasOpaque.frag.out11 Source HLSL 500
Dhlsl.flattenSubset.frag.out11 Source HLSL 500
Dhlsl.flattenOpaqueInit.vert.out10 Source HLSL 500
/external/deqp-deps/glslang/
DCMakeLists.txt31 option(ENABLE_HLSL "Enables HLSL input support" ON)
129 message(STATUS "spirv-tools not linked - illegal SPIRV may be generated for HLSL")
/external/vulkan-validation-layers/
DCMakeLists.txt178 find_library(HLSL_LIB NAMES HLSL HINTS ${GLSLANG_SEARCH_PATH})
186 add_library(HLSL STATIC IMPORTED) target
213 set_target_properties(HLSL
229 …set(GLSLANG_LIBRARIES glslang OGLCompiler OSDependent HLSL SPIRV SPVRemapper ${SPIRV_TOOLS_LIBRARI…

12345678910>>...16