Home
last modified time | relevance | path

Searched refs:InterfaceVariablesCase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp342 class InterfaceVariablesCase : public vkt::TestCase class
345 InterfaceVariablesCase(tcu::TestContext &testCtx, const std::string &name, ParamsPtr params) in InterfaceVariablesCase() function in vkt::MeshShader::__anon70477e930111::InterfaceVariablesCase
350 virtual ~InterfaceVariablesCase(void) in ~InterfaceVariablesCase()
585 TestInstance *InterfaceVariablesCase::createInstance(Context &context) const in createInstance()
590 void InterfaceVariablesCase::checkSupport(Context &context) const in checkSupport()
632 void InterfaceVariablesCase::initPrograms(vk::SourceCollections &programCollection) const in initPrograms()
1101 InterfaceVariablesCase::PerVertexData perVertexData; in iterate()
1393 InterfaceVariablesCase::PerPrimitiveData perPrimitiveData; in iterate()
1704 if (usedLocations + varSize > InterfaceVariablesCase::kMaxLocations) in createMeshShaderInOutTestsEXT()
1731 rndGroup->addChild(new InterfaceVariablesCase(testCtx, name, std::move(paramsPtr))); in createMeshShaderInOutTestsEXT()
H A DvktMeshShaderMiscTests.cpp3161 class InterfaceVariablesCase : public MeshShaderMiscCase class
3164 InterfaceVariablesCase(tcu::TestContext &testCtx, const std::string &name, ParamsPtr params) in InterfaceVariablesCase() function in vkt::MeshShader::__anon5941fe3f0111::InterfaceVariablesCase
3168 virtual ~InterfaceVariablesCase(void) in ~InterfaceVariablesCase()
3393 TestInstance *InterfaceVariablesCase::createInstance(Context &context) const in createInstance()
3398 void InterfaceVariablesCase::checkSupport(Context &context) const in checkSupport()
3438 void InterfaceVariablesCase::initPrograms(vk::SourceCollections &programCollection) const in initPrograms()
3865 InterfaceVariablesCase::PerVertexData perVertexData; in iterate()
4157 InterfaceVariablesCase::PerPrimitiveData perPrimitiveData; in iterate()
5195 if (usedLocations + varSize > InterfaceVariablesCase::kMaxLocations) in createMeshShaderInOutTests()
5222 rndGroup->addChild(new InterfaceVariablesCase(testCtx, name, std::move(paramsPtr))); in createMeshShaderInOutTests()