Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c4707 static int tgsi_op2_s(struct r600_shader_ctx *ctx, int swap, int trans_only) in tgsi_op2_s() argument
4713 /* use temp register if trans_only and more than one dst component */ in tgsi_op2_s()
4714 int use_tmp = trans_only && (write_mask ^ (1 << lasti)); in tgsi_op2_s()
4751 if (i == lasti || trans_only) { in tgsi_op2_s()

Completed in 15 milliseconds