Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc126 uint32_t property_count = 0; in FilterOutExtensionProperties() local
130 property_count++; in FilterOutExtensionProperties()
133 if (property_count == *properties_out_buf_size) { in FilterOutExtensionProperties()
137 properties_out_buf[property_count++] = properties_in_buf[i]; in FilterOutExtensionProperties()
140 if (properties_out_buf[property_count - 1].specVersion > conversion->maxsupported_spec) { in FilterOutExtensionProperties()
141 properties_out_buf[property_count - 1].specVersion = conversion->maxsupported_spec; in FilterOutExtensionProperties()
145 *properties_out_buf_size = property_count; in FilterOutExtensionProperties()