Lines Matching refs:index2
296 … for (uint32_t index2 = 0; index2 < pBindInfo[index0].pBufferBinds[index1].bindCount; ++index2) { in explicit_QueueBindSparse() local
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()
317 …for (uint32_t index2 = 0; index2 < pBindInfo[index0].pImageOpaqueBinds[index1].bindCount; ++index2… in explicit_QueueBindSparse() local
318 if (pBindInfo[index0].pImageOpaqueBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
320 … (VkDeviceMemory *)&(pBindInfo[index0].pImageOpaqueBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
321 … original_memory2.push_back(pBindInfo[index0].pImageOpaqueBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
324 … (VkUniqueObject *)pBindInfo[index0].pImageOpaqueBinds[index1].pBinds[index2].memory) in explicit_QueueBindSparse()
339 … for (uint32_t index2 = 0; index2 < pBindInfo[index0].pImageBinds[index1].bindCount; ++index2) { in explicit_QueueBindSparse() local
340 if (pBindInfo[index0].pImageBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
342 … (VkDeviceMemory *)&(pBindInfo[index0].pImageBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
343 … original_memory3.push_back(pBindInfo[index0].pImageBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
345 … (VkDeviceMemory)((VkUniqueObject *)pBindInfo[index0].pImageBinds[index1].pBinds[index2].memory) in explicit_QueueBindSparse()
384 … for (uint32_t index2 = 0; index2 < pBindInfo[index0].pBufferBinds[index1].bindCount; ++index2) { in explicit_QueueBindSparse() local
385 if (pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
387 … (VkDeviceMemory *)&(pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
388 *(pDeviceMemory) = original_memory1[index2]; in explicit_QueueBindSparse()
401 …for (uint32_t index2 = 0; index2 < pBindInfo[index0].pImageOpaqueBinds[index1].bindCount; ++index2… in explicit_QueueBindSparse() local
402 if (pBindInfo[index0].pImageOpaqueBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
404 … (VkDeviceMemory *)&(pBindInfo[index0].pImageOpaqueBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
405 *(pDeviceMemory) = original_memory2[index2]; in explicit_QueueBindSparse()
418 … for (uint32_t index2 = 0; index2 < pBindInfo[index0].pImageBinds[index1].bindCount; ++index2) { in explicit_QueueBindSparse() local
419 if (pBindInfo[index0].pImageBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
421 … (VkDeviceMemory *)&(pBindInfo[index0].pImageBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
422 *(pDeviceMemory) = original_memory3[index2]; in explicit_QueueBindSparse()