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/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A 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()) << buildOptions; 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 in initFrameBufferPrograms()
[all...]
H A 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()
H A DvktSubgroupsBallotTests.cpp410 const string controlSource = in initFrameBufferPrograms() local
561 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsBuiltinMaskVarTests.cpp661 const string controlSource = in initFrameBufferPrograms()
679 << glu::TessellationControlSource(controlSource) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u); in initFrameBufferPrograms()
681 const string controlSource = in initFrameBufferPrograms() local
914 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsSizeControlTests.cpp352 ostringstream controlSource; in initFrameBufferPrograms() local
354 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
371 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initFrameBufferPrograms()
H A 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()) << buildOptions; in initStdFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A 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()) << buildOptions; 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 in initFrameBufferPrograms()
[all...]
H A 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()
H A DvktSubgroupsBallotTests.cpp410 const string controlSource = in initFrameBufferPrograms() local
561 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsBuiltinMaskVarTests.cpp661 const string controlSource = in initFrameBufferPrograms()
679 << glu::TessellationControlSource(controlSource) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u); in initFrameBufferPrograms()
681 const string controlSource = in initFrameBufferPrograms() local
914 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
H A 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()) << buildOptions; in initFrameBufferPrograms()
H A 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()) << buildOptions; in initStdFrameBufferPrograms()

Completed in 46 milliseconds