Lines Matching refs:local_pBindInfos
3225 safe_VkBindBufferMemoryInfo *local_pBindInfos = NULL; in DispatchBindBufferMemory2() local
3228 local_pBindInfos = new safe_VkBindBufferMemoryInfo[bindInfoCount]; in DispatchBindBufferMemory2()
3230 local_pBindInfos[index0].initialize(&pBindInfos[index0]); in DispatchBindBufferMemory2()
3232 local_pBindInfos[index0].buffer = layer_data->Unwrap(pBindInfos[index0].buffer); in DispatchBindBufferMemory2()
3235 local_pBindInfos[index0].memory = layer_data->Unwrap(pBindInfos[index0].memory); in DispatchBindBufferMemory2()
3240 …ch_table.BindBufferMemory2(device, bindInfoCount, (const VkBindBufferMemoryInfo*)local_pBindInfos); in DispatchBindBufferMemory2()
3241 if (local_pBindInfos) { in DispatchBindBufferMemory2()
3242 delete[] local_pBindInfos; in DispatchBindBufferMemory2()
3254 safe_VkBindImageMemoryInfo *local_pBindInfos = NULL; in DispatchBindImageMemory2() local
3257 local_pBindInfos = new safe_VkBindImageMemoryInfo[bindInfoCount]; in DispatchBindImageMemory2()
3259 local_pBindInfos[index0].initialize(&pBindInfos[index0]); in DispatchBindImageMemory2()
3260 WrapPnextChainHandles(layer_data, local_pBindInfos[index0].pNext); in DispatchBindImageMemory2()
3262 local_pBindInfos[index0].image = layer_data->Unwrap(pBindInfos[index0].image); in DispatchBindImageMemory2()
3265 local_pBindInfos[index0].memory = layer_data->Unwrap(pBindInfos[index0].memory); in DispatchBindImageMemory2()
3270 …atch_table.BindImageMemory2(device, bindInfoCount, (const VkBindImageMemoryInfo*)local_pBindInfos); in DispatchBindImageMemory2()
3271 if (local_pBindInfos) { in DispatchBindImageMemory2()
3272 delete[] local_pBindInfos; in DispatchBindImageMemory2()
4749 safe_VkBindBufferMemoryInfo *local_pBindInfos = NULL; in DispatchBindBufferMemory2KHR() local
4752 local_pBindInfos = new safe_VkBindBufferMemoryInfo[bindInfoCount]; in DispatchBindBufferMemory2KHR()
4754 local_pBindInfos[index0].initialize(&pBindInfos[index0]); in DispatchBindBufferMemory2KHR()
4756 local_pBindInfos[index0].buffer = layer_data->Unwrap(pBindInfos[index0].buffer); in DispatchBindBufferMemory2KHR()
4759 local_pBindInfos[index0].memory = layer_data->Unwrap(pBindInfos[index0].memory); in DispatchBindBufferMemory2KHR()
4764 …table.BindBufferMemory2KHR(device, bindInfoCount, (const VkBindBufferMemoryInfo*)local_pBindInfos); in DispatchBindBufferMemory2KHR()
4765 if (local_pBindInfos) { in DispatchBindBufferMemory2KHR()
4766 delete[] local_pBindInfos; in DispatchBindBufferMemory2KHR()
4778 safe_VkBindImageMemoryInfo *local_pBindInfos = NULL; in DispatchBindImageMemory2KHR() local
4781 local_pBindInfos = new safe_VkBindImageMemoryInfo[bindInfoCount]; in DispatchBindImageMemory2KHR()
4783 local_pBindInfos[index0].initialize(&pBindInfos[index0]); in DispatchBindImageMemory2KHR()
4784 WrapPnextChainHandles(layer_data, local_pBindInfos[index0].pNext); in DispatchBindImageMemory2KHR()
4786 local_pBindInfos[index0].image = layer_data->Unwrap(pBindInfos[index0].image); in DispatchBindImageMemory2KHR()
4789 local_pBindInfos[index0].memory = layer_data->Unwrap(pBindInfos[index0].memory); in DispatchBindImageMemory2KHR()
4794 …h_table.BindImageMemory2KHR(device, bindInfoCount, (const VkBindImageMemoryInfo*)local_pBindInfos); in DispatchBindImageMemory2KHR()
4795 if (local_pBindInfos) { in DispatchBindImageMemory2KHR()
4796 delete[] local_pBindInfos; in DispatchBindImageMemory2KHR()
6099 safe_VkBindAccelerationStructureMemoryInfoNV *local_pBindInfos = NULL; in DispatchBindAccelerationStructureMemoryNV() local
6102 local_pBindInfos = new safe_VkBindAccelerationStructureMemoryInfoNV[bindInfoCount]; in DispatchBindAccelerationStructureMemoryNV()
6104 local_pBindInfos[index0].initialize(&pBindInfos[index0]); in DispatchBindAccelerationStructureMemoryNV()
6106 …local_pBindInfos[index0].accelerationStructure = layer_data->Unwrap(pBindInfos[index0].acceleratio… in DispatchBindAccelerationStructureMemoryNV()
6109 local_pBindInfos[index0].memory = layer_data->Unwrap(pBindInfos[index0].memory); in DispatchBindAccelerationStructureMemoryNV()
6114 …eMemoryNV(device, bindInfoCount, (const VkBindAccelerationStructureMemoryInfoNV*)local_pBindInfos); in DispatchBindAccelerationStructureMemoryNV()
6115 if (local_pBindInfos) { in DispatchBindAccelerationStructureMemoryNV()
6116 delete[] local_pBindInfos; in DispatchBindAccelerationStructureMemoryNV()