Searched defs:reg_width (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_blit.c | 394 float reg_width, float reg_height, 412 unsigned reg_width, unsigned reg_height, 489 unsigned reg_width,
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_blit.c | 243 float reg_width, float reg_height, in calc_tex_coords() 261 unsigned reg_width, unsigned reg_height, in emit_draw_packet() 341 unsigned reg_width, in r100_blit()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_reg_allocate.cpp | 50 int reg_width = dispatch_width / 8; in assign_regs_trivial() local 315 int reg_width = fs->dispatch_width / 8; in fs_reg_alloc() local 407 int reg_width = v->dispatch_width / 8; in get_used_mrfs() local
|
D | brw_fs_copy_propagation.cpp | 662 const unsigned reg_width = REG_SIZE / (type_sz(inst->src[arg].type) * in try_copy_propagate() local
|
D | brw_fs_visitor.cpp | 96 int reg_width = dispatch_width / 8; in emit_dummy_fs() local
|
D | brw_fs_generator.cpp | 78 const unsigned reg_width = REG_SIZE / (reg->stride * type_sz(reg->type)); in brw_reg_from_fs_reg() local
|
D | brw_fs.cpp | 1199 int reg_width = dispatch_width / 8; in vgrf() local 5187 unsigned reg_width = bld.dispatch_width() / 8; in lower_sampler_logical_send_gfx7() local
|