Searched refs:colorTemp (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 108 int colorTemp, aaTemp; /**< temp registers */ member in struct:aa_transform_context 169 aactx->colorTemp = free_bit(usedTemps); 170 usedTemps |= UINT64_C(1) << aactx->colorTemp; 172 assert(aactx->colorTemp >= 0); 182 tgsi_transform_temp_decl(ctx, aactx->colorTemp); 229 TGSI_FILE_TEMPORARY, aactx->colorTemp); 235 TGSI_FILE_TEMPORARY, aactx->colorTemp, 253 * Look for writes to result.color and replace with colorTemp reg. 260 dst->Register.Index = aactx->colorTemp; 290 transform.colorTemp [all...] |
| H A D | draw_pipe_aapoint.c | 123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context 182 else if (aactx->colorTemp < 0) 183 aactx->colorTemp = i; 189 assert(aactx->colorTemp != aactx->tmp0); 200 tgsi_transform_temp_decl(ctx, aactx->colorTemp); 310 /* MOV result.color.xyz, colorTemp; */ 314 TGSI_FILE_TEMPORARY, aactx->colorTemp); 316 /* MUL result.color.w, colorTemp, tmp0.w; */ 320 TGSI_FILE_TEMPORARY, aactx->colorTemp, 338 * Look for writes to result.color and replace with colorTemp re [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 110 int colorTemp, aaTemp; /**< temp registers */ member in struct:aa_transform_context 171 aactx->colorTemp = free_bit(usedTemps); 172 usedTemps |= UINT64_C(1) << aactx->colorTemp; 174 assert(aactx->colorTemp >= 0); 184 tgsi_transform_temp_decl(ctx, aactx->colorTemp); 231 TGSI_FILE_TEMPORARY, aactx->colorTemp); 237 TGSI_FILE_TEMPORARY, aactx->colorTemp, 255 * Look for writes to result.color and replace with colorTemp reg. 262 dst->Register.Index = aactx->colorTemp; 292 transform.colorTemp [all...] |
| H A D | draw_pipe_aapoint.c | 125 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context 184 else if (aactx->colorTemp < 0) 185 aactx->colorTemp = i; 191 assert(aactx->colorTemp != aactx->tmp0); 202 tgsi_transform_temp_decl(ctx, aactx->colorTemp); 312 /* MOV result.color.xyz, colorTemp; */ 316 TGSI_FILE_TEMPORARY, aactx->colorTemp); 318 /* MUL result.color.w, colorTemp, tmp0.w; */ 322 TGSI_FILE_TEMPORARY, aactx->colorTemp, 340 * Look for writes to result.color and replace with colorTemp re [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | programopt.c | 259 GLuint colorTemp, fogFactorTemp; /* temporary registerss */ local in function:_mesa_append_fog_code 290 /* TEMP colorTemp; */ 291 colorTemp = fprog->arb.NumTemporaries++; 302 /* change the instruction to write to colorTemp w/ clamping */ 304 inst->DstReg.Index = colorTemp; 377 /* LRP result.color.xyz, fogFactorTemp.xxxx, colorTemp, fogColorRef; */ 386 inst->SrcReg[1].Index = colorTemp; 392 /* MOV result.color.w, colorTemp.x; # copy alpha */ 398 inst->SrcReg[0].Index = colorTemp;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | programopt.c | 259 GLuint colorTemp, fogFactorTemp; /* temporary registerss */ local in function:_mesa_append_fog_code 290 /* TEMP colorTemp; */ 291 colorTemp = fprog->arb.NumTemporaries++; 302 /* change the instruction to write to colorTemp w/ clamping */ 304 inst->DstReg.Index = colorTemp; 377 /* LRP result.color.xyz, fogFactorTemp.xxxx, colorTemp, fogColorRef; */ 386 inst->SrcReg[1].Index = colorTemp; 392 /* MOV result.color.w, colorTemp.x; # copy alpha */ 398 inst->SrcReg[0].Index = colorTemp;
|
Completed in 7 milliseconds