Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_translate.c88 int * needrgb, int * needalpha, int * istranscendent) in classify_instruction() argument
92 *istranscendent = 0; in classify_instruction()
118 *istranscendent = 1; in classify_instruction()
153 int needrgb, needalpha, istranscendent; in set_pair_instruction() local
159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent); in set_pair_instruction()
162 if (istranscendent) in set_pair_instruction()
215 if (needrgb && !istranscendent) { in set_pair_instruction()
251 if (istranscendent) { in set_pair_instruction()
272 if (istranscendent) { in set_pair_instruction()