Home
last modified time | relevance | path

Searched refs:InvalidateMappedMemoryRanges (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp195 GET_DEVICE_PROC(InvalidateMappedMemoryRanges); in LoadDeviceProcs()
DVulkanFunctions.h191 PFN_vkInvalidateMappedMemoryRanges InvalidateMappedMemoryRanges = nullptr; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp223 GR_VK_CALL(gpu->vkInterface(), InvalidateMappedMemoryRanges(gpu->device(), 1, in InvalidateMappedAlloc()
DGrVkAMDMemoryAllocator.cpp260 GR_VK_CALL(fInterface, InvalidateMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in invalidateMappedMemory()
DGrVkInterface.cpp59 ACQUIRE_PROC(InvalidateMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp46 GR_COPY_FUNCTION(InvalidateMappedMemoryRanges); in Make()
DGrVkInterface.cpp59 ACQUIRE_PROC(InvalidateMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp277 GET_DEVICE_PROC(InvalidateMappedMemoryRanges); in LoadDeviceProcs()
DVulkanFunctions.h254 PFN_vkInvalidateMappedMemoryRanges InvalidateMappedMemoryRanges = nullptr; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1304 if (VKSCR(InvalidateMappedMemoryRanges)(screen->dev, 1, &range) != VK_SUCCESS) { in zink_buffer_map()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2946 - anv: Agressively no-op Flush/InvalidateMappedMemoryRanges