Searched refs:local_pBindInfos (Results 1 – 1 of 1) sorted by relevance
3225 safe_VkBindBufferMemoryInfo *local_pBindInfos = NULL; in DispatchBindBufferMemory2() local3228 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() local3257 local_pBindInfos = new safe_VkBindImageMemoryInfo[bindInfoCount]; in DispatchBindImageMemory2()[all …]