Home
last modified time | relevance | path

Searched refs:num_baryc (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp716 int num_baryc = 0; in allocate_interpolators_or_inputs() local
719 sfn_log << SfnLog::io << "Interpolator " << i << " is enabled with ij=" << num_baryc <<" \n"; in allocate_interpolators_or_inputs() local
720 unsigned sel = num_baryc / 2; in allocate_interpolators_or_inputs()
721 unsigned chan = 2 * (num_baryc % 2); in allocate_interpolators_or_inputs()
729 m_interpolator[i].ij_index = num_baryc++; in allocate_interpolators_or_inputs()
732 return (num_baryc + 1) >> 1; in allocate_interpolators_or_inputs()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1359 int num_baryc = 0; in allocate_system_value_inputs() local
1363 ctx->eg_interpolators[i].ij_index = num_baryc; in allocate_system_value_inputs()
1364 num_baryc++; in allocate_system_value_inputs()
1367 num_baryc = (num_baryc + 1) >> 1; in allocate_system_value_inputs()
1368 gpr_offset += num_baryc; in allocate_system_value_inputs()

Completed in 15 milliseconds