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/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp77 DECLARE_VK_PROC(FlushMappedMemoryRanges);
168 ACQUIRE_DEVICE_VK_PROC(FlushMappedMemoryRanges) in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp180 GET_DEVICE_PROC(FlushMappedMemoryRanges); in LoadDeviceProcs()
DVulkanFunctions.h176 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges = nullptr; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp241 GR_VK_CALL(fInterface, FlushMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in flushMappedMemory()
DGrVkMemory.cpp204 GR_VK_CALL(gpu->vkInterface(), FlushMappedMemoryRanges(gpu->device(), 1, in FlushMappedAlloc()
DGrVkInterface.cpp58 ACQUIRE_PROC(FlushMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
/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/src/gallium/drivers/zink/
Dzink_resource.c1419 VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in zink_image_map()
1466 VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in zink_transfer_flush_region()
Dzink_batch.c418 VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in submit_queue()
/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/mesa3d/docs/relnotes/
D21.3.0.rst2100 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets