Searched refs:colorTemp (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 123 int tmp0, colorTemp; /**< temp registers */ member 182 else if (aactx->colorTemp < 0) in aa_transform_prolog() 183 aactx->colorTemp = i; in aa_transform_prolog() 189 assert(aactx->colorTemp != aactx->tmp0); in aa_transform_prolog() 200 tgsi_transform_temp_decl(ctx, aactx->colorTemp); in aa_transform_prolog() 314 TGSI_FILE_TEMPORARY, aactx->colorTemp); in aa_transform_epilog() 320 TGSI_FILE_TEMPORARY, aactx->colorTemp, in aa_transform_epilog() 345 dst->Register.Index = aactx->colorTemp; in aa_transform_inst() 375 transform.colorTemp = -1; in generate_aapoint_fs()
|
D | draw_pipe_aaline.c | 145 int colorTemp, texTemp; /**< temp registers */ member 224 if (aactx->colorTemp < 0) in aa_transform_prolog() 225 aactx->colorTemp = i; in aa_transform_prolog() 232 assert(aactx->colorTemp >= 0); in aa_transform_prolog() 256 tgsi_transform_temp_decl(ctx, aactx->colorTemp); in aa_transform_prolog() 281 TGSI_FILE_TEMPORARY, aactx->colorTemp); in aa_transform_epilog() 287 TGSI_FILE_TEMPORARY, aactx->colorTemp, in aa_transform_epilog() 312 dst->Register.Index = aactx->colorTemp; in aa_transform_inst() 342 transform.colorTemp = -1; in generate_aaline_fs()
|
/external/libexif/libexif/olympus/ |
D | mnote-olympus-entry.c | 707 unsigned long colorTemp = 0; in mnote_olympus_entry_get_value() local 710 colorTemp = 3000; in mnote_olympus_entry_get_value() 713 colorTemp = 3700; in mnote_olympus_entry_get_value() 716 colorTemp = 4000; in mnote_olympus_entry_get_value() 719 colorTemp = 4500; in mnote_olympus_entry_get_value() 722 colorTemp = 5500; in mnote_olympus_entry_get_value() 725 colorTemp = 6500; in mnote_olympus_entry_get_value() 728 colorTemp = 7500; in mnote_olympus_entry_get_value() 731 if (colorTemp) { in mnote_olympus_entry_get_value() 732 snprintf (v, maxlen, _("Manual: %liK"), colorTemp); in mnote_olympus_entry_get_value()
|
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 259 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()
|