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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1886 int treg[3]; local in function:fetch_gs_input
1903 treg[i] = r600_get_temp(ctx);
1905 r600_add_gpr_array(ctx->shader, treg[0], 3, 0x0F);
1912 alu.dst.sel = treg[i];
1922 alu.src[0].sel = treg[0];
1999 int treg = r600_get_temp(ctx); local in function:tgsi_split_gs_inputs
2001 fetch_gs_input(ctx, src, treg);
2002 ctx->src[i].sel = treg;
2282 int treg = r600_get_temp(ctx); local in function:tgsi_split_lds_inputs
2283 fetch_tes_input(ctx, src, treg);
2288 int treg = r600_get_temp(ctx); local in function:tgsi_split_lds_inputs
2294 int treg = r600_get_temp(ctx); local in function:tgsi_split_lds_inputs
2322 int treg = r600_get_temp(ctx); local in function:tgsi_split_constant
2332 int treg = r600_get_temp(ctx); local in function:tgsi_split_constant
2372 int treg = r600_get_temp(ctx); local in function:tgsi_split_literal_constant
3220 int treg[3] = {-1, -1, -1}; local in function:r600_emit_tess_factor
5035 int treg = r600_get_temp(ctx); local in function:egcm_double_to_int
7936 int treg = r600_get_temp(ctx); local in function:tgsi_tex
7999 int treg = r600_get_temp(ctx); local in function:tgsi_tex
11006 emit_u64add(struct r600_shader_ctx * ctx,int op,int treg,int src0_sel,int src0_chan,int src1_sel,int src1_chan) argument
11084 int treg = ctx->temp_reg; local in function:egcm_u64add
11157 int treg = ctx->temp_reg; local in function:egcm_i64neg
11230 int treg = ctx->temp_reg; local in function:egcm_u64mul
11334 emit_u64sge(struct r600_shader_ctx * ctx,int treg,int src0_sel,int src0_base_chan,int src1_sel,int src1_base_chan) argument
11397 int treg = r600_get_temp(ctx); local in function:egcm_u64div
11715 int treg = ctx->temp_reg; local in function:egcm_u64sne
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1798 int treg[3]; local in function:fetch_gs_input
1815 treg[i] = r600_get_temp(ctx);
1817 r600_add_gpr_array(ctx->shader, treg[0], 3, 0x0F);
1824 alu.dst.sel = treg[i];
1834 alu.src[0].sel = treg[0];
1911 int treg = r600_get_temp(ctx); local in function:tgsi_split_gs_inputs
1913 fetch_gs_input(ctx, src, treg);
1914 ctx->src[i].sel = treg;
2194 int treg = r600_get_temp(ctx); local in function:tgsi_split_lds_inputs
2195 fetch_tes_input(ctx, src, treg);
2200 int treg = r600_get_temp(ctx); local in function:tgsi_split_lds_inputs
2206 int treg = r600_get_temp(ctx); local in function:tgsi_split_lds_inputs
2234 int treg = r600_get_temp(ctx); local in function:tgsi_split_constant
2244 int treg = r600_get_temp(ctx); local in function:tgsi_split_constant
2284 int treg = r600_get_temp(ctx); local in function:tgsi_split_literal_constant
3131 int treg[3] = {-1, -1, -1}; local in function:r600_emit_tess_factor
4937 int treg = r600_get_temp(ctx); local in function:egcm_double_to_int
7837 int treg = r600_get_temp(ctx); local in function:tgsi_tex
7900 int treg = r600_get_temp(ctx); local in function:tgsi_tex
10907 emit_u64add(struct r600_shader_ctx * ctx,int op,int treg,int src0_sel,int src0_chan,int src1_sel,int src1_chan) argument
10985 int treg = ctx->temp_reg; local in function:egcm_u64add
11061 int treg = ctx->temp_reg; local in function:egcm_u64mul
11165 emit_u64sge(struct r600_shader_ctx * ctx,int treg,int src0_sel,int src0_base_chan,int src1_sel,int src1_base_chan) argument
11228 int treg = r600_get_temp(ctx); local in function:egcm_u64div
11546 int treg = ctx->temp_reg; local in function:egcm_u64sne
[all...]

Completed in 12 milliseconds