Searched refs:colorTemp (Results 1 – 5 of 5) sorted by relevance
148 const GLuint colorTemp = 0; in get_pixel_transfer_program() local164 inst[ic].DstReg.Index = colorTemp; in get_pixel_transfer_program()188 inst[ic].DstReg.Index = colorTemp; in get_pixel_transfer_program()190 inst[ic].SrcReg[0].Index = colorTemp; in get_pixel_transfer_program()220 inst[ic].SrcReg[0].Index = colorTemp; in get_pixel_transfer_program()232 inst[ic].SrcReg[0].Index = colorTemp; in get_pixel_transfer_program()243 inst[ic].DstReg.Index = colorTemp; in get_pixel_transfer_program()
707 unsigned long colorTemp = 0; in mnote_olympus_entry_get_value() local710 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()
123 int tmp0, colorTemp; /**< temp registers */ member189 else if (aactx->colorTemp < 0) in aa_transform_inst()190 aactx->colorTemp = i; in aa_transform_inst()196 assert(aactx->colorTemp != aactx->tmp0); in aa_transform_inst()223 decl.Range.Last = aactx->colorTemp; in aa_transform_inst()453 newInst.Src[0].Register.Index = aactx->colorTemp; in aa_transform_inst()465 newInst.Src[0].Register.Index = aactx->colorTemp; in aa_transform_inst()481 dst->Register.Index = aactx->colorTemp; in aa_transform_inst()512 transform.colorTemp = -1; in generate_aapoint_fs()
142 int colorTemp, texTemp; /**< temp registers */ member225 if (aactx->colorTemp < 0) in aa_transform_inst()226 aactx->colorTemp = i; in aa_transform_inst()233 assert(aactx->colorTemp >= 0); in aa_transform_inst()266 decl.Range.Last = aactx->colorTemp; in aa_transform_inst()301 newInst.Src[0].Register.Index = aactx->colorTemp; in aa_transform_inst()313 newInst.Src[0].Register.Index = aactx->colorTemp; in aa_transform_inst()336 dst->Register.Index = aactx->colorTemp; in aa_transform_inst()367 transform.colorTemp = -1; in generate_aaline_fs()
262 GLuint colorTemp, fogFactorTemp; /* temporary registerss */ in _mesa_append_fog_code() local294 colorTemp = fprog->Base.NumTemporaries++; in _mesa_append_fog_code()307 inst->DstReg.Index = colorTemp; in _mesa_append_fog_code()389 inst->SrcReg[1].Index = colorTemp; in _mesa_append_fog_code()401 inst->SrcReg[0].Index = colorTemp; in _mesa_append_fog_code()