Home
last modified time | relevance | path

Searched refs:controlSource (Results 1 – 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsQuadTests.cpp197 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()
DglcSubgroupsBallotOtherTests.cpp288 std::ostringstream controlSource; in initFrameBufferPrograms() local
290 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
307 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
DglcSubgroupsShapeTests.cpp186 std::ostringstream controlSource; in initFrameBufferPrograms() local
188 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
205 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
DglcSubgroupsBallotBroadcastTests.cpp199 std::ostringstream controlSource; in initFrameBufferPrograms() local
201 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
222 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
DglcSubgroupsBasicTests.cpp593 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()
DglcSubgroupsShuffleTests.cpp206 std::ostringstream controlSource; in initFrameBufferPrograms() local
208 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
234 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
DglcSubgroupsClusteredTests.cpp416 std::ostringstream controlSource; in initFrameBufferPrograms() local
418 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
441 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
DglcSubgroupsPartitionedTests.cpp497 std::ostringstream controlSource; in initFrameBufferPrograms() local
498 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
523 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
DglcSubgroupsVoteTests.cpp217 std::ostringstream controlSource; in initFrameBufferPrograms() local
218 controlSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
240 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
DglcSubgroupsArithmeticTests.cpp514 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/
DvktSubgroupsBasicTests.cpp707 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()
DvktSubgroupsBuiltinVarTests.cpp512 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()
DvktSubgroupsBuiltinMaskVarTests.cpp681 const string controlSource = in initFrameBufferPrograms() local
914 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBallotTests.cpp410 const string controlSource = in initFrameBufferPrograms() local
561 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsSizeControlTests.cpp355 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()
DvktSubgroupsTestsUtils.cpp1324 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/
DvktSubgroupsBasicTests.cpp707 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()
DvktSubgroupsBuiltinVarTests.cpp512 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()
DvktSubgroupsBuiltinMaskVarTests.cpp681 const string controlSource = in initFrameBufferPrograms() local
914 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBallotTests.cpp410 const string controlSource = in initFrameBufferPrograms() local
561 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsSizeControlTests.cpp355 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()
DvktSubgroupsTestsUtils.cpp1324 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()