Searched refs:bufferProperties (Results 1 – 5 of 5) sorted by relevance
39 VkAndroidHardwareBufferPropertiesANDROID bufferProperties = {}; in GetClientBufferMemoryRequirements() local40 bufferProperties.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in GetClientBufferMemoryRequirements()41 bufferProperties.pNext = &bufferFormatProperties; in GetClientBufferMemoryRequirements()45 &bufferProperties)); in GetClientBufferMemoryRequirements()47 memRequirements.size = bufferProperties.allocationSize; in GetClientBufferMemoryRequirements()49 memRequirements.memoryTypeBits = bufferProperties.memoryTypeBits; in GetClientBufferMemoryRequirements()
103 VkAndroidHardwareBufferPropertiesANDROID bufferProperties = {}; in ValidateHardwareBuffer() local104 bufferProperties.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in ValidateHardwareBuffer()105 bufferProperties.pNext = &bufferFormatProperties; in ValidateHardwareBuffer()109 vkGetAndroidHardwareBufferPropertiesANDROID(device, hardwareBuffer, &bufferProperties); in ValidateHardwareBuffer()207 VkAndroidHardwareBufferPropertiesANDROID bufferProperties = {}; in initImpl() local208 bufferProperties.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in initImpl()209 bufferProperties.pNext = &bufferFormatProperties; in initImpl()213 &bufferProperties)); in initImpl()280 externalMemoryRequirements.size = bufferProperties.allocationSize; in initImpl()282 externalMemoryRequirements.memoryTypeBits = bufferProperties.memoryTypeBits; in initImpl()
21 BufferProperties bufferProperties[] = variable48 UINT bufferPropertyCount = sizeof(bufferProperties)/sizeof(bufferProperties[0]);307 &bufferProperties[i]); in TestDeviceBuffer()
21 BufferProperties bufferProperties[] = variable48 UINT bufferPropertyCount = sizeof(bufferProperties)/sizeof(bufferProperties[0]);318 &bufferProperties[i]); in TestDeviceBuffer()
4061 vk::VkAndroidHardwareBufferPropertiesANDROID bufferProperties = in ValidateAHardwareBuffer() local4069 VK_CHECK(vkd.getAndroidHardwareBufferPropertiesANDROID(device, ahb, &bufferProperties)); in ValidateAHardwareBuffer()