/external/deqp-deps/glslang/hlsl/ |
D | CMakeLists.txt | 22 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/ |
D | Hlsl.FromFile.cpp | 73 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()
|
D | Remap.FromFile.cpp | 107 … { "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/ |
D | hlsl.identifier.sample.frag | 9 int sample(int x) { return x; } // HLSL allows this as an identifier as well. 13 // HLSL allows this as an identifier as well.
|
D | hlsl.sample.basic.dx10.frag | 32 int Sample; // in HLSL, method names are valid struct members. 57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
|
D | remap.hlsl.sample.basic.none.frag | 32 int Sample; // in HLSL, method names are valid struct members. 57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
|
D | remap.hlsl.sample.basic.everything.frag | 32 int Sample; // in HLSL, method names are valid struct members. 57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
|
D | remap.hlsl.sample.basic.strip.frag | 32 int Sample; // in HLSL, method names are valid struct members. 57 mtest.CalculateLevelOfDetail = 1; // in HLSL, method names are valid struct members.
|
D | hlsl.semicolons.frag | 6 ; ; ; // HLSL allows stray global scope semicolons.
|
D | hlsl.intrinsics.vert | 11 // 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
|
D | hlsl.array.flatten.frag | 2 // uniform Texture1D g_tex3[3][2]; // TODO: legal in HLSL, but we don't handle it yet.
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.debug_test.cpp | 58 CASE(HLSL, 5), 59 CASE(HLSL, 6),
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.debug_test.cpp | 58 CASE(HLSL, 5), 59 CASE(HLSL, 6),
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.pp.line3.frag.out | 13 Source HLSL 500 1 "// OpModuleProcessed entry-point MainPs 53 Source HLSL 500 2 " u = g_nDataIdx;
|
D | hlsl.includeNegative.vert.out | 6 hlsl.includeNegative.vert(8): error at column 0, HLSL parsing failed.
|
D | hlsl.deadFunctionMissingBody.vert.out | 10 Source HLSL 500
|
D | compoundsuffix.frag.hlsl | 11 Source HLSL 500
|
/external/deqp-deps/glslang/Test/baseLegalResults/ |
D | hlsl.partialFlattenMixed.vert.out | 10 Source HLSL 500
|
D | hlsl.flattenSubset2.frag.out | 11 Source HLSL 500
|
D | hlsl.flattenOpaqueInitMix.vert.out | 10 Source HLSL 500
|
D | hlsl.aliasOpaque.frag.out | 11 Source HLSL 500
|
D | hlsl.flattenSubset.frag.out | 11 Source HLSL 500
|
D | hlsl.flattenOpaqueInit.vert.out | 10 Source HLSL 500
|
/external/deqp-deps/glslang/ |
D | CMakeLists.txt | 31 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/ |
D | CMakeLists.txt | 178 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…
|