Home
last modified time | relevance | path

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

1234

/third_party/glslang/Test/
Dglsl.versionOverride.tesc3 glslang.exe --glsl-version 440 -V -S tesc -o glsl.versionOverride.tesc.out glsl.versionOverride.tesc
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
316 run --glsl-version 440 -V -S tesc glsl.versionOverride.tesc > $TARGETDIR/glsl.versionOverride.tesc.…
317 diff -b $BASEDIR/glsl.versionOverride.tesc.out $TARGETDIR/glsl.versionOverride.tesc.out || HASERROR…
357 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/draw/depth_bias/
Ddepth_bias_patch_list_tri_fill.amber42 SHADER tessellation_control tesc GLSL
135 ATTACH tesc
160 ATTACH tesc
Ddepth_bias_patch_list_tri_line.amber43 SHADER tessellation_control tesc GLSL
136 ATTACH tesc
161 ATTACH tesc
Ddepth_bias_patch_list_tri_point.amber43 SHADER tessellation_control tesc GLSL
136 ATTACH tesc
161 ATTACH tesc
/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.cpp193 std::ostringstream tesc; in initPrograms() local
194 tesc in initPrograms()
229 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
394 Move<VkShaderModule> tesc; in iterate() local
406 tesc = createShaderModule(vkd, device, m_context.getBinaryCollection().get("tesc"), 0u); in iterate()
570 *tesc, in iterate()
DvktPipelineMiscTests.cpp475 std::ostringstream tesc; in initPrograms() local
476 tesc in initPrograms()
495 programCollection.glslSources.add("bad_tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
560 std::ostringstream tesc; in initPrograms() local
561 tesc in initPrograms()
580 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineNoPositionTests.cpp193 std::ostringstream tesc; in initPrograms() local
194 tesc in initPrograms()
229 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
394 Move<VkShaderModule> tesc; in iterate() local
406 tesc = createShaderModule(vkd, device, m_context.getBinaryCollection().get("tesc"), 0u); in iterate()
570 *tesc, in iterate()
DvktPipelineMiscTests.cpp475 std::ostringstream tesc; in initPrograms() local
476 tesc in initPrograms()
495 programCollection.glslSources.add("bad_tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
560 std::ostringstream tesc; in initPrograms() local
561 tesc in initPrograms()
580 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
/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()
DglcSubgroupsBallotOtherTests.cpp381 const string tesc = in initPrograms() local
452 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()
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()
/third_party/glslang/Test/baseResults/
Dglsl.versionOverride.tesc.out1 glsl.versionOverride.tesc
Dspv.450.noRedecl.tesc.out1 spv.450.noRedecl.tesc
Dspv.viewportArray2.tesc.out1 spv.viewportArray2.tesc
D410.tesc.out1 410.tesc
Dspv.subgroup.tesc.out1 spv.subgroup.tesc
Dspv.multiviewPerViewAttributes.tesc.out1 spv.multiviewPerViewAttributes.tesc
Dspv.stereoViewRendering.tesc.out1 spv.stereoViewRendering.tesc

1234