Home
last modified time | relevance | path

Searched defs:subreg (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_legalize_ra.c533 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
Dtoy_compiler.c47 int reg, subreg; in tc_dump_operand() local
Dtoy_compiler_reg.h336 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()
Dtoy_compiler_disasm.c46 unsigned subreg:5; member
1527 unsigned reg, subreg; in disasm_printer_add_operand() local
Dtoy_compiler.h142 uint32_t subreg[32]; member
Dilo_shader_gs.c574 int slot, reg = -1, subreg; in gs_lower_opcode_tgsi_in() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c173 void brw_set_default_flag_reg(struct brw_codegen *p, int reg, int subreg) in brw_set_default_flag_reg()
Dbrw_reg.h819 brw_flag_reg(int reg, int subreg) in brw_flag_reg()