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.cpp2655 int lodm = 0; in emitTEX() local
2659 case OP_TEX: lodm = 0; break; in emitTEX()
2660 case OP_TXB: lodm = 2; break; in emitTEX()
2661 case OP_TXL: lodm = 3; break; in emitTEX()
2667 lodm = 1; in emitTEX()
2672 emitField(0x25, 2, lodm); in emitTEX()
2676 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.ac1584 # If we're using BPF, we need "-lodm" and "-lcfg", as
1587 LIBS="-lodm -lcfg"