st_cb_drawpixels_shader.c | 42 unsigned color_temp; member in struct:tgsi_drawpix_transform 103 ctx->color_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1; 104 tgsi_transform_temp_decl(tctx, ctx->color_temp); 143 tgsi_transform_tex_inst(tctx, TGSI_FILE_TEMPORARY, ctx->color_temp, 151 TGSI_FILE_TEMPORARY, ctx->color_temp, 153 TGSI_FILE_TEMPORARY, ctx->color_temp, 170 inst.Dst[0].Register.Index = ctx->color_temp; 174 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, X, Y, Y, Y); 182 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, Z, W, W, W); 186 /* Now, "color_temp" should be used in place of IN:COLOR0 [all...] |