Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h78 uint32_t type_bits);
229 uint32_t type_bits);
232 uint32_t type_bits);
Dwsi_common.c1622 uint32_t type_bits) in wsi_select_memory_type() argument
1624 assert(type_bits != 0); in wsi_select_memory_type()
1627 u_foreach_bit(t, type_bits) { in wsi_select_memory_type()
1646 return wsi_select_memory_type(wsi, req_props, deny_props, type_bits); in wsi_select_memory_type()
1654 uint32_t type_bits) in wsi_select_device_memory_type() argument
1657 0 /* deny_props */, type_bits); in wsi_select_device_memory_type()
1662 uint32_t type_bits) in wsi_select_host_memory_type() argument
1665 0 /* deny_props */, type_bits); in wsi_select_host_memory_type()
Dwsi_common_drm.c287 uint32_t type_bits) in prime_select_buffer_memory_type() argument
291 type_bits); in prime_select_buffer_memory_type()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1019 uint32_t type_bits) in vk_memory_type() argument
1024 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type()