/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsQuadTests.cpp | 197 std::ostringstream controlSource; in initFrameBufferPrograms() local 199 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 221 controlSource << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms() 227 controlSource << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms() 232 controlSource << " if (subgroupBallotBitExtract(mask, otherID))\n" in initFrameBufferPrograms() 243 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsBallotOtherTests.cpp | 288 std::ostringstream controlSource; in initFrameBufferPrograms() local 290 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 307 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsShapeTests.cpp | 186 std::ostringstream controlSource; in initFrameBufferPrograms() local 188 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 205 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsBallotBroadcastTests.cpp | 199 std::ostringstream controlSource; in initFrameBufferPrograms() local 201 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 222 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsBasicTests.cpp | 593 std::ostringstream controlSource; in initFrameBufferPrograms() local 596 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 643 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms() 648 std::ostringstream controlSource; in initFrameBufferPrograms() local 651 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 703 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsShuffleTests.cpp | 206 std::ostringstream controlSource; in initFrameBufferPrograms() local 208 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 234 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsClusteredTests.cpp | 416 std::ostringstream controlSource; in initFrameBufferPrograms() local 418 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 441 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsPartitionedTests.cpp | 497 std::ostringstream controlSource; in initFrameBufferPrograms() local 498 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 523 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsVoteTests.cpp | 217 std::ostringstream controlSource; in initFrameBufferPrograms() local 218 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 240 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsArithmeticTests.cpp | 514 std::ostringstream controlSource; in initFrameBufferPrograms() local 515 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 539 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBasicTests.cpp | 707 const string controlSource = in initFrameBufferPrograms() local 784 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 927 const string controlSource = in initFrameBufferPrograms() local 1034 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 1298 ostringstream controlSource; in initFrameBufferPrograms() local 1301 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 1350 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initFrameBufferPrograms() 1355 ostringstream controlSource; in initFrameBufferPrograms() local 1358 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 1412 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initFrameBufferPrograms()
|
D | vktSubgroupsBuiltinVarTests.cpp | 512 const string controlSource = in initFrameBufferPrograms() local 597 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 721 const string controlSource = in initFrameBufferPrograms() local 822 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 681 const string controlSource = in initFrameBufferPrograms() local 914 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsBallotTests.cpp | 410 const string controlSource = in initFrameBufferPrograms() local 561 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsSizeControlTests.cpp | 355 ostringstream controlSource; in initFrameBufferPrograms() local 357 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 374 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initFrameBufferPrograms()
|
D | vktSubgroupsTestsUtils.cpp | 1324 std::ostringstream controlSource; in initStdFrameBufferPrograms() local 1326 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initStdFrameBufferPrograms() 1346 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initStdFrameBufferPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsBasicTests.cpp | 707 const string controlSource = in initFrameBufferPrograms() local 784 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 927 const string controlSource = in initFrameBufferPrograms() local 1034 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 1298 ostringstream controlSource; in initFrameBufferPrograms() local 1301 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 1350 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initFrameBufferPrograms() 1355 ostringstream controlSource; in initFrameBufferPrograms() local 1358 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 1412 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initFrameBufferPrograms()
|
D | vktSubgroupsBuiltinVarTests.cpp | 512 const string controlSource = in initFrameBufferPrograms() local 597 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 721 const string controlSource = in initFrameBufferPrograms() local 822 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 681 const string controlSource = in initFrameBufferPrograms() local 914 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsBallotTests.cpp | 410 const string controlSource = in initFrameBufferPrograms() local 561 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsSizeControlTests.cpp | 355 ostringstream controlSource; in initFrameBufferPrograms() local 357 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 374 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initFrameBufferPrograms()
|
D | vktSubgroupsTestsUtils.cpp | 1324 std::ostringstream controlSource; in initStdFrameBufferPrograms() local 1326 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initStdFrameBufferPrograms() 1346 …programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) <… in initStdFrameBufferPrograms()
|