Searched refs:InterfaceVariablesCase (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| D | vktMeshShaderInOutTestsEXT.cpp | 342 class InterfaceVariablesCase : public vkt::TestCase class 345 …InterfaceVariablesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& de… in InterfaceVariablesCase() function in vkt::MeshShader::__anon41be957e0111::InterfaceVariablesCase 349 virtual ~InterfaceVariablesCase (void) {} in ~InterfaceVariablesCase() 581 TestInstance* InterfaceVariablesCase::createInstance (Context& context) const in createInstance() 586 void InterfaceVariablesCase::checkSupport (Context& context) const in checkSupport() 628 void InterfaceVariablesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1119 InterfaceVariablesCase::PerVertexData perVertexData; in iterate() 1411 InterfaceVariablesCase::PerPrimitiveData perPrimitiveData; in iterate() 1712 if (usedLocations + varSize > InterfaceVariablesCase::kMaxLocations) in createMeshShaderInOutTestsEXT() 1739 rndGroup->addChild(new InterfaceVariablesCase(testCtx, name, "", std::move(paramsPtr))); in createMeshShaderInOutTestsEXT()
|
| D | vktMeshShaderMiscTests.cpp | 3171 class InterfaceVariablesCase : public MeshShaderMiscCase class 3174 …InterfaceVariablesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& de… in InterfaceVariablesCase() function in vkt::MeshShader::__anon77a457aa0111::InterfaceVariablesCase 3179 virtual ~InterfaceVariablesCase (void) {} in ~InterfaceVariablesCase() 3401 TestInstance* InterfaceVariablesCase::createInstance (Context& context) const in createInstance() 3406 void InterfaceVariablesCase::checkSupport (Context& context) const in checkSupport() 3446 void InterfaceVariablesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 3893 InterfaceVariablesCase::PerVertexData perVertexData; in iterate() 4185 InterfaceVariablesCase::PerPrimitiveData perPrimitiveData; in iterate() 5212 if (usedLocations + varSize > InterfaceVariablesCase::kMaxLocations) in createMeshShaderInOutTests() 5239 rndGroup->addChild(new InterfaceVariablesCase(testCtx, name, "", std::move(paramsPtr))); in createMeshShaderInOutTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderInOutTestsEXT.cpp | 342 class InterfaceVariablesCase : public vkt::TestCase class 345 InterfaceVariablesCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in InterfaceVariablesCase() function in vkt::MeshShader::__anonc21842de0111::InterfaceVariablesCase 349 virtual ~InterfaceVariablesCase (void) {} in ~InterfaceVariablesCase() 581 TestInstance* InterfaceVariablesCase::createInstance (Context& context) const in createInstance() 586 void InterfaceVariablesCase::checkSupport (Context& context) const in checkSupport() 628 void InterfaceVariablesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1119 InterfaceVariablesCase::PerVertexData perVertexData; in iterate() 1411 InterfaceVariablesCase::PerPrimitiveData perPrimitiveData; in iterate() 1712 if (usedLocations + varSize > InterfaceVariablesCase::kMaxLocations) in createMeshShaderInOutTestsEXT() 1739 rndGroup->addChild(new InterfaceVariablesCase(testCtx, name, std::move(paramsPtr))); in createMeshShaderInOutTestsEXT()
|
| D | vktMeshShaderMiscTests.cpp | 3171 class InterfaceVariablesCase : public MeshShaderMiscCase class 3174 InterfaceVariablesCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in InterfaceVariablesCase() function in vkt::MeshShader::__anon4a7e550a0111::InterfaceVariablesCase 3179 virtual ~InterfaceVariablesCase (void) {} in ~InterfaceVariablesCase() 3401 TestInstance* InterfaceVariablesCase::createInstance (Context& context) const in createInstance() 3406 void InterfaceVariablesCase::checkSupport (Context& context) const in checkSupport() 3446 void InterfaceVariablesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 3893 InterfaceVariablesCase::PerVertexData perVertexData; in iterate() 4185 InterfaceVariablesCase::PerPrimitiveData perPrimitiveData; in iterate() 5223 if (usedLocations + varSize > InterfaceVariablesCase::kMaxLocations) in createMeshShaderInOutTests() 5250 rndGroup->addChild(new InterfaceVariablesCase(testCtx, name, std::move(paramsPtr))); in createMeshShaderInOutTests()
|