Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
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()
262 dst->Register.Index = aactx->colorTemp; in aa_transform_inst()
292 transform.colorTemp = -1; in generate_aaline_fs()
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()
316 TGSI_FILE_TEMPORARY, aactx->colorTemp); in aa_transform_epilog()
322 TGSI_FILE_TEMPORARY, aactx->colorTemp, in aa_transform_epilog()
347 dst->Register.Index = aactx->colorTemp; in aa_transform_inst()
379 transform.colorTemp = -1; in generate_aapoint_fs()
/third_party/libexif/libexif/olympus/
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()
/third_party/mesa3d/src/mesa/program/
Dprogramopt.c259 GLuint colorTemp, fogFactorTemp; /* temporary registerss */ in _mesa_append_fog_code() local
291 colorTemp = fprog->arb.NumTemporaries++; in _mesa_append_fog_code()
304 inst->DstReg.Index = colorTemp; in _mesa_append_fog_code()
386 inst->SrcReg[1].Index = colorTemp; in _mesa_append_fog_code()
398 inst->SrcReg[0].Index = colorTemp; in _mesa_append_fog_code()