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

/external/mesa3d/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
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

Completed in 176 milliseconds