Lines Matching refs:pCommandBuffers
245 return pSubmit.pCommandBuffers[i]; in getCommandBuffer()
6906 const VkCommandBuffer* pCommandBuffers) { in on_vkCmdExecuteCommands() argument
6910 enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, in on_vkCmdExecuteCommands()
6918 as_goldfish_VkCommandBuffer(pCommandBuffers[i]); in on_vkCmdExecuteCommands()
6923 enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, in on_vkCmdExecuteCommands()
6996 const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) { in on_vkAllocateCommandBuffers() argument
7001 enc->vkAllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers, true /* do lock */); in on_vkAllocateCommandBuffers()
7005 struct goldfish_VkCommandBuffer* cb = as_goldfish_VkCommandBuffer(pCommandBuffers[i]); in on_vkAllocateCommandBuffers()
7328 VkCommandBuffer* pCommandBuffers) { in addToCommandPool() argument
7331 struct goldfish_VkCommandBuffer* cb = as_goldfish_VkCommandBuffer(pCommandBuffers[i]); in addToCommandPool()
7332 appendObject(&p->subObjects, (void*)(pCommandBuffers[i])); in addToCommandPool()