Searched refs:wave_divisor (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c585 unsigned wave_divisor = (16 * num_pipes); local in function:evergreen_emit_dispatch
604 wave_divisor - 1) / wave_divisor;
H A Devergreen_state.c4513 unsigned wave_divisor = (16 * num_pipes); local in function:evergreen_setup_tess_constants
4572 num_waves = ceilf((float)(*num_patches * num_tcs_output_cp) / (float)wave_divisor);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c606 unsigned wave_divisor = (16 * num_pipes); local in function:evergreen_emit_dispatch
626 wave_divisor - 1) / wave_divisor;
H A Devergreen_state.c4546 unsigned wave_divisor = (16 * num_pipes); local in function:evergreen_setup_tess_constants
4605 num_waves = ceilf((float)(*num_patches * num_tcs_output_cp) / (float)wave_divisor);

Completed in 33 milliseconds