Searched refs:FlushMappedMemoryRanges (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 64 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
|
D | api_gen.cpp | 162 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/ |
D | null_driver_gen.cpp | 158 …ret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFlushMappedMemoryRanges>(FlushMappedMemoryRanges))},
|
D | null_driver_gen.h | 56 VKAPI_ATTR VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMap…
|
D | null_driver.cpp | 1102 VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange… in FlushMappedMemoryRanges() function
|