Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp3533 class FirstInvocationCase : public MeshShaderMiscCase class
3536 FirstInvocationCase(tcu::TestContext &testCtx, const std::string &name, ParamsPtr params) in FirstInvocationCase() function in vkt::MeshShader::__anonb7c155300111::FirstInvocationCase
3561 DE_ASSERT(FirstInvocationCase::kColoredPixels < m_params->width); in generateReferenceLevel()
3578 …const auto &color = ((static_cast<uint32_t>(i) < FirstInvocationCase::kColoredPixels) ? geomColor … in generateReferenceLevel()
3583 TestInstance *FirstInvocationCase::createInstance(Context &context) const in createInstance()
3588 void FirstInvocationCase::checkSupport(Context &context) const in checkSupport()
3600 void FirstInvocationCase::initPrograms(vk::SourceCollections &programCollection) const in initPrograms()
5285 miscTests->addChild(new FirstInvocationCase(testCtx, testName, std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()