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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 634 if (asTex())
635 PRINT("%s %s$r%u $s%u %s", asTex()->tex.target.getName(),
636 colour[TXT_MEM], asTex()->tex.r, asTex()->tex.s,
nv50_ir_inlines.h 43 // contrary to asTex(), this will never include SULD/SUST
312 TexInstruction *Instruction::asTex()
319 const TexInstruction *Instruction::asTex() const
nv50_ir_lowering_nv50.cpp 796 a2d, acube)->asTex()->tex.mask = 0x7;
    [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir.cpp 688 if (asTex()) {
689 TexInstruction *tex = asTex();
1141 if (insn->asTex())
nv50_ir_lowering_nvc0.cpp 305 handleTEXLOD(i->asTex());
    [all...]
nv50_ir.h 854 inline TexInstruction *asTex();
856 inline const TexInstruction *asTex() const;
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_target_nv50.cpp 277 !i->asTex() &&
nv50_ir_target_nvc0.cpp 322 !i->asTex() &&
nv50_ir_peephole.cpp     [all...]
nv50_ir_ra.cpp     [all...]

Completed in 118 milliseconds