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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c1394 emit_scaled_viewport_write(struct vc4_compile *c, struct qreg rcp_w) argument
1410 rcp_w));
1417 emit_zs_write(struct vc4_compile *c, struct qreg rcp_w) argument
1425 rcp_w),
1430 emit_rcp_wc_write(struct vc4_compile *c, struct qreg rcp_w) argument
1432 qir_VPM_WRITE(c, rcp_w);
1477 struct qreg rcp_w = ntq_rcp(c, c->outputs[c->output_position_index + 3]); local in function:emit_vert_end
1481 emit_scaled_viewport_write(c, rcp_w);
1482 emit_zs_write(c, rcp_w);
1483 emit_rcp_wc_write(c, rcp_w);
1512 struct qreg rcp_w = ntq_rcp(c, c->outputs[c->output_position_index + 3]); local in function:emit_coord_end
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c1383 emit_scaled_viewport_write(struct vc4_compile *c, struct qreg rcp_w) argument
1399 rcp_w));
1406 emit_zs_write(struct vc4_compile *c, struct qreg rcp_w) argument
1414 rcp_w),
1419 emit_rcp_wc_write(struct vc4_compile *c, struct qreg rcp_w) argument
1421 qir_VPM_WRITE(c, rcp_w);
1461 struct qreg rcp_w = ntq_rcp(c, c->outputs[c->output_position_index + 3]); local in function:emit_vert_end
1465 emit_scaled_viewport_write(c, rcp_w);
1466 emit_zs_write(c, rcp_w);
1467 emit_rcp_wc_write(c, rcp_w);
1496 struct qreg rcp_w = ntq_rcp(c, c->outputs[c->output_position_index + 3]); local in function:emit_coord_end
[all...]

Completed in 7 milliseconds