Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4967 for (size_t descriptorSetNdx = 0; descriptorSetNdx < m_descriptorSets.size(); descriptorSetNdx++) in prepare() local
4980 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare()
4986 (vk::VkDeviceSize)(descriptorSetNdx * (size_t)MAX_UNIFORM_BUFFER_SIZE), in prepare()
4987 m_bufferSize < (descriptorSetNdx + 1) * (vk::VkDeviceSize)MAX_UNIFORM_BUFFER_SIZE in prepare()
4988 ? m_bufferSize - descriptorSetNdx * (vk::VkDeviceSize)MAX_UNIFORM_BUFFER_SIZE in prepare()
4995 m_descriptorSets[descriptorSetNdx], in prepare()
5017 for (size_t descriptorSetNdx = 0; descriptorSetNdx < m_descriptorSets.size(); descriptorSetNdx++) in submit() local
5019 …const size_t size = (size_t)(m_bufferSize < (descriptorSetNdx + 1) * (vk::VkDeviceSize)MAX_UNIFORM… in submit()
5020 ? m_bufferSize - descriptorSetNdx * (vk::VkDeviceSize)MAX_UNIFORM_BUFFER_SIZE in submit()
5024 …NT_GRAPHICS, *m_resources.pipelineLayout, 0u, 1u, &m_descriptorSets[descriptorSetNdx], 0u, DE_NULL… in submit()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1865 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in writeDrawCmdBuffer() local
1867 …Sets(cmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, getPipelineLayout(), descriptorSetNdx, 1, &sets[set… in writeDrawCmdBuffer()
2239 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in submitAndWait() local
2241 …torSets(*cmd, vk::VK_PIPELINE_BIND_POINT_COMPUTE, m_pipelineLayout, descriptorSetNdx, 1u, &m_descr… in submitAndWait()
4568 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in writeDrawCmdBuffer() local
4569 …Sets(cmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, getPipelineLayout(), descriptorSetNdx, 1, &sets[set… in writeDrawCmdBuffer()
6276 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in writeDrawCmdBuffer() local
6277 …Sets(cmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, getPipelineLayout(), descriptorSetNdx, 1u, &setHand… in writeDrawCmdBuffer()
6289 const deUint32 descriptorSetNdx = getDescriptorSetNdx(m_descriptorSetCount, setNdx); in writeDrawCmdBuffer() local
6290 …hTemplateKHR(cmd, **m_updateTemplates[setNdx], getPipelineLayout(), descriptorSetNdx, (const void*… in writeDrawCmdBuffer()
[all …]