Searched refs:LocalInvocationCase (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderBuiltinTests.cpp | 1426 class LocalInvocationCase : public MeshShaderBuiltinCase class 1429 …LocalInvocationCase (tcu::TestContext& testCtx, const std::string& name, const std::string& descr… in LocalInvocationCase() function in vkt::MeshShader::__anond9b1cdd40111::LocalInvocationCase 1434 virtual ~LocalInvocationCase (void) {} in ~LocalInvocationCase() 1444 void LocalInvocationCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1517 TestInstance* LocalInvocationCase::createInstance (Context& context) const in createInstance() 1752 …mainGroup->addChild(new LocalInvocationCase (testCtx, "local_invocation_id_in_mesh", "", false/*… in createMeshShaderBuiltinTests() 1753 …mainGroup->addChild(new LocalInvocationCase (testCtx, "local_invocation_id_in_task", "", true/*t… in createMeshShaderBuiltinTests() 1754 …mainGroup->addChild(new LocalInvocationCase (testCtx, "local_invocation_index_in_task", "", true… in createMeshShaderBuiltinTests() 1755 …mainGroup->addChild(new LocalInvocationCase (testCtx, "local_invocation_index_in_mesh", "", fals… in createMeshShaderBuiltinTests()
|