Home
last modified time | relevance | path

Searched refs:evaluationSource (Results 1 – 16 of 16) 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()
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()
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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp806 const string evaluationSource = in initFrameBufferPrograms() local
896 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1048 const string evaluationSource = in initFrameBufferPrograms() local
1121 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1297 ostringstream evaluationSource; in initFrameBufferPrograms() local
1313 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1349 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
1354 ostringstream evaluationSource; in initFrameBufferPrograms() local
1396 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1411 …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.cpp345 ostringstream evaluationSource; in initFrameBufferPrograms() local
346 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
358 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
DvktSubgroupsTestsUtils.cpp1342 ostringstream evaluationSource; in initStdFrameBufferPrograms() local
1344 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initStdFrameBufferPrograms()
1360 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initStdFrameBufferPrograms()