Searched refs:colorOutput (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c138 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context
160 aactx->colorOutput = decl->Range.First;
273 aactx->colorOutput != -1) {
297 newInst.Dst[0].Register.Index = aactx->colorOutput;
309 newInst.Dst[0].Register.Index = aactx->colorOutput;
334 dst->Register.Index == aactx->colorOutput) {
364 transform.colorOutput = -1;
H A Ddraw_pipe_aapoint.c121 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context
141 aactx->colorOutput = decl->Range.First;
449 newInst.Dst[0].Register.Index = aactx->colorOutput;
461 newInst.Dst[0].Register.Index = aactx->colorOutput;
479 dst->Register.Index == aactx->colorOutput) {
509 transform.colorOutput = -1;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c138 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context
160 aactx->colorOutput = decl->Range.First;
273 aactx->colorOutput != -1) {
297 newInst.Dst[0].Register.Index = aactx->colorOutput;
309 newInst.Dst[0].Register.Index = aactx->colorOutput;
334 dst->Register.Index == aactx->colorOutput) {
364 transform.colorOutput = -1;
H A Ddraw_pipe_aapoint.c121 int colorOutput; /**< which output is the primary color */ member in struct:aa_transform_context
141 aactx->colorOutput = decl->Range.First;
449 newInst.Dst[0].Register.Index = aactx->colorOutput;
461 newInst.Dst[0].Register.Index = aactx->colorOutput;
479 dst->Register.Index == aactx->colorOutput) {
509 transform.colorOutput = -1;

Completed in 52 milliseconds