Searched refs:rcp_wc (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_io.c | 270 nir_ssa_def *rcp_wc = nir_frcp(b, state->pos[3]); local in function:v3d_nir_emit_ff_vpm_outputs 288 pos = nir_fmul(b, pos, rcp_wc); 297 z = nir_fmul(b, z, rcp_wc); 303 v3d_nir_store_output(b, state->rcp_wc_vpm_offset, rcp_wc);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_io.c | 570 nir_ssa_def *rcp_wc = nir_frcp(b, state->pos[3]); local in function:v3d_nir_emit_ff_vpm_outputs 589 pos = nir_fmul(b, pos, rcp_wc); 610 z = nir_fmul(b, z, rcp_wc); 617 offset_reg, rcp_wc);
|
Completed in 7 milliseconds