Home
last modified time | relevance | path

Searched refs:local_pMemoryRanges (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp1266 safe_VkMappedMemoryRange *local_pMemoryRanges = NULL; in DispatchFlushMappedMemoryRanges() local
1269 local_pMemoryRanges = new safe_VkMappedMemoryRange[memoryRangeCount]; in DispatchFlushMappedMemoryRanges()
1271 local_pMemoryRanges[index0].initialize(&pMemoryRanges[index0]); in DispatchFlushMappedMemoryRanges()
1273local_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() local
1295 local_pMemoryRanges = new safe_VkMappedMemoryRange[memoryRangeCount]; in DispatchInvalidateMappedMemoryRanges()
1297 local_pMemoryRanges[index0].initialize(&pMemoryRanges[index0]); in DispatchInvalidateMappedMemoryRanges()
[all …]