/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 73 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 D | vktShaderObjectPipelineInteractionTests.cpp | 190 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 D | vktShaderObjectCreateUtil.cpp | 36 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 D | vktShaderObjectMiscTests.cpp | 1243 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 D | vktShaderObjectBinaryTests.cpp | 127 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 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 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 D | vktPipelineNoPositionTests.cpp | 211 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 D | vktPipelineMiscTests.cpp | 478 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 D | glcSubgroupsBasicTests.cpp | 351 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 D | glcSubgroupsBallotOtherTests.cpp | 307 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 D | glcSubgroupsBallotTests.cpp | 148 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 D | glcSubgroupsBuiltinMaskVarTests.cpp | 202 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 D | glcSubgroupsShapeTests.cpp | 205 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 D | glcSubgroupsBallotBroadcastTests.cpp | 222 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 D | glcSubgroupsClusteredTests.cpp | 441 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 D | glcSubgroupsPartitionedTests.cpp | 523 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 D | glcSubgroupsQuadTests.cpp | 243 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 D | glcSubgroupsShuffleTests.cpp | 234 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 D | glcSubgroupsArithmeticTests.cpp | 539 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 D | glcSubgroupsVoteTests.cpp | 240 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 D | vktPipelineNoPositionTests.cpp | 193 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 D | vktPipelineMiscTests.cpp | 475 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 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))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 216 .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 D | vktSubgroupsBuiltinVarTests.cpp | 597 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()
|