Searched refs:invsStr (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 5089 const auto invsStr = std::to_string(invocationCase); 5101 miscTests->addChild(new MaximizeInvocationsCase(testCtx, "maximize_invocations_" + invsStr, "Use a large number of invocations compared to other sizes: " + invsStr, std::move(paramsPtr)));
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 5217 const auto invsStr = std::to_string(invocationCase); in createMeshShaderMiscTestsEXT() local 5229 miscTests->addChild(new MaximizeInvocationsCase(testCtx, "maximize_invocations_" + invsStr, "Use a large number of invocations compared to other sizes: " + invsStr, std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 5096 const auto invsStr = std::to_string(invocationCase); 5109 miscTests->addChild(new MaximizeInvocationsCase(testCtx, "maximize_invocations_" + invsStr, std::move(paramsPtr)));
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 5230 const auto invsStr = std::to_string(invocationCase); in createMeshShaderMiscTestsEXT() local 5242 miscTests->addChild(new MaximizeInvocationsCase(testCtx, "maximize_invocations_" + invsStr, std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()
|
Completed in 32 milliseconds