Searched refs:type_bits (Results 1 – 4 of 4) sorted by relevance
78 uint32_t type_bits);229 uint32_t type_bits);232 uint32_t type_bits);
1622 uint32_t type_bits) in wsi_select_memory_type() argument1624 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() argument1657 0 /* deny_props */, type_bits); in wsi_select_device_memory_type()1662 uint32_t type_bits) in wsi_select_host_memory_type() argument1665 0 /* deny_props */, type_bits); in wsi_select_host_memory_type()
287 uint32_t type_bits) in prime_select_buffer_memory_type() argument291 type_bits); in prime_select_buffer_memory_type()
1019 uint32_t type_bits) in vk_memory_type() argument1024 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type()