Home
last modified time | relevance | path

Searched refs:FlushMappedMemoryRanges (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h64 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
Dapi_gen.cpp162 INIT_PROC(dev, FlushMappedMemoryRanges); in InitDispatchTable()
305 VKAPI_ATTR VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMap…
601 … { "vkFlushMappedMemoryRanges", reinterpret_cast<PFN_vkVoidFunction>(FlushMappedMemoryRanges) }, in GetInstanceProcAddr()
710 VKAPI_ATTR VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMap… in FlushMappedMemoryRanges() function
711 … return GetData(device).dispatch.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges()
1339 return vulkan::api::FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in vkFlushMappedMemoryRanges()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp158 …ret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFlushMappedMemoryRanges>(FlushMappedMemoryRanges))},
Dnull_driver_gen.h56 VKAPI_ATTR VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMap…
Dnull_driver.cpp1102 VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange… in FlushMappedMemoryRanges() function