Home
last modified time | relevance | path

Searched refs:graphicsSetUpdateType (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp100 SetUpdateType graphicsSetUpdateType; member
186 if ((m_params.hasGraphics() && m_params.graphicsSetUpdateType != SetUpdateType::WRITE) || in checkSupport()
192 if ((m_params.hasGraphics() && m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) || in checkSupport()
479 if (hasGraphics) graphicsSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_FRAGMENT_BIT, (m_params.graphicsSetUpdateType != SetUpdateType::WRITE)); in iterate()
606 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()
629 if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) in iterate()
670 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()
672 else if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH) in iterate()
674 else if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) in iterate()
915 params.graphicsSetUpdateType in createBindPointTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp98 SetUpdateType graphicsSetUpdateType; member
184 if ((m_params.hasGraphics() && m_params.graphicsSetUpdateType != SetUpdateType::WRITE) || in checkSupport()
190 if ((m_params.hasGraphics() && m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) || in checkSupport()
477 if (hasGraphics) graphicsSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_FRAGMENT_BIT, (m_params.graphicsSetUpdateType != SetUpdateType::WRITE)); in iterate()
605 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()
628 if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) in iterate()
669 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()
671 else if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH) in iterate()
673 else if (m_params.graphicsSetUpdateType == SetUpdateType::PUSH_WITH_TEMPLATE) in iterate()
914 params.graphicsSetUpdateType in createBindPointTests()
[all...]

Completed in 5 milliseconds