Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_translate.c90 int * needrgb, int * needalpha, int * istranscendent) in classify_instruction()
92 *needrgb = (inst->DstReg.WriteMask & RC_MASK_XYZ) ? 1 : 0; in classify_instruction()
97 *needrgb = 1; in classify_instruction()
127 *needrgb = 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()
163 if (needrgb) { in set_pair_instruction()
217 if (needrgb && !istranscendent) { in set_pair_instruction()
303 if (needrgb) { in set_pair_instruction()
316 if (needrgb) { in set_pair_instruction()
89 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) classify_instruction() argument
[all...]

Completed in 1 milliseconds