Searched refs:interface_ids_count (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 732 size_t interface_ids_count; member
|
D | spirv_to_nir.c | 4420 b->interface_ids_count = count - start; in vtn_handle_entry_point() 4421 b->interface_ids = ralloc_array(b, uint32_t, b->interface_ids_count); in vtn_handle_entry_point() 4422 memcpy(b->interface_ids, &w[start], b->interface_ids_count * 4); in vtn_handle_entry_point() 4423 qsort(b->interface_ids, b->interface_ids_count, 4, cmp_uint32_t); in vtn_handle_entry_point()
|
D | vtn_variables.c | 2401 if (!bsearch(&w[2], b->interface_ids, b->interface_ids_count, 4, cmp_uint32_t)) in vtn_handle_variables()
|