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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c4614 static int tgsi_op2_s(struct r600_shader_ctx *ctx, int swap, int trans_only) argument
4620 /* use temp register if trans_only and more than one dst component */
4621 int use_tmp = trans_only && (write_mask ^ (1 << lasti));
4649 if (i == lasti || trans_only) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c4703 static int tgsi_op2_s(struct r600_shader_ctx *ctx, int swap, int trans_only) argument
4709 /* use temp register if trans_only and more than one dst component */
4710 int use_tmp = trans_only && (write_mask ^ (1 << lasti));
4747 if (i == lasti || trans_only) {

Completed in 26 milliseconds