| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 420 unsigned temp_reg; member in struct:r600_shader_ctx 477 static int do_lds_fetch_values(struct r600_shader_ctx *ctx, unsigned temp_reg, 905 /* put it in temp_reg.x */ 908 int temp_reg, bool is_patch_var) 918 temp_reg, 0, 934 return ctx->temp_reg + ctx->max_driver_temp_used++; 1209 unsigned temp_reg = r600_get_temp(ctx); local in function:tgsi_declaration 1211 r = get_lds_offset0(ctx, 2, temp_reg, true); 1216 temp_reg, 0, 1217 temp_reg, 906 get_lds_offset0(struct r600_shader_ctx * ctx,int rel_patch_chan,int temp_reg,bool is_patch_var) argument 2031 r600_get_byte_address(struct r600_shader_ctx * ctx,int temp_reg,const struct tgsi_full_dst_register * dst,const struct tgsi_full_src_register * src,int stride_bytes_reg,int stride_bytes_chan) argument 2133 do_lds_fetch_values(struct r600_shader_ctx * ctx,unsigned temp_reg,unsigned dst_reg,unsigned mask) argument 2206 unsigned temp_reg = r600_get_temp(ctx); local in function:fetch_tes_input 2228 unsigned temp_reg = r600_get_temp(ctx); local in function:fetch_tcs_input 2254 unsigned temp_reg = r600_get_temp(ctx); local in function:fetch_tcs_output 3038 int temp_reg; local in function:emit_lds_vs_writes 3107 int temp_reg = r600_get_temp(ctx); local in function:r600_store_tcs_output 3190 unsigned temp_reg = r600_get_temp(ctx); local in function:r600_tess_factor_read 3219 int temp_reg = r600_get_temp(ctx); local in function:r600_emit_tess_factor 4923 int temp_reg = r600_get_temp(ctx); local in function:egcm_int_to_double 7255 int temp_reg = 0; local in function:tgsi_make_src_for_op3 8757 int temp_reg = r600_get_temp(ctx); local in function:load_index_src 8809 load_buffer_coord(struct r600_shader_ctx * ctx,int src_idx,int temp_reg) argument 8846 int temp_reg = r600_get_temp(ctx); local in function:tgsi_load_buffer 8973 int temp_reg = r600_get_temp(ctx); local in function:tgsi_load_lds 9013 int temp_reg = r600_get_temp(ctx), treg2 = r600_get_temp(ctx); local in function:tgsi_store_buffer_rat 9143 int temp_reg = r600_get_temp(ctx); local in function:tgsi_store_lds [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 338 unsigned temp_reg; member in struct:r600_shader_ctx 395 static int do_lds_fetch_values(struct r600_shader_ctx *ctx, unsigned temp_reg, 817 /* put it in temp_reg.x */ 820 int temp_reg, bool is_patch_var) 830 temp_reg, 0, 846 return ctx->temp_reg + ctx->max_driver_temp_used++; 1121 unsigned temp_reg = r600_get_temp(ctx); local in function:tgsi_declaration 1123 r = get_lds_offset0(ctx, 2, temp_reg, true); 1128 temp_reg, 0, 1129 temp_reg, 818 get_lds_offset0(struct r600_shader_ctx * ctx,int rel_patch_chan,int temp_reg,bool is_patch_var) argument 1943 r600_get_byte_address(struct r600_shader_ctx * ctx,int temp_reg,const struct tgsi_full_dst_register * dst,const struct tgsi_full_src_register * src,int stride_bytes_reg,int stride_bytes_chan) argument 2045 do_lds_fetch_values(struct r600_shader_ctx * ctx,unsigned temp_reg,unsigned dst_reg,unsigned mask) argument 2118 unsigned temp_reg = r600_get_temp(ctx); local in function:fetch_tes_input 2140 unsigned temp_reg = r600_get_temp(ctx); local in function:fetch_tcs_input 2166 unsigned temp_reg = r600_get_temp(ctx); local in function:fetch_tcs_output 2950 int temp_reg; local in function:emit_lds_vs_writes 3018 int temp_reg = r600_get_temp(ctx); local in function:r600_store_tcs_output 3101 unsigned temp_reg = r600_get_temp(ctx); local in function:r600_tess_factor_read 3130 int temp_reg = r600_get_temp(ctx); local in function:r600_emit_tess_factor 4825 int temp_reg = r600_get_temp(ctx); local in function:egcm_int_to_double 7156 int temp_reg = 0; local in function:tgsi_make_src_for_op3 8658 int temp_reg = r600_get_temp(ctx); local in function:load_index_src 8710 load_buffer_coord(struct r600_shader_ctx * ctx,int src_idx,int temp_reg) argument 8747 int temp_reg = r600_get_temp(ctx); local in function:tgsi_load_buffer 8874 int temp_reg = r600_get_temp(ctx); local in function:tgsi_load_lds 8914 int temp_reg = r600_get_temp(ctx), treg2 = r600_get_temp(ctx); local in function:tgsi_store_buffer_rat 9044 int temp_reg = r600_get_temp(ctx); local in function:tgsi_store_lds [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4137 st_src_reg temp_reg; local in function:glsl_to_tgsi_visitor::calc_deref_offsets 4140 temp_reg = get_temp(glsl_type::uint_type); 4141 temp_dst = st_dst_reg(temp_reg); 4151 *indirect = temp_reg; 4155 emit_asm(NULL, TGSI_OPCODE_ADD, temp_dst, *indirect, temp_reg);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4248 st_src_reg temp_reg; local in function:glsl_to_tgsi_visitor::calc_deref_offsets 4251 temp_reg = get_temp(glsl_type::uint_type); 4252 temp_dst = st_dst_reg(temp_reg); 4262 *indirect = temp_reg; 4266 emit_asm(NULL, TGSI_OPCODE_ADD, temp_dst, *indirect, temp_reg);
|