HomeSort by relevance Sort by last modified time
    Searched refs:src_regs (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 108 int src_regs = rc_presubtract_src_reg_count(index); local
109 for(i = 0; i < src_regs; i++) {
121 int src_regs = rc_presubtract_src_reg_count(index); local
122 for(i=0; i < src_regs; i++) {
radeon_pair_translate.c 185 int src_regs; local
189 src_regs = rc_presubtract_src_reg_count(
191 for(i = 0; i < src_regs; i++) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 531 const metag_reg *src_regs[2]; local
549 l = parse_gp_regs (l, src_regs, 2);
554 if (!is_unit_pair (src_regs[0], src_regs[1]))
558 (src_regs[0]->no << 19) |
559 (src_regs[1]->no << 14) |
560 ((src_regs[0]->unit & SHORT_UNIT_MASK) << 7));
2292 const metag_reg *src_regs[2]; local
2966 const metag_reg *src_regs[1]; local
3085 const metag_reg *src_regs[2]; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3774 st_src_reg src_regs[3]; local
3859 st_src_reg src_regs[3]; local
    [all...]

Completed in 458 milliseconds