Searched refs:colorOutput (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 106 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context 124 aactx->colorOutput = decl->Range.First; 194 if (aactx->colorOutput != -1) { 227 TGSI_FILE_OUTPUT, aactx->colorOutput, 233 TGSI_FILE_OUTPUT, aactx->colorOutput, 258 dst->Register.Index == aactx->colorOutput) { 287 transform.colorOutput = -1;
|
| H A D | draw_pipe_aapoint.c | 121 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context 140 aactx->colorOutput = decl->Range.First; 312 TGSI_FILE_OUTPUT, aactx->colorOutput, 318 TGSI_FILE_OUTPUT, aactx->colorOutput, 343 dst->Register.Index == aactx->colorOutput) { 372 transform.colorOutput = -1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 108 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context 126 aactx->colorOutput = decl->Range.First; 196 if (aactx->colorOutput != -1) { 229 TGSI_FILE_OUTPUT, aactx->colorOutput, 235 TGSI_FILE_OUTPUT, aactx->colorOutput, 260 dst->Register.Index == aactx->colorOutput) { 289 transform.colorOutput = -1;
|
| H A D | draw_pipe_aapoint.c | 123 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context 142 aactx->colorOutput = decl->Range.First; 314 TGSI_FILE_OUTPUT, aactx->colorOutput, 320 TGSI_FILE_OUTPUT, aactx->colorOutput, 345 dst->Register.Index == aactx->colorOutput) { 376 transform.colorOutput = -1;
|
Completed in 6 milliseconds