Lines Matching refs:pBufferBinds

288             if (pBindInfo[index0].pBufferBinds) {  in explicit_QueueBindSparse()
290 if (pBindInfo[index0].pBufferBinds[index1].buffer) { in explicit_QueueBindSparse()
291 … VkBuffer *pBuffer = (VkBuffer *)&(pBindInfo[index0].pBufferBinds[index1].buffer); in explicit_QueueBindSparse()
292 original_buffer.push_back(pBindInfo[index0].pBufferBinds[index1].buffer); in explicit_QueueBindSparse()
293 …*(pBuffer) = (VkBuffer)((VkUniqueObject *)pBindInfo[index0].pBufferBinds[index1].buffer)->actualOb… in explicit_QueueBindSparse()
295 if (pBindInfo[index0].pBufferBinds[index1].pBinds) { in explicit_QueueBindSparse()
296 … for (uint32_t index2 = 0; index2 < pBindInfo[index0].pBufferBinds[index1].bindCount; ++index2) { in explicit_QueueBindSparse()
297 if (pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
299 … (VkDeviceMemory *)&(pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
300 … original_memory1.push_back(pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
302 … (VkDeviceMemory)((VkUniqueObject *)pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory) in explicit_QueueBindSparse()
377 if (pBindInfo[index0].pBufferBinds) { in explicit_QueueBindSparse()
379 if (pBindInfo[index0].pBufferBinds[index1].buffer) { in explicit_QueueBindSparse()
380 … VkBuffer *pBuffer = (VkBuffer *)&(pBindInfo[index0].pBufferBinds[index1].buffer); in explicit_QueueBindSparse()
383 if (pBindInfo[index0].pBufferBinds[index1].pBinds) { in explicit_QueueBindSparse()
384 … for (uint32_t index2 = 0; index2 < pBindInfo[index0].pBufferBinds[index1].bindCount; ++index2) { in explicit_QueueBindSparse()
385 if (pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
387 … (VkDeviceMemory *)&(pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()