Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1897 int treg[3]; in fetch_gs_input() local
1914 treg[i] = r600_get_temp(ctx); in fetch_gs_input()
1916 r600_add_gpr_array(ctx->shader, treg[0], 3, 0x0F); in fetch_gs_input()
1923 alu.dst.sel = treg[i]; in fetch_gs_input()
1933 alu.src[0].sel = treg[0]; in fetch_gs_input()
2010 int treg = r600_get_temp(ctx); in tgsi_split_gs_inputs() local
2012 fetch_gs_input(ctx, src, treg); in tgsi_split_gs_inputs()
2013 ctx->src[i].sel = treg; in tgsi_split_gs_inputs()
2293 int treg = r600_get_temp(ctx); in tgsi_split_lds_inputs() local
2294 fetch_tes_input(ctx, src, treg); in tgsi_split_lds_inputs()
2299 int treg = r600_get_temp(ctx); tgsi_split_lds_inputs() local
2305 int treg = r600_get_temp(ctx); tgsi_split_lds_inputs() local
2333 int treg = r600_get_temp(ctx); tgsi_split_constant() local
2343 int treg = r600_get_temp(ctx); tgsi_split_constant() local
2383 int treg = r600_get_temp(ctx); tgsi_split_literal_constant() local
3231 int treg[3] = {-1, -1, -1}; r600_emit_tess_factor() local
5039 int treg = r600_get_temp(ctx); egcm_double_to_int() local
7940 int treg = r600_get_temp(ctx); tgsi_tex() local
8003 int treg = r600_get_temp(ctx); tgsi_tex() local
11034 emit_u64add(struct r600_shader_ctx *ctx, int op, int treg, int src0_sel, int src0_chan, int src1_sel, int src1_chan) emit_u64add() argument
11112 int treg = ctx->temp_reg; egcm_u64add() local
11185 int treg = ctx->temp_reg; egcm_i64neg() local
11258 int treg = ctx->temp_reg; egcm_u64mul() local
11362 emit_u64sge(struct r600_shader_ctx *ctx, int treg, int src0_sel, int src0_base_chan, int src1_sel, int src1_base_chan) emit_u64sge() argument
11425 int treg = r600_get_temp(ctx); egcm_u64div() local
11743 int treg = ctx->temp_reg; egcm_u64sne() local
[all...]

Completed in 9 milliseconds