Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp760 const string evaluationSource = in initFrameBufferPrograms() local
850 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1001 const string evaluationSource = in initFrameBufferPrograms() local
1073 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1249 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
1265 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1303 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
1308 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
1350 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1367 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A DvktSubgroupsBallotOtherTests.cpp305 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
306 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
320 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A DvktSubgroupsBallotMasksTests.cpp230 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
231 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
246 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A DvktSubgroupsShapeTests.cpp218 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
220 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
234 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A DvktSubgroupsBuiltinVarTests.cpp577 const string evaluationSource = in initFrameBufferPrograms() local
664 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
798 const string evaluationSource = in initFrameBufferPrograms() local
870 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsPartitionedTests.cpp369 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
370 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
389 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
H A DvktSubgroupsShuffleTests.cpp252 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
253 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
278 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A DvktSubgroupsBuiltinMaskVarTests.cpp475 const string evaluationSource = in initFrameBufferPrograms() local
693 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsBallotTests.cpp582 const string evaluationSource = in initFrameBufferPrograms() local
717 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsVoteTests.cpp286 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
287 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
310 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A DvktSubgroupsSizeControlTests.cpp366 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
367 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
380 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A DvktSubgroupsTestsUtils.cpp1326 ostringstream evaluationSource; in initStdFrameBufferPrograms() local
1327 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initStdFrameBufferPrograms()
1347 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initStdFrameBufferPrograms()