Searched refs:handleTEX (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.h | 137 bool handleTEX(TexInstruction *);
|
D | nv50_ir_lowering_nv50.cpp | 665 bool handleTEX(TexInstruction *); 776 NV50LoweringPreSSA::handleTEX(TexInstruction *i) in handleTEX() function in nv50_ir::NV50LoweringPreSSA 903 return handleTEX(i); in handleTXB() 906 handleTEX(i); in handleTXB() 959 handleTEX(i); in handleTXL() 1007 handleTEX(i); in handleTXD() 1068 handleTEX(i); in handleTXLQ() 2197 return handleTEX(i->asTex()); in visit()
|
D | nv50_ir_from_tgsi.cpp | 1692 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy); 2324 Converter::handleTEX(Value *dst[4], int R, int S, int L, int C, int Dx, int Dy) in handleTEX() function in __anonb0e907d80211::Converter 3516 handleTEX(dst0, 1, 1, 0x03, 0x0f, 0x00, 0x00); in handleInstruction() 3519 handleTEX(dst0, 3, 3, 0x03, 0x0f, 0x10, 0x20); in handleInstruction() 3522 handleTEX(dst0, 2, 2, 0x03, 0x0f, 0x00, 0x00); in handleInstruction() 3525 handleTEX(dst0, 2, 2, 0x03, 0x10, 0x00, 0x00); in handleInstruction() 3529 handleTEX(dst0, 2, 2, 0x10, 0x0f, 0x00, 0x00); in handleInstruction() 3537 handleTEX(dst0, 1, 2, 0x30, 0x30, 0x30, 0x40); in handleInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 931 NVC0LoweringPass::handleTEX(TexInstruction *i) in handleTEX() function in nv50_ir::NVC0LoweringPass 1326 handleTEX(txd); in handleTXD() 1412 handleTEX(i); in handleTXLQ() 3324 return handleTEX(i->asTex()); in visit()
|