Searched defs:reg_width (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.c402 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument
418 emit_draw_packet(struct r200_context * r200,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
482 r200_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c250 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument
266 emit_draw_packet(struct r100_context * r100,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
333 r100_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.c392 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument
408 emit_draw_packet(struct r200_context * r200,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
472 r200_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c241 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument
257 emit_draw_packet(struct r100_context * r100,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
324 r100_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp49 int reg_width = dispatch_width / 8; local in function:fs_visitor::assign_regs_trivial
471 int reg_width = v->dispatch_width / 8; local in function:get_used_mrfs
539 int reg_width = dispatch_width / 8; local in function:fs_visitor::assign_regs
H A Dbrw_fs_visitor.cpp96 int reg_width = dispatch_width / 8; local in function:fs_visitor::emit_dummy_fs
H A Dbrw_fs_generator.cpp77 const unsigned reg_width = REG_SIZE / (reg->stride * type_sz(reg->type)); local in function:brw_reg_from_fs_reg
H A Dbrw_fs.cpp1140 int reg_width = dispatch_width / 8; local in function:fs_visitor::vgrf
4724 unsigned reg_width = bld.dispatch_width() / 8; local in function:lower_sampler_logical_send_gen7
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp662 const unsigned reg_width = REG_SIZE / (type_sz(inst->src[arg].type) * local in function:fs_visitor::try_copy_propagate
H A Dbrw_fs_reg_allocate.cpp50 int reg_width = dispatch_width / 8; local in function:fs_visitor::assign_regs_trivial
315 int reg_width = fs->dispatch_width / 8; local in function:fs_reg_alloc::fs_reg_alloc
407 int reg_width = v->dispatch_width / 8; local in function:get_used_mrfs
H A Dbrw_fs_generator.cpp78 const unsigned reg_width = REG_SIZE / (reg->stride * type_sz(reg->type)); local in function:brw_reg_from_fs_reg
H A Dbrw_fs_visitor.cpp96 int reg_width = dispatch_width / 8; local in function:fs_visitor::emit_dummy_fs
H A Dbrw_fs.cpp1199 int reg_width = dispatch_width / 8; local in function:fs_visitor::vgrf
5190 unsigned reg_width = bld.dispatch_width() / 8; local in function:lower_sampler_logical_send_gfx7

Completed in 41 milliseconds