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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 180 Instruction *usei, const Instruction *insn)
185 if (insnDominatedBy(usei, it->insn)) {
189 if (insnDominatedBy(it->insn, usei))
195 uses.push_back(TexUse(usei, insn));
238 Instruction *usei = (*u)->getInsn(); local
240 if (usei->op == OP_PHI || usei->op == OP_UNION) {
242 for (int s = 0; usei->srcExists(s); ++s) {
243 Instruction *defi = usei->getSrc(s)->getUniqueInsn();
244 if (defi && &usei->src(s) != *u
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 180 Instruction *usei, const Instruction *insn)
185 if (insnDominatedBy(usei, it->insn)) {
189 if (insnDominatedBy(it->insn, usei))
195 uses.push_back(TexUse(usei, insn));
238 Instruction *usei = (*u)->getInsn(); local
240 if (usei->op == OP_PHI || usei->op == OP_UNION) {
242 for (int s = 0; usei->srcExists(s); ++s) {
243 Instruction *defi = usei->getSrc(s)->getUniqueInsn();
244 if (defi && &usei->src(s) != *u
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 284 LValue *unspill(Instruction *usei, LValue *, Value *slot);
1496 Instruction *usei = u->getInsn(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 284 LValue *unspill(Instruction *usei, LValue *, Value *slot);
1496 Instruction *usei = u->getInsn(); local
    [all...]

Completed in 172 milliseconds