Searched refs:handleTEX (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 635 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() 1397 return handleTEX(i->asTex()); in visit()
|
D | nv50_ir_lowering_nvc0.h | 104 bool handleTEX(TexInstruction *);
|
D | nv50_ir_from_tgsi.cpp | 1705 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy); 2370 Converter::handleTEX(Value *dst[4], int R, int S, int L, int C, int Dx, int Dy) in handleTEX() function in __anon70d097b80111::Converter 3527 handleTEX(dst0, 1, 1, 0x03, 0x0f, 0x00, 0x00); in handleInstruction() 3530 handleTEX(dst0, 3, 3, 0x03, 0x0f, 0x10, 0x20); in handleInstruction() 3533 handleTEX(dst0, 2, 2, 0x03, 0x0f, 0x00, 0x00); in handleInstruction() 3536 handleTEX(dst0, 2, 2, 0x03, 0x10, 0x00, 0x00); in handleInstruction() 3540 handleTEX(dst0, 2, 2, 0x10, 0x0f, 0x00, 0x00); in handleInstruction() 3548 handleTEX(dst0, 1, 2, 0x30, 0x30, 0x30, 0x40); in handleInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 816 NVC0LoweringPass::handleTEX(TexInstruction *i) in handleTEX() function in nv50_ir::NVC0LoweringPass 1227 handleTEX(txd); in handleTXD() 1313 handleTEX(i); in handleTXLQ() 2861 return handleTEX(i->asTex()); in visit()
|