Searched refs:FirstInvocationCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 3528 class FirstInvocationCase : public MeshShaderMiscCase class 3531 FirstInvocationCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in FirstInvocationCase() function in vkt::MeshShader::__anon28100::FirstInvocationCase 3555 DE_ASSERT(FirstInvocationCase::kColoredPixels < m_params->width); in generateReferenceLevel() 3572 const auto& color = ((static_cast<uint32_t>(i) < FirstInvocationCase::kColoredPixels) ? geomColor : clearColor); in generateReferenceLevel() 3577 TestInstance* FirstInvocationCase::createInstance (Context& context) const in createInstance() 3582 void FirstInvocationCase::checkSupport (Context &context) const in checkSupport() 3594 void FirstInvocationCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5277 miscTests->addChild(new FirstInvocationCase(testCtx, testName, std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 3510 class FirstInvocationCase : public MeshShaderMiscCase class 3513 FirstInvocationCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params) in FirstInvocationCase() function in vkt::MeshShader::__anon29331::FirstInvocationCase 3537 DE_ASSERT(FirstInvocationCase::kColoredPixels < m_params->width); in generateReferenceLevel() 3554 const auto& color = ((static_cast<uint32_t>(i) < FirstInvocationCase::kColoredPixels) ? geomColor : clearColor); in generateReferenceLevel() 3559 TestInstance* FirstInvocationCase::createInstance (Context& context) const in createInstance() 3564 void FirstInvocationCase::checkSupport (Context &context) const in checkSupport() 3576 void FirstInvocationCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5264 miscTests->addChild(new FirstInvocationCase(testCtx, testName, "Check only the first invocation is used in EmitMeshTasksEXT() and SetMeshOutputsEXT()", std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()
|
Completed in 17 milliseconds