/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsQuadTests.cpp | 248 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()
|
D | glcSubgroupsBallotOtherTests.cpp | 312 std::ostringstream evaluationSource; in initFrameBufferPrograms() local 313 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 325 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsShapeTests.cpp | 210 std::ostringstream evaluationSource; in initFrameBufferPrograms() local 212 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 224 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsBallotBroadcastTests.cpp | 227 std::ostringstream evaluationSource; in initFrameBufferPrograms() local 228 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 245 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsBasicTests.cpp | 594 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()
|
D | glcSubgroupsShuffleTests.cpp | 240 std::ostringstream evaluationSource; in initFrameBufferPrograms() local 241 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 263 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsPartitionedTests.cpp | 529 std::ostringstream evaluationSource; in initFrameBufferPrograms() local 530 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 550 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsClusteredTests.cpp | 446 std::ostringstream evaluationSource; in initFrameBufferPrograms() local 448 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 467 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsArithmeticTests.cpp | 545 std::ostringstream evaluationSource; in initFrameBufferPrograms() local 546 evaluationSource << "${VERSION_DECL}\n" in initFrameBufferPrograms() 565 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
|
D | glcSubgroupsVoteTests.cpp | 245 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/ |
D | vktSubgroupsBasicTests.cpp | 806 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()
|
D | vktSubgroupsBuiltinVarTests.cpp | 612 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()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 436 const string evaluationSource = in initFrameBufferPrograms() local 654 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsBallotTests.cpp | 587 const string evaluationSource = in initFrameBufferPrograms() local 722 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsSizeControlTests.cpp | 345 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()
|
D | vktSubgroupsTestsUtils.cpp | 1342 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()
|