HomeSort by relevance Sort by last modified time
    Searched full:needrgb (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c 88 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) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c 88 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) {
    [all...]

Completed in 1847 milliseconds