Searched refs:InvalidateMappedMemoryRanges (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 195 GET_DEVICE_PROC(InvalidateMappedMemoryRanges); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 191 PFN_vkInvalidateMappedMemoryRanges InvalidateMappedMemoryRanges = nullptr; member
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 223 GR_VK_CALL(gpu->vkInterface(), InvalidateMappedMemoryRanges(gpu->device(), 1, in InvalidateMappedAlloc()
|
D | GrVkAMDMemoryAllocator.cpp | 260 GR_VK_CALL(fInterface, InvalidateMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in invalidateMappedMemory()
|
D | GrVkInterface.cpp | 59 ACQUIRE_PROC(InvalidateMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 46 GR_COPY_FUNCTION(InvalidateMappedMemoryRanges); in Make()
|
D | GrVkInterface.cpp | 59 ACQUIRE_PROC(InvalidateMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 277 GET_DEVICE_PROC(InvalidateMappedMemoryRanges); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 254 PFN_vkInvalidateMappedMemoryRanges InvalidateMappedMemoryRanges = nullptr; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 1304 if (VKSCR(InvalidateMappedMemoryRanges)(screen->dev, 1, &range) != VK_SUCCESS) { in zink_buffer_map()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 2946 - anv: Agressively no-op Flush/InvalidateMappedMemoryRanges
|