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.c616 unsigned fog_factor_temp; member
675 ctx->fog_factor_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1; in transform_instr()
676 tgsi_transform_temp_decl(tctx, ctx->fog_factor_temp); in transform_instr()
716 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
732 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
743 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
746 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W); in transform_instr()
758 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
769 inst.Dst[0].Register.Index = ctx->fog_factor_temp; in transform_instr()
772 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W); in transform_instr()
[all …]