Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c125 int tmp0, colorTemp; /**< temp registers */ member
184 else if (aactx->colorTemp < 0) in aa_transform_prolog()
185 aactx->colorTemp = i; in aa_transform_prolog()
191 assert(aactx->colorTemp != aactx->tmp0); in aa_transform_prolog()
202 tgsi_transform_temp_decl(ctx, aactx->colorTemp); in aa_transform_prolog()
312 /* MOV result.color.xyz, colorTemp; */ in aa_transform_epilog()
316 TGSI_FILE_TEMPORARY, aactx->colorTemp); in aa_transform_epilog()
318 /* MUL result.color.w, colorTemp, tmp0.w; */ in aa_transform_epilog()
322 TGSI_FILE_TEMPORARY, aactx->colorTemp, in aa_transform_epilog()
340 * Look for writes to result.color and replace with colorTemp re in aa_transform_inst()
[all...]
H A Ddraw_pipe_aaline.c110 int colorTemp, aaTemp; /**< temp registers */ member
171 aactx->colorTemp = free_bit(usedTemps); in aa_transform_prolog()
172 usedTemps |= UINT64_C(1) << aactx->colorTemp; in aa_transform_prolog()
174 assert(aactx->colorTemp >= 0); in aa_transform_prolog()
184 tgsi_transform_temp_decl(ctx, aactx->colorTemp); in aa_transform_prolog()
231 TGSI_FILE_TEMPORARY, aactx->colorTemp); in aa_transform_epilog()
237 TGSI_FILE_TEMPORARY, aactx->colorTemp, in aa_transform_epilog()
255 * Look for writes to result.color and replace with colorTemp reg. in aa_transform_inst()
262 dst->Register.Index = aactx->colorTemp; in aa_transform_inst()
289 transform.colorTemp in generate_aaline_fs()
[all...]
/third_party/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c709 unsigned long colorTemp = 0; in mnote_olympus_entry_get_value() local
712 colorTemp = 3000; in mnote_olympus_entry_get_value()
715 colorTemp = 3700; in mnote_olympus_entry_get_value()
718 colorTemp = 4000; in mnote_olympus_entry_get_value()
721 colorTemp = 4500; in mnote_olympus_entry_get_value()
724 colorTemp = 5500; in mnote_olympus_entry_get_value()
727 colorTemp = 6500; in mnote_olympus_entry_get_value()
730 colorTemp = 7500; in mnote_olympus_entry_get_value()
733 if (colorTemp) { in mnote_olympus_entry_get_value()
734 snprintf (v, maxlen, _("Manual: %liK"), colorTemp); in mnote_olympus_entry_get_value()
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprogramopt.c259 GLuint colorTemp, fogFactorTemp; /* temporary registerss */ in _mesa_append_fog_code() local
290 /* TEMP colorTemp; */ in _mesa_append_fog_code()
291 colorTemp = fprog->arb.NumTemporaries++; in _mesa_append_fog_code()
302 /* change the instruction to write to colorTemp w/ clamping */ in _mesa_append_fog_code()
304 inst->DstReg.Index = colorTemp; in _mesa_append_fog_code()
377 /* LRP result.color.xyz, fogFactorTemp.xxxx, colorTemp, fogColorRef; */ in _mesa_append_fog_code()
386 inst->SrcReg[1].Index = colorTemp; in _mesa_append_fog_code()
392 /* MOV result.color.w, colorTemp.x; # copy alpha */ in _mesa_append_fog_code()
398 inst->SrcReg[0].Index = colorTemp; in _mesa_append_fog_code()

Completed in 4 milliseconds