Searched refs:submitAndWait (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 2142 …void submitAndWait (deUint32 queueFamilyIndex, vk::VkQueue queue, std::vector<UpdateTempla… 2143 …void submitAndWait (deUint32 queueFamilyIndex, vk::VkQueue queue, vk::DescriptorSetUpdateB… 2193 void ComputeCommand::submitAndWait (deUint32 queueFamilyIndex, vk::VkQueue queue, std::vector<Updat… in submitAndWait() function in vkt::BindingModel::__anona9e2bae50111::ComputeCommand 2275 void ComputeCommand::submitAndWait (deUint32 queueFamilyIndex, vk::VkQueue queue, vk::DescriptorSet… in submitAndWait() function in vkt::BindingModel::__anona9e2bae50111::ComputeCommand 2873 compute.submitAndWait(m_queueFamilyIndex, m_queue, &m_updateTemplates, &m_updateRegistry); in testResourceAccess() 2885 compute.submitAndWait(m_queueFamilyIndex, m_queue, m_updateBuilder, m_descriptorsPerSet); in testResourceAccess() 2889 compute.submitAndWait(m_queueFamilyIndex, m_queue); in testResourceAccess() 5045 compute.submitAndWait(m_queueFamilyIndex, m_queue, &m_updateTemplates, &m_updateRegistry); in testResourceAccess() 5052 compute.submitAndWait(m_queueFamilyIndex, m_queue, m_updateBuilder, m_descriptorsPerSet); in testResourceAccess() 5056 compute.submitAndWait(m_queueFamilyIndex, m_queue); in testResourceAccess() [all …]
|