Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/vk/
DVkTestHelper.h54 DECLARE_VK_PROC(FlushMappedMemoryRanges);
DVkTestHelper.cpp77 ACQUIRE_DEVICE_VK_PROC(FlushMappedMemoryRanges) in init()
DVkYcbcrSamplerHelper.cpp166 GR_VK_CALL_RESULT(vkGpu, result, FlushMappedMemoryRanges(vkGpu->device(), 1, &flushRange)); in createBackendTexture()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp45 GR_COPY_FUNCTION(FlushMappedMemoryRanges); in Make()
DGrVkInterface.cpp58 ACQUIRE_PROC(FlushMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp262 GET_DEVICE_PROC(FlushMappedMemoryRanges); in LoadDeviceProcs()
DVulkanFunctions.h239 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges = nullptr; member
/third_party/mesa3d/docs/relnotes/
D21.2.6.rst88 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets
D21.3.0.rst2100 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets
D22.0.0.rst1942 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h304 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
Dvk_loader_extensions.c354 …table->FlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)gpa(dev, "vkFlushMappedMemoryRange… in loader_init_device_dispatch_table()
1413 if (!strcmp(name, "FlushMappedMemoryRanges")) return (void *)table->FlushMappedMemoryRanges; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h440 …table->FlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges) gpa(device, "vkFlushMappedMemoryR… in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c434 result = VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in submit_queue()
Dzink_resource.c1999 if (VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range) != VK_SUCCESS) { in zink_image_map()
2054 if (VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range) != VK_SUCCESS) { in zink_transfer_flush_region()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1073 VK_CHECK(device_data->vtable.FlushMappedMemoryRanges(device_data->device, 1, range)); in ensure_swapchain_fonts()
1260 VK_CHECK(device_data->vtable.FlushMappedMemoryRanges(device_data->device, 2, range)); in render_swapchain_display()
/third_party/vulkan-loader/loader/
Dtrampoline.c1057 return disp->FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in vkFlushMappedMemoryRanges()