Searched defs:colorTemp (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c148 const GLuint colorTemp = 0; local
159 * TEX colorTemp, fragment.texcoord[0], texture[0], 2D;
164 inst[ic].DstReg.Index = colorTemp;
184 /* MAD colorTemp, colorTemp, scale, bias; */
188 inst[ic].DstReg.Index = colorTemp;
190 inst[ic].SrcReg[0].Index = colorTemp;
213 /* TEX temp.rg, colorTemp.rgba, texture[1], 2D; */
220 inst[ic].SrcReg[0].Index = colorTemp;
225 /* TEX temp.ba, colorTemp
[all...]
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c707 unsigned long colorTemp = 0; local
710 colorTemp = 3000;
713 colorTemp = 3700;
716 colorTemp = 4000;
719 colorTemp = 4500;
722 colorTemp = 5500;
725 colorTemp = 6500;
728 colorTemp = 7500;
731 if (colorTemp) {
732 snprintf (v, maxlen, _("Manual: %liK"), colorTemp);
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c148 const GLuint colorTemp = 0; local
159 * TEX colorTemp, fragment.texcoord[0], texture[0], 2D;
164 inst[ic].DstReg.Index = colorTemp;
184 /* MAD colorTemp, colorTemp, scale, bias; */
188 inst[ic].DstReg.Index = colorTemp;
190 inst[ic].SrcReg[0].Index = colorTemp;
213 /* TEX temp.rg, colorTemp.rgba, texture[1], 2D; */
220 inst[ic].SrcReg[0].Index = colorTemp;
225 /* TEX temp.ba, colorTemp
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogramopt.c262 GLuint colorTemp, fogFactorTemp; /* temporary registerss */ local
293 /* TEMP colorTemp; */
294 colorTemp = fprog->Base.NumTemporaries++;
305 /* change the instruction to write to colorTemp w/ clamping */
307 inst->DstReg.Index = colorTemp;
380 /* LRP result.color.xyz, fogFactorTemp.xxxx, colorTemp, fogColorRef; */
389 inst->SrcReg[1].Index = colorTemp;
395 /* MOV result.color.w, colorTemp.x; # copy alpha */
401 inst->SrcReg[0].Index = colorTemp;
/external/mesa3d/src/mesa/program/
H A Dprogramopt.c262 GLuint colorTemp, fogFactorTemp; /* temporary registerss */ local
293 /* TEMP colorTemp; */
294 colorTemp = fprog->Base.NumTemporaries++;
305 /* change the instruction to write to colorTemp w/ clamping */
307 inst->DstReg.Index = colorTemp;
380 /* LRP result.color.xyz, fogFactorTemp.xxxx, colorTemp, fogColorRef; */
389 inst->SrcReg[1].Index = colorTemp;
395 /* MOV result.color.w, colorTemp.x; # copy alpha */
401 inst->SrcReg[0].Index = colorTemp;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context
189 else if (aactx->colorTemp < 0)
190 aactx->colorTemp = i;
196 assert(aactx->colorTemp != aactx->tmp0);
223 decl.Range.Last = aactx->colorTemp;
444 /* MOV result.color.xyz, colorTemp; */
453 newInst.Src[0].Register.Index = aactx->colorTemp;
456 /* MUL result.color.w, colorTemp, tmp0.w; */
465 newInst.Src[0].Register.Index = aactx->colorTemp;
472 * Look for writes to result.color and replace with colorTemp re
[all...]
H A Ddraw_pipe_aaline.c142 int colorTemp, texTemp; /**< temp registers */ member in struct:aa_transform_context
225 if (aactx->colorTemp < 0)
226 aactx->colorTemp = i;
233 assert(aactx->colorTemp >= 0);
266 decl.Range.Last = aactx->colorTemp;
301 newInst.Src[0].Register.Index = aactx->colorTemp;
313 newInst.Src[0].Register.Index = aactx->colorTemp;
327 * Look for writes to result.color and replace with colorTemp reg.
336 dst->Register.Index = aactx->colorTemp;
367 transform.colorTemp
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context
189 else if (aactx->colorTemp < 0)
190 aactx->colorTemp = i;
196 assert(aactx->colorTemp != aactx->tmp0);
223 decl.Range.Last = aactx->colorTemp;
444 /* MOV result.color.xyz, colorTemp; */
453 newInst.Src[0].Register.Index = aactx->colorTemp;
456 /* MUL result.color.w, colorTemp, tmp0.w; */
465 newInst.Src[0].Register.Index = aactx->colorTemp;
472 * Look for writes to result.color and replace with colorTemp re
[all...]
H A Ddraw_pipe_aaline.c142 int colorTemp, texTemp; /**< temp registers */ member in struct:aa_transform_context
225 if (aactx->colorTemp < 0)
226 aactx->colorTemp = i;
233 assert(aactx->colorTemp >= 0);
266 decl.Range.Last = aactx->colorTemp;
301 newInst.Src[0].Register.Index = aactx->colorTemp;
313 newInst.Src[0].Register.Index = aactx->colorTemp;
327 * Look for writes to result.color and replace with colorTemp reg.
336 dst->Register.Index = aactx->colorTemp;
367 transform.colorTemp
[all...]

Completed in 273 milliseconds