Searched refs:color_temp (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels_shader.c | 42 unsigned color_temp; member 103 ctx->color_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1; in transform_instr() 104 tgsi_transform_temp_decl(tctx, ctx->color_temp); in transform_instr() 143 tgsi_transform_tex_inst(tctx, TGSI_FILE_TEMPORARY, ctx->color_temp, in transform_instr() 151 TGSI_FILE_TEMPORARY, ctx->color_temp, in transform_instr() 153 TGSI_FILE_TEMPORARY, ctx->color_temp, in transform_instr() 170 inst.Dst[0].Register.Index = ctx->color_temp; in transform_instr() 174 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, X, Y, Y, Y); in transform_instr() 182 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, Z, W, W, W); in transform_instr() 202 src->Register.Index = ctx->color_temp; in transform_instr()
|