Searched refs:graphicsSetUpdateType (Results 1 – 1 of 1) sorted by relevance
97 SetUpdateType graphicsSetUpdateType; member183 …if (m_params.graphicsSetUpdateType != SetUpdateType::WRITE || m_params.computeSetUpdateType != Set… in checkSupport()187 …if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE || m_params.computeSetUpda… in checkSupport()468 …akeSetLayout(vkd, device, VK_SHADER_STAGE_FRAGMENT_BIT, (m_params.graphicsSetUpdateType != SetUpda… in iterate()585 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()608 if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) in iterate()649 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()651 else if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH) in iterate()653 else if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) in iterate()876 params.graphicsSetUpdateType = SetUpdateType::TYPE_COUNT; in createBindPointTests()[all …]