HomeSort by relevance Sort by last modified time
    Searched full:reg_to_const (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 100 int8_t reg_to_const[16]; member in struct:translate_sse
143 if(p->reg_to_const[i] < 0)
153 if(p->reg_to_const[i] >= 0)
154 p->const_to_reg[p->reg_to_const[i]] = -1;
156 p->reg_to_const[i] = id;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 100 int8_t reg_to_const[16]; member in struct:translate_sse
143 if(p->reg_to_const[i] < 0)
153 if(p->reg_to_const[i] >= 0)
154 p->const_to_reg[p->reg_to_const[i]] = -1;
156 p->reg_to_const[i] = id;
    [all...]

Completed in 256 milliseconds