Searched refs:FlushMappedMemoryRanges (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 54 DECLARE_VK_PROC(FlushMappedMemoryRanges);
|
D | VkTestHelper.cpp | 77 ACQUIRE_DEVICE_VK_PROC(FlushMappedMemoryRanges) in init()
|
D | VkYcbcrSamplerHelper.cpp | 166 GR_VK_CALL_RESULT(vkGpu, result, FlushMappedMemoryRanges(vkGpu->device(), 1, &flushRange)); in createBackendTexture()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 45 GR_COPY_FUNCTION(FlushMappedMemoryRanges); in Make()
|
D | GrVkInterface.cpp | 58 ACQUIRE_PROC(FlushMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 262 GET_DEVICE_PROC(FlushMappedMemoryRanges); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 239 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges = nullptr; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.6.rst | 88 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets
|
D | 21.3.0.rst | 2100 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets
|
D | 22.0.0.rst | 1942 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 304 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
|
D | vk_loader_extensions.c | 354 …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()
|
D | vk_dispatch_table_helper.h | 440 …table->FlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges) gpa(device, "vkFlushMappedMemoryR… in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 434 result = VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in submit_queue()
|
D | zink_resource.c | 1999 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/ |
D | overlay.cpp | 1073 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/ |
D | trampoline.c | 1057 return disp->FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in vkFlushMappedMemoryRanges()
|