Searched refs:getDescriptorSetNdx (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1046 deUint32 getDescriptorSetNdx (DescriptorSetCount count, deUint32 setNdx) in getDescriptorSetNdx() function 1585 …vk::VkDescriptorSetLayout layout = **descriptorSetLayouts[getDescriptorSetNdx(descriptorSetCo… in createDescriptorSets() 1865 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in writeDrawCmdBuffer() 2239 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in submitAndWait() 2255 …hTemplateKHR(*cmd, **(*updateTemplates)[setNdx], m_pipelineLayout, getDescriptorSetNdx(m_descripto… in submitAndWait() 2297 …m_vki, *cmd, vk::VK_PIPELINE_BIND_POINT_COMPUTE, m_pipelineLayout, getDescriptorSetNdx(m_descripto… in submitAndWait() 3434 const deUint32 descriptorSet = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in genResourceDeclarations() 4291 …vk::VkDescriptorSetLayout layout = **descriptorSetLayouts[getDescriptorSetNdx(descriptorSetCount, … in createDescriptorSets() 4568 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in writeDrawCmdBuffer() 4580 …TemplateKHR(cmd, **m_updateTemplates[setNdx], getPipelineLayout(), getDescriptorSetNdx(m_descripto… in writeDrawCmdBuffer() [all …]
|