Searched refs:fog_factor_temp (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_tgsi.c | 618 unsigned fog_factor_temp; member in struct:tgsi_atifs_transform 677 ctx->fog_factor_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1; 678 tgsi_transform_temp_decl(tctx, ctx->fog_factor_temp); 718 inst.Dst[0].Register.Index = ctx->fog_factor_temp; 734 inst.Dst[0].Register.Index = ctx->fog_factor_temp; 745 inst.Dst[0].Register.Index = ctx->fog_factor_temp; 748 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W); 760 inst.Dst[0].Register.Index = ctx->fog_factor_temp; 771 inst.Dst[0].Register.Index = ctx->fog_factor_temp; 774 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, [all...] |
Completed in 2 milliseconds