Home
last modified time | relevance | path

Searched refs:needalpha (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_translate.c90 int * needrgb, int * needalpha, int * istranscendent) in classify_instruction() argument
93 *needalpha = (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0; in classify_instruction()
99 *needalpha = 1; in classify_instruction()
121 *needalpha = 1; in classify_instruction()
124 *needalpha = 1; in classify_instruction()
155 int needrgb, needalpha, istranscendent; in set_pair_instruction() local
161 classify_instruction(inst, &needrgb, &needalpha, &istranscendent); in set_pair_instruction()
171 if (needalpha) { in set_pair_instruction()
249 if (needalpha) { in set_pair_instruction()
308 if (needalpha) { in set_pair_instruction()
[all …]