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/
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 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 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 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 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 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 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A 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.str()) << buildOptions; 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 in initFrameBufferPrograms()
[all...]
H A 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()
H A DvktSubgroupsBallotTests.cpp587 const string evaluationSource = in initFrameBufferPrograms() local
722 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsBuiltinMaskVarTests.cpp420 const string evaluationSource = in initFrameBufferPrograms()
434 << glu::TessellationEvaluationSource(evaluationSource) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u); in initFrameBufferPrograms()
436 const string evaluationSource = in initFrameBufferPrograms() local
654 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsSizeControlTests.cpp376 ostringstream evaluationSource; in initFrameBufferPrograms() local
377 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
389 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
H A 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.str()) << buildOptions; in initStdFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A 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.str()) << buildOptions; 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 in initFrameBufferPrograms()
[all...]
H A 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()
H A DvktSubgroupsBallotTests.cpp587 const string evaluationSource = in initFrameBufferPrograms() local
722 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsBuiltinMaskVarTests.cpp420 const string evaluationSource = in initFrameBufferPrograms()
434 << glu::TessellationEvaluationSource(evaluationSource) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u); in initFrameBufferPrograms()
436 const string evaluationSource = in initFrameBufferPrograms() local
654 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A 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.str()) << buildOptions; in initFrameBufferPrograms()
H A 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.str()) << buildOptions; in initStdFrameBufferPrograms()

Completed in 57 milliseconds