Searched refs:wave_divisor (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ | ||
| H A D | evergreen_compute.c | 585 unsigned wave_divisor = (16 * num_pipes); local in function:evergreen_emit_dispatch 604 wave_divisor - 1) / wave_divisor; |
| H A D | evergreen_state.c | 4513 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 D | evergreen_compute.c | 606 unsigned wave_divisor = (16 * num_pipes); local in function:evergreen_emit_dispatch 626 wave_divisor - 1) / wave_divisor; |
| H A D | evergreen_state.c | 4546 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