Searched refs:color_temp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c42 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" shoul
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c42 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" shoul
[all...]

Completed in 2 milliseconds