Home
last modified time | relevance | path

Searched refs:tesc (Results 1 – 25 of 56) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/pipeline/
Dprimitive_id_from_tess.amber30 SHADER tessellation_control tesc GLSL
103 ATTACH tesc
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dtessellation_isolines.amber29 SHADER tessellation_control tesc GLSL
104 ATTACH tesc
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineNoPositionTests.cpp192 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/
DglcSubgroupsBasicTests.cpp782 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()
DglcSubgroupsBuiltinMaskVarTests.cpp284 const string tesc = in initPrograms() local
304 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsBallotTests.cpp248 const string tesc = in initPrograms() local
351 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsBallotOtherTests.cpp381 const string tesc = in initPrograms() local
452 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsShapeTests.cpp341 const string tesc = in initPrograms() local
362 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsBallotBroadcastTests.cpp309 const string tesc = in initPrograms() local
397 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsShuffleTests.cpp336 const string tesc = in initPrograms() local
357 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsQuadTests.cpp409 const string tesc = in initPrograms() local
443 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsPartitionedTests.cpp624 const std::string tesc = in initPrograms() local
651 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsClusteredTests.cpp539 const string tesc = in initPrograms() local
566 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
DglcSubgroupsArithmeticTests.cpp692 const std::string tesc = in initPrograms() local
718 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
/third_party/glslang/Test/baseResults/
Dspv.450.noRedecl.tesc.out1 spv.450.noRedecl.tesc
Dspv.subgroup.tesc.out1 spv.subgroup.tesc
Dspv.viewportArray2.tesc.out1 spv.viewportArray2.tesc
D410.tesc.out1 410.tesc
Dspv.multiviewPerViewAttributes.tesc.out1 spv.multiviewPerViewAttributes.tesc
Dspv.stereoViewRendering.tesc.out1 spv.stereoViewRendering.tesc
Dspv.precise.tesc.out1 spv.precise.tesc
Dglsl.es320.subgroup.tesc.out1 glsl.es320.subgroup.tesc
Dspv.450.tesc.out1 spv.450.tesc
/third_party/glslang/Test/
Druntests43 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/
Ddump.c67 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))

123