Searched defs:treg (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 1897 int treg[3]; in fetch_gs_input() local 2010 int treg = r600_get_temp(ctx); in tgsi_split_gs_inputs() local 2293 int treg = r600_get_temp(ctx); in tgsi_split_lds_inputs() local 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 13 milliseconds