Searched refs:pBufferIndices (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 354 const uint32_t* pBufferIndices, 358 …rstSet+setCount-1] to use the bindings stored in the buffer bound at pBufferIndices[i] at an offse…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 6144 * pname:setCount is the number of elements in the pname:pBufferIndices and 6146 * pname:pBufferIndices is a pointer to an array of indices into the 6159 pname:pBufferIndices[i] at an offset of pname:pOffsets[i]. 6257 * [[VUID-vkCmdSetDescriptorBufferOffsetsEXT-pBufferIndices-08064]] 6258 Each element of pname:pBufferIndices must: be less than 6260 * [[VUID-vkCmdSetDescriptorBufferOffsetsEXT-pBufferIndices-08065]] 6261 Each element of pname:pBufferIndices must: reference a valid descriptor
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 4451 …ayout layout, uint32_t firstSet, uint32_t setCount, const uint32_t * pBufferIndices, const VkDevic… in vkCmdSetDescriptorBufferOffsetsEXT() argument 4453 …fsetsEXT( commandBuffer, pipelineBindPoint, layout, firstSet, setCount, pBufferIndices, pOffsets ); in vkCmdSetDescriptorBufferOffsetsEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 15035 …Layout layout, uint32_t firstSet, uint32_t setCount, const uint32_t* pBufferIndices, const VkDevic… 15072 const uint32_t* pBufferIndices,
|