Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c620 unsigned fog_factor_temp; member
676 ctx->fog_factor_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1; in transform_instr()
677 tgsi_transform_temp_decl(tctx, ctx->fog_factor_temp); in transform_instr()
721 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
737 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
748 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
751 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W); in transform_instr()
763 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
774 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
777 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W); in transform_instr()
[all …]