Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h76 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
Dapi_gen.cpp206 INIT_PROC(true, dev, FlushMappedMemoryRanges); in InitDispatchTable()
370 VKAPI_ATTR VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMap…
747 … { "vkFlushMappedMemoryRanges", reinterpret_cast<PFN_vkVoidFunction>(FlushMappedMemoryRanges) }, in GetInstanceProcAddr()
868 VKAPI_ATTR VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMap… in FlushMappedMemoryRanges() function
869 … return GetData(device).dispatch.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges()
1629 return vulkan::api::FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in vkFlushMappedMemoryRanges()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp170 …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.cpp1175 VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange… in FlushMappedMemoryRanges() function