Searched refs:istranscendent (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)
92 *istranscendent = 0;
118 *istranscendent = 1;
153 int needrgb, needalpha, istranscendent; local in function:set_pair_instruction
159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent);
162 if (istranscendent)
215 if (needrgb && !istranscendent) {
251 if (istranscendent) {
272 if (istranscendent) {
87 classify_instruction(struct rc_sub_instruction * inst,int * needrgb,int * needalpha,int * istranscendent) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_translate.c90 int * needrgb, int * needalpha, int * istranscendent)
94 *istranscendent = 0;
120 *istranscendent = 1;
155 int needrgb, needalpha, istranscendent; local in function:set_pair_instruction
161 classify_instruction(inst, &needrgb, &needalpha, &istranscendent);
164 if (istranscendent)
217 if (needrgb && !istranscendent) {
253 if (istranscendent) {
274 if (istranscendent) {
89 classify_instruction(struct rc_sub_instruction * inst,int * needrgb,int * needalpha,int * istranscendent) argument

Completed in 5 milliseconds