Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1354 const DescriptorUpdateMethod m_updateMethod; member in vkt::BindingModel::__anon1f3887440111::BufferRenderInstance
1394 , m_updateMethod (updateMethod) in BufferRenderInstance()
1419 …iptorSetLayout(m_vki, m_device, m_descriptorType, m_shaderInterface, m_stageFlags, m_updateMethod)) in BufferRenderInstance()
1421 …, m_descriptorSet (createDescriptorSet(m_vki, m_updateMethod, m_device, *m_descriptorSetLayout,… in BufferRenderInstance()
1783 …if (m_updateMethod != DESCRIPTOR_UPDATE_METHOD_WITH_PUSH_TEMPLATE && m_updateMethod != DESCRIPTOR_… in writeDrawCmdBuffer()
1787 else if (m_updateMethod == DESCRIPTOR_UPDATE_METHOD_WITH_PUSH_TEMPLATE) in writeDrawCmdBuffer()
1791 else if (m_updateMethod == DESCRIPTOR_UPDATE_METHOD_WITH_PUSH) in writeDrawCmdBuffer()
2242 const DescriptorUpdateMethod m_updateMethod; member in vkt::BindingModel::__anon1f3887440111::BufferComputeInstance
2270 , m_updateMethod (updateMethod) in BufferComputeInstance()
2328 if (m_updateMethod == DESCRIPTOR_UPDATE_METHOD_WITH_PUSH_TEMPLATE || in createDescriptorSetLayout()
[all …]