Searched refs:allocFlagsInfoPtr (Results 1 – 2 of 2) sorted by relevance
2995 const VkMemoryAllocateFlagsInfo* allocFlagsInfoPtr = in allocateCoherentMemory() local3001 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() local3155 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 …]
4193 const VkMemoryAllocateFlagsInfo* allocFlagsInfoPtr = in on_vkAllocateMemory() local4198 if (allocFlagsInfoPtr) { in on_vkAllocateMemory()4199 allocFlagsInfo = *allocFlagsInfoPtr; in on_vkAllocateMemory()