Home
last modified time | relevance | path

Searched refs:allocFlagsInfoPtr (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp2995 const VkMemoryAllocateFlagsInfo* allocFlagsInfoPtr = in allocateCoherentMemory() local
3001 allocFlagsInfoPtr && in allocateCoherentMemory()
3002 ((allocFlagsInfoPtr->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT) || in allocateCoherentMemory()
3003 (allocFlagsInfoPtr->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT)); in allocateCoherentMemory()
3027 if (allocFlagsInfoPtr) { in allocateCoherentMemory()
3029 allocFlagsInfo = *allocFlagsInfoPtr; in allocateCoherentMemory()
3151 const VkMemoryAllocateFlagsInfo* allocFlagsInfoPtr = in getCoherentMemory() local
3155 allocFlagsInfoPtr && in getCoherentMemory()
3156 ((allocFlagsInfoPtr->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT) || in getCoherentMemory()
3157 (allocFlagsInfoPtr->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT)); in getCoherentMemory()
[all …]
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4193 const VkMemoryAllocateFlagsInfo* allocFlagsInfoPtr = in on_vkAllocateMemory() local
4198 if (allocFlagsInfoPtr) { in on_vkAllocateMemory()
4199 allocFlagsInfo = *allocFlagsInfoPtr; in on_vkAllocateMemory()