Home
last modified time | relevance | path

Searched refs:lodm (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp2572 int lodm = 0; in emitTEX() local
2576 case OP_TEX: lodm = 0; break; in emitTEX()
2577 case OP_TXB: lodm = 2; break; in emitTEX()
2578 case OP_TXL: lodm = 3; break; in emitTEX()
2584 lodm = 1; in emitTEX()
2589 emitField(0x25, 2, lodm); in emitTEX()
2593 emitField(0x37, 2, lodm); in emitTEX()
/external/tcpdump/
Daclocal.m4637 # If libpcap is BPF-based, we need "-lodm" and "-lcfg", as
642 LIBS="$LIBS -lodm -lcfg"
/external/libpcap/
Dconfigure.ac1230 # If we're using BPF, we need "-lodm" and "-lcfg", as
1233 LIBS="-lodm -lcfg"