Searched refs:FlushMappedMemoryRanges (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 76 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
|
D | api_gen.cpp | 206 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/ |
D | null_driver_gen.cpp | 170 …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 | 1175 VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange… in FlushMappedMemoryRanges() function
|