Searched refs:interface_ids_count (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_private.h | 716 size_t interface_ids_count; member in struct:vtn_builder
|
| H A D | spirv_to_nir.c | 4333 b->interface_ids_count = count - start; 4334 b->interface_ids = ralloc_array(b, uint32_t, b->interface_ids_count); 4335 memcpy(b->interface_ids, &w[start], b->interface_ids_count * 4); 4336 qsort(b->interface_ids, b->interface_ids_count, 4, cmp_uint32_t);
|
| H A D | vtn_variables.c | 2356 if (!bsearch(&w[2], b->interface_ids, b->interface_ids_count, 4, cmp_uint32_t))
|
Completed in 16 milliseconds