Searched refs:num_baryc (Results 1 – 2 of 2) sorted by relevance
180 int num_baryc = 0; in do_allocate_reserved_registers() local185 m_interpolator[i].ij_index = num_baryc; in do_allocate_reserved_registers()187 unsigned sel = num_baryc / 2; in do_allocate_reserved_registers()188 unsigned chan = 2 * (num_baryc % 2); in do_allocate_reserved_registers()200 ++num_baryc; in do_allocate_reserved_registers()203 m_reserved_registers += (num_baryc + 1) >> 1; in do_allocate_reserved_registers()
1340 int num_baryc = 0; in allocate_system_value_inputs() local1344 ctx->eg_interpolators[i].ij_index = num_baryc; in allocate_system_value_inputs()1345 num_baryc++; in allocate_system_value_inputs()1348 num_baryc = (num_baryc + 1) >> 1; in allocate_system_value_inputs()1349 gpr_offset += num_baryc; in allocate_system_value_inputs()