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/flutter/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 77 DECLARE_VK_PROC(FlushMappedMemoryRanges); 168 ACQUIRE_DEVICE_VK_PROC(FlushMappedMemoryRanges) in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 180 GET_DEVICE_PROC(FlushMappedMemoryRanges); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 176 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges = nullptr; member
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 241 GR_VK_CALL(fInterface, FlushMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in flushMappedMemory()
|
D | GrVkMemory.cpp | 204 GR_VK_CALL(gpu->vkInterface(), FlushMappedMemoryRanges(gpu->device(), 1, in FlushMappedAlloc()
|
D | GrVkInterface.cpp | 58 ACQUIRE_PROC(FlushMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
|
/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/src/gallium/drivers/zink/ |
D | zink_resource.c | 1419 VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in zink_image_map() 1466 VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in zink_transfer_flush_region()
|
D | zink_batch.c | 418 VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in submit_queue()
|
/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/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 2100 - anv: Fix FlushMappedMemoryRanges for odd mmap offsets
|