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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_translate.c88 int * needrgb, int * needalpha, int * istranscendent)
91 *needalpha = (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0;
97 *needalpha = 1;
119 *needalpha = 1;
122 *needalpha = 1;
153 int needrgb, needalpha, istranscendent; local in function:set_pair_instruction
159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent);
169 if (needalpha) {
247 if (needalpha) {
306 if (needalpha) {
87 classify_instruction(struct rc_sub_instruction * inst,int * needrgb,int * needalpha,int * istranscendent) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_translate.c90 int * needrgb, int * needalpha, int * istranscendent)
93 *needalpha = (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0;
99 *needalpha = 1;
121 *needalpha = 1;
124 *needalpha = 1;
155 int needrgb, needalpha, istranscendent; local in function:set_pair_instruction
161 classify_instruction(inst, &needrgb, &needalpha, &istranscendent);
171 if (needalpha) {
249 if (needalpha) {
308 if (needalpha) {
89 classify_instruction(struct rc_sub_instruction * inst,int * needrgb,int * needalpha,int * istranscendent) argument
[all...]

Completed in 2 milliseconds