Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp111 void emitTex(Value *dst0[4], TexInstruction *, const uint8_t swizzle[4]);
1474 Converter::emitTex(Value *dst0[4], TexInstruction *tex, const uint8_t swz[4]) in emitTex() function in __anonb052c8f20111::Converter
1540 emitTex(dst0, texi, insn->ops[rOp]->swizzle); in handleQUERY()
1567 emitTex(dst0, texi, insn->ops[2]->swizzle); in handleLOAD()
1631 emitTex(dst0, texi, insn->ops[2]->swizzle); in handleSAMPLE()