/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/pipeline/ |
D | primitive_id_from_tess.amber | 30 SHADER tessellation_control tesc GLSL 103 ATTACH tesc
|
/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | tessellation_isolines.amber | 29 SHADER tessellation_control tesc GLSL 104 ATTACH tesc
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 192 std::ostringstream tesc; in initPrograms() local 193 tesc in initPrograms() 228 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms() 389 Move<VkShaderModule> tesc; in iterate() local 401 tesc = createShaderModule(vkd, device, m_context.getBinaryCollection().get("tesc"), 0u); in iterate() 555 vert.get(), tesc.get(), tese.get(), geom.get(), frag.get(), in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsBasicTests.cpp | 782 std::ostringstream tesc; in initPrograms() local 783 tesc << "${VERSION_DECL}\n" in initPrograms() 813 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms() 1035 std::ostringstream tesc; in initPrograms() local 1036 tesc << in initPrograms() 1074 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
|
D | glcSubgroupsBuiltinMaskVarTests.cpp | 284 const string tesc = in initPrograms() local 304 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsBallotTests.cpp | 248 const string tesc = in initPrograms() local 351 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsBallotOtherTests.cpp | 381 const string tesc = in initPrograms() local 452 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsShapeTests.cpp | 341 const string tesc = in initPrograms() local 362 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsBallotBroadcastTests.cpp | 309 const string tesc = in initPrograms() local 397 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsShuffleTests.cpp | 336 const string tesc = in initPrograms() local 357 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsQuadTests.cpp | 409 const string tesc = in initPrograms() local 443 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsPartitionedTests.cpp | 624 const std::string tesc = in initPrograms() local 651 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsClusteredTests.cpp | 539 const string tesc = in initPrograms() local 566 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
D | glcSubgroupsArithmeticTests.cpp | 692 const std::string tesc = in initPrograms() local 718 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
|
/third_party/glslang/Test/baseResults/ |
D | spv.450.noRedecl.tesc.out | 1 spv.450.noRedecl.tesc
|
D | spv.subgroup.tesc.out | 1 spv.subgroup.tesc
|
D | spv.viewportArray2.tesc.out | 1 spv.viewportArray2.tesc
|
D | 410.tesc.out | 1 410.tesc
|
D | spv.multiviewPerViewAttributes.tesc.out | 1 spv.multiviewPerViewAttributes.tesc
|
D | spv.stereoViewRendering.tesc.out | 1 spv.stereoViewRendering.tesc
|
D | spv.precise.tesc.out | 1 spv.precise.tesc
|
D | glsl.es320.subgroup.tesc.out | 1 glsl.es320.subgroup.tesc
|
D | spv.450.tesc.out | 1 spv.450.tesc
|
/third_party/glslang/Test/ |
D | runtests | 43 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv 81 run -i -C *.vert *.geom *.frag *.tesc *.tese *.comp > $TARGETDIR/singleThread.out 82 run -i -C *.vert *.geom *.frag *.tesc *.tese *.comp -t > $TARGETDIR/multiThread.out 283 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
|
/third_party/alsa-utils/alsaucm/ |
D | dump.c | 67 static char *tesc(const char *s, char *buf, size_t buf_len) in tesc() function 94 #define ESC(s, esc) tesc((s), (esc), sizeof(esc))
|