Searched defs:needrgb (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)
90 *needrgb = (inst->DstReg.WriteMask & RC_MASK_XYZ) ? 1 : 0;
95 *needrgb = 1;
125 *needrgb = 1;
153 int needrgb, needalpha, istranscendent; local
159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent);
161 if (needrgb) {
215 if (needrgb && !istranscendent) {
301 if (needrgb) {
314 if (needrgb) {
87 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_translate.c88 int * needrgb, int * needalpha, int * istranscendent)
90 *needrgb = (inst->DstReg.WriteMask & RC_MASK_XYZ) ? 1 : 0;
95 *needrgb = 1;
125 *needrgb = 1;
153 int needrgb, needalpha, istranscendent; local
159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent);
161 if (needrgb) {
215 if (needrgb && !istranscendent) {
301 if (needrgb) {
314 if (needrgb) {
87 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) argument
[all...]

Completed in 121 milliseconds