Home
last modified time | relevance | path

Searched refs:tesc (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateTests.cpp73 const auto& tesc = binaries.get("tesc"); in iterate() local
164 tesc.getSize(), // size_t codeSize; in iterate()
165 tesc.getBinary(), // const void* pCode; in iterate()
339 std::stringstream tesc; in initPrograms() local
354 tesc in initPrograms()
441 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
665 std::stringstream tesc; in initPrograms() local
680 tesc in initPrograms()
[all...]
H A DvktShaderObjectPipelineInteractionTests.cpp190 const auto& tesc = binaries.get("tesc"); in iterate() local
204 vk::VkShaderCreateInfoEXT tescCreateInfo = vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, tesc, tessellationSupported, geometrySupported); in iterate()
226 const auto tescShaderModule = createShaderModule(vk, device, tesc); in iterate()
674 std::stringstream tesc; in initPrograms() local
698 tesc in initPrograms()
782 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
888 const auto& tesc = binaries.get("tesc"); in iterate() local
1138 std::stringstream tesc; initPrograms() local
[all...]
H A DvktShaderObjectCreateUtil.cpp36 case vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT: return "tesc"; in getShaderName()
121 std::stringstream tesc; in addBasicShaderObjectShaders() local
133 tesc in addBasicShaderObjectShaders()
206 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in addBasicShaderObjectShaders()
H A DvktShaderObjectMiscTests.cpp1243 tescShaderModule = vk::createShaderModule(vk, device, binaries.get("tesc"));
1451 tescShader = vk::createShader(vk, device, vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, binaries.get("tesc"), tessellationSupported, geometrySupported, &*descriptorSetLayout));
1910 std::stringstream tesc;
1934 tesc
2031 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str());
2168 vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, binaries.get("tesc"), tessellationSupported, geometrySupported),
2273 std::stringstream tesc;
2299 tesc
2304 tesc << "layou
[all...]
H A DvktShaderObjectBinaryTests.cpp127 const auto& tesc = binaries.get("tesc"); in createShader() local
177 tesc.getSize(), // size_t codeSize; in createShader()
178 tesc.getBinary(), // const void* pCode; in createShader()
1072 { vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, "tesc" }, in createShaderObjectBinaryTests()
/third_party/glslang/Test/
H A 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.out
317 diff -b $BASEDIR/glsl.versionOverride.tesc.out $TARGETDIR/glsl.versionOverride.tesc.out || HASERROR=1
357 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp211 std::ostringstream tesc; in initPrograms() local
212 tesc in initPrograms()
247 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
414 ShaderWrapper tesc; in iterate() local
426 tesc = ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("tesc"), 0u); in iterate()
594 tesc, in iterate()
H A DvktPipelineMiscTests.cpp478 std::ostringstream tesc; in initPrograms() local
479 tesc in initPrograms()
498 programCollection.glslSources.add("bad_tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
563 std::ostringstream tesc; in initPrograms() local
564 tesc in initPrograms()
583 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
673 const auto goodTescModule = (m_params.useTessShaders ? createShaderModule(vkd, device, binaries.get("tesc")) : Move<VkShaderModule>()); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBasicTests.cpp351 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
405 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
643 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
703 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
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()
[all...]
H A DglcSubgroupsBallotOtherTests.cpp307 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
381 const string tesc = in initPrograms() local
452 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsBallotTests.cpp148 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
248 const string tesc = in initPrograms() local
351 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsBuiltinMaskVarTests.cpp202 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
284 const string tesc = in initPrograms() local
304 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsShapeTests.cpp205 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
341 const string tesc = in initPrograms() local
362 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsBallotBroadcastTests.cpp222 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
309 const string tesc = in initPrograms() local
397 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsClusteredTests.cpp441 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
539 const string tesc = in initPrograms() local
566 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsPartitionedTests.cpp523 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
624 const std::string tesc = in initPrograms() local
651 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsQuadTests.cpp243 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
409 const string tesc = in initPrograms() local
443 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsShuffleTests.cpp234 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
336 const string tesc = in initPrograms() local
357 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsArithmeticTests.cpp539 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
692 const std::string tesc = in initPrograms() local
718 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
H A DglcSubgroupsVoteTests.cpp240 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
466 const string tesc = in initPrograms() local
491 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A 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()
H A 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()
685 const auto goodTescModule = (m_params.useTessShaders ? createShaderModule(vkd, device, binaries.get("tesc")) : Move<VkShaderModule>()); in iterate()
/third_party/alsa-utils/alsaucm/
H A 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))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp216 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) in runTest()
323 DE_ASSERT(!programCollection.glslSources.contains("tesc")); in initCommonPrograms()
370 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initCommonPrograms()
652 std::ostringstream tesc; in initPrograms() local
653 tesc in initPrograms()
675 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
827 const auto tescModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("tesc")); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp597 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
822 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
1223 const string tesc = in initPrograms() local
1340 programCollection.spirvAsmSources.add("tesc") << tesc << buildOptionsSpr; in initPrograms()

Completed in 33 milliseconds

12