Searched refs:ncomponents (Results 1 – 7 of 7) sorted by relevance
405 int ncomponents = 0; in allocate_arrays() local416 if (a.ncomponents + ncomponents > 4 || in allocate_arrays()419 ncomponents = 0; in allocate_arrays()423 if (ncomponents == 0) in allocate_arrays()426 uint32_t mask = ((1 << a.ncomponents) - 1) << ncomponents; in allocate_arrays()428 PValue array = PValue(new GPRArray(current_index, a.length, mask, ncomponents)); in allocate_arrays()431 << " of size " << a.length << " with " << a.ncomponents in allocate_arrays()436 for (unsigned i = 0; i < a.ncomponents; ++i) in allocate_arrays()442 ncomponents += a.ncomponents; in allocate_arrays()
77 unsigned ncomponents; member80 return a.length < b.length || (a.length == b.length && a.ncomponents > b.ncomponents); in operator()
121 static nir_ssa_def *load_offset_group(nir_builder *b, int ncomponents) in load_offset_group() argument123 switch (ncomponents) { in load_offset_group()133 debug_printf("Got %d components\n", ncomponents); in load_offset_group()
221 ncomponents = int(m.group(2))235 assert len(components) == ncomponents
49976 unsigned int ncomponents; member