Searched defs:subreg (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_legalize_ra.c | 533 int subreg = val32 % TOY_REG_WIDTH; in linear_scan_allocation() local 544 int reg, subreg; in linear_scan_allocation() local 581 int subreg = val32 % TOY_REG_WIDTH; in trivial_allocation() local 594 int reg, subreg; in trivial_allocation() local
|
D | toy_compiler.c | 47 int reg, subreg; in tc_dump_operand() local
|
D | toy_compiler_reg.h | 336 tdst_offset(struct toy_dst dst, int reg, int subreg) in tdst_offset() 616 tsrc_offset(struct toy_src src, int reg, int subreg) in tsrc_offset()
|
D | toy_compiler_disasm.c | 46 unsigned subreg:5; member 1527 unsigned reg, subreg; in disasm_printer_add_operand() local
|
D | toy_compiler.h | 142 uint32_t subreg[32]; member
|
D | ilo_shader_gs.c | 574 int slot, reg = -1, subreg; in gs_lower_opcode_tgsi_in() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu.c | 173 void brw_set_default_flag_reg(struct brw_codegen *p, int reg, int subreg) in brw_set_default_flag_reg()
|
D | brw_reg.h | 819 brw_flag_reg(int reg, int subreg) in brw_flag_reg()
|