Searched refs:pMemoryRanges (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.cpp | 382 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges); 383 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges); 910 …emoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) { in FlushMappedMemoryRanges() argument 911 … return GetData(device).dispatch.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges() 914 …emoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) { in InvalidateMappedMemoryRanges() argument 915 …urn GetData(device).dispatch.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in InvalidateMappedMemoryRanges() 1727 …emoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) { in vkFlushMappedMemoryRanges() argument 1728 return vulkan::api::FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in vkFlushMappedMemoryRanges() 1732 …emoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) { in vkInvalidateMappedMemoryRanges() argument 1733 return vulkan::api::InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in vkInvalidateMappedMemoryRanges()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.h | 57 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges); 58 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
|