Searched refs:hasDedicatedImage (Results 1 – 3 of 3) sorted by relevance
44 VkResult createAndroidHardwareBuffer(gfxstream::Gralloc* grallocHelper, bool hasDedicatedImage,
282 VkResult createAndroidHardwareBuffer(gfxstream::Gralloc* gralloc, bool hasDedicatedImage, in createAndroidHardwareBuffer() argument296 if (hasDedicatedImage) { in createAndroidHardwareBuffer()
3383 bool hasDedicatedImage = in on_vkAllocateMemory() local3395 if (hasDedicatedImage) { in on_vkAllocateMemory()3425 hasDedicatedImage, hasDedicatedBuffer, imageExtent, imageLayers, imageFormat, in on_vkAllocateMemory()3483 bool hasDedicatedImage = in on_vkAllocateMemory() local3488 if (hasDedicatedImage && hasDedicatedBuffer) { in on_vkAllocateMemory()3515 if (hasDedicatedImage) { in on_vkAllocateMemory()3536 hasDedicatedImage = in on_vkAllocateMemory()3537 hasDedicatedImage && getBufferCollectionConstraintsVulkanImageUsage(pImageCreateInfo); in on_vkAllocateMemory()3541 if (hasDedicatedImage || hasDedicatedBuffer) { in on_vkAllocateMemory()3574 if (hasDedicatedImage) { in on_vkAllocateMemory()[all …]