Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp635 bool handleTEX(TexInstruction *);
722 NV50LoweringPreSSA::handleTEX(TexInstruction *i) in handleTEX() function in nv50_ir::NV50LoweringPreSSA
849 return handleTEX(i); in handleTXB()
852 handleTEX(i); in handleTXB()
905 handleTEX(i); in handleTXL()
953 handleTEX(i); in handleTXD()
1014 handleTEX(i); in handleTXLQ()
1400 return handleTEX(i->asTex()); in visit()
Dnv50_ir_lowering_nvc0.h137 bool handleTEX(TexInstruction *);
Dnv50_ir_from_tgsi.cpp1671 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy);
2300 Converter::handleTEX(Value *dst[4], int R, int S, int L, int C, int Dx, int Dy) in handleTEX() function in __anon9347d7160211::Converter
3451 handleTEX(dst0, 1, 1, 0x03, 0x0f, 0x00, 0x00); in handleInstruction()
3454 handleTEX(dst0, 3, 3, 0x03, 0x0f, 0x10, 0x20); in handleInstruction()
3457 handleTEX(dst0, 2, 2, 0x03, 0x0f, 0x00, 0x00); in handleInstruction()
3460 handleTEX(dst0, 2, 2, 0x03, 0x10, 0x00, 0x00); in handleInstruction()
3464 handleTEX(dst0, 2, 2, 0x10, 0x0f, 0x00, 0x00); in handleInstruction()
3472 handleTEX(dst0, 1, 2, 0x30, 0x30, 0x30, 0x40); in handleInstruction()
Dnv50_ir_lowering_nvc0.cpp930 NVC0LoweringPass::handleTEX(TexInstruction *i) in handleTEX() function in nv50_ir::NVC0LoweringPass
1325 handleTEX(txd); in handleTXD()
1411 handleTEX(i); in handleTXLQ()
3222 return handleTEX(i->asTex()); in visit()