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

/external/chromium_org/third_party/mesa/src/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
/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 111 milliseconds