Searched refs:local_pMemoryRanges (Results 1 – 1 of 1) sorted by relevance
1266 safe_VkMappedMemoryRange *local_pMemoryRanges = NULL; in DispatchFlushMappedMemoryRanges() local1269 local_pMemoryRanges = new safe_VkMappedMemoryRange[memoryRangeCount]; in DispatchFlushMappedMemoryRanges()1271 local_pMemoryRanges[index0].initialize(&pMemoryRanges[index0]); in DispatchFlushMappedMemoryRanges()1273 … local_pMemoryRanges[index0].memory = layer_data->Unwrap(pMemoryRanges[index0].memory); in DispatchFlushMappedMemoryRanges()1278 …FlushMappedMemoryRanges(device, memoryRangeCount, (const VkMappedMemoryRange*)local_pMemoryRanges); in DispatchFlushMappedMemoryRanges()1279 if (local_pMemoryRanges) { in DispatchFlushMappedMemoryRanges()1280 delete[] local_pMemoryRanges; in DispatchFlushMappedMemoryRanges()1292 safe_VkMappedMemoryRange *local_pMemoryRanges = NULL; in DispatchInvalidateMappedMemoryRanges() local1295 local_pMemoryRanges = new safe_VkMappedMemoryRange[memoryRangeCount]; in DispatchInvalidateMappedMemoryRanges()1297 local_pMemoryRanges[index0].initialize(&pMemoryRanges[index0]); in DispatchInvalidateMappedMemoryRanges()[all …]