Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsQuadTests.cpp248 ostringstream evaluationSource; in initFrameBufferPrograms() local
249 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
266 evaluationSource << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms()
272 evaluationSource << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms()
277 evaluationSource << " if (subgroupBallotBitExtract(mask, otherID))\n" in initFrameBufferPrograms()
289 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsBallotOtherTests.cpp312 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
313 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
325 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsShapeTests.cpp210 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
212 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
224 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsBallotBroadcastTests.cpp227 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
228 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
245 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsBasicTests.cpp594 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
609 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
644 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
649 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
690 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
704 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsShuffleTests.cpp240 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
241 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
263 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsPartitionedTests.cpp529 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
530 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
550 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsClusteredTests.cpp446 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
448 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
467 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsVoteTests.cpp245 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
246 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
266 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
DglcSubgroupsArithmeticTests.cpp545 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
546 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms()
565 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp808 const string evaluationSource = in initFrameBufferPrograms() local
898 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1050 const string evaluationSource = in initFrameBufferPrograms() local
1123 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1299 ostringstream evaluationSource; in initFrameBufferPrograms() local
1315 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1351 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
1356 ostringstream evaluationSource; in initFrameBufferPrograms() local
1398 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1413 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
DvktSubgroupsBuiltinVarTests.cpp612 const string evaluationSource = in initFrameBufferPrograms() local
701 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
837 const string evaluationSource = in initFrameBufferPrograms() local
909 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBuiltinMaskVarTests.cpp436 const string evaluationSource = in initFrameBufferPrograms() local
654 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBallotTests.cpp587 const string evaluationSource = in initFrameBufferPrograms() local
722 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsSizeControlTests.cpp379 ostringstream evaluationSource; in initFrameBufferPrograms() local
380 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
392 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
DvktSubgroupsTestsUtils.cpp1351 ostringstream evaluationSource; in initStdFrameBufferPrograms() local
1353 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initStdFrameBufferPrograms()
1369 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initStdFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp808 const string evaluationSource = in initFrameBufferPrograms() local
898 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1050 const string evaluationSource = in initFrameBufferPrograms() local
1123 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1299 ostringstream evaluationSource; in initFrameBufferPrograms() local
1315 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1351 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
1356 ostringstream evaluationSource; in initFrameBufferPrograms() local
1398 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1413 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
DvktSubgroupsBuiltinVarTests.cpp612 const string evaluationSource = in initFrameBufferPrograms() local
701 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
837 const string evaluationSource = in initFrameBufferPrograms() local
909 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBuiltinMaskVarTests.cpp436 const string evaluationSource = in initFrameBufferPrograms() local
654 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBallotTests.cpp587 const string evaluationSource = in initFrameBufferPrograms() local
722 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsSizeControlTests.cpp379 ostringstream evaluationSource; in initFrameBufferPrograms() local
380 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
392 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
DvktSubgroupsTestsUtils.cpp1351 ostringstream evaluationSource; in initStdFrameBufferPrograms() local
1353 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initStdFrameBufferPrograms()
1369 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initStdFrameBufferPrograms()