Lines Matching refs:ahb_props
3154 VkAndroidHardwareBufferPropertiesANDROID ahb_props = {}; in TEST_F() local
3155 ahb_props.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in TEST_F()
3156 ahb_props.pNext = &ahb_fmt_props; in TEST_F()
3160 pfn_GetAHBProps(dev, ahb, &ahb_props); in TEST_F()
3338 VkAndroidHardwareBufferPropertiesANDROID ahb_props = {}; in TEST_F() local
3339 ahb_props.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in TEST_F()
3340 ahb_props.pNext = &ahb_fmt_props; in TEST_F()
3345 auto recreate_ahb = [&ahb, &iahbi, &ahb_desc, &ahb_props, dev, pfn_GetAHBProps]() { in TEST_F()
3350 pfn_GetAHBProps(dev, ahb, &ahb_props); in TEST_F()
3386 mai.allocationSize = ahb_props.allocationSize; in TEST_F()
3390 if (ahb_props.memoryTypeBits & (1 << i)) { in TEST_F()
3410 mai.allocationSize = ahb_props.allocationSize + 1; in TEST_F()
3414 mai.allocationSize = ahb_props.allocationSize; in TEST_F()
3438 mai.allocationSize = ahb_props.allocationSize; in TEST_F()
3453 mai.allocationSize = ahb_props.allocationSize; in TEST_F()
3455 if (ahb_props.memoryTypeBits & (1 << i)) { in TEST_F()
3507 mai.allocationSize = ahb_props.allocationSize + 1; in TEST_F()
3683 VkAndroidHardwareBufferPropertiesANDROID ahb_props = {}; in TEST_F() local
3684 ahb_props.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in TEST_F()
3685 ahb_props.pNext = &ahb_fmt_props; in TEST_F()
3689 pfn_GetAHBProps(dev, ahb, &ahb_props); in TEST_F()
3865 VkAndroidHardwareBufferPropertiesANDROID ahb_props = {}; in TEST_F() local
3866 ahb_props.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in TEST_F()
3878 pfn_GetAHBProps(dev, ahb, &ahb_props); in TEST_F()
3889 bci.size = ahb_props.allocationSize; in TEST_F()
3904 if ((ahb_props.memoryTypeBits & (1 << i))) { in TEST_F()