Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp159 bool isDynamicDescriptorType (vk::VkDescriptorType type) in isDynamicDescriptorType() function
1405 …, m_effectiveOffsetA ((isDynamicDescriptorType(m_descriptorType)) ? (m_viewOffsetA + m_dynamicOf… in BufferRenderInstance()
1406 …, m_effectiveOffsetB ((isDynamicDescriptorType(m_descriptorType)) ? (m_viewOffsetB + m_dynamicOf… in BufferRenderInstance()
1424 DE_ASSERT(isDynamicDescriptorType(m_descriptorType)); in BufferRenderInstance()
1733 if (isDynamicDescriptorType(m_descriptorType)) in logTestPlan()
2517 if (isDynamicDescriptorType(m_descriptorType)) in logTestPlan()
2545 const bool isDynamicCase = isDynamicDescriptorType(m_descriptorType); in testResourceAccess()
7874 const bool isDynamicCase = isDynamicDescriptorType(descriptorType); in createShaderAccessBufferTests()