Searched refs:handleTEX (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 533 bool handleTEX(TexInstruction *); 578 NV50LoweringPreSSA::handleTEX(TexInstruction *i) in handleTEX() function in nv50_ir::NV50LoweringPreSSA 642 handleTEX(i); in handleTXB() 695 handleTEX(i); in handleTXL() 742 handleTEX(i); in handleTXD() 1043 return handleTEX(i->asTex()); in visit()
|
D | nv50_ir_from_tgsi.cpp | 1066 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy); 1547 Converter::handleTEX(Value *dst[4], int R, int S, int L, int C, int Dx, int Dy) in handleTEX() function in __anon7013adf50111::Converter 2032 handleTEX(dst0, 1, 1, 0x03, 0x0f, 0x00, 0x00); in handleInstruction() 2035 handleTEX(dst0, 3, 3, 0x03, 0x0f, 0x10, 0x20); in handleInstruction() 2043 handleTEX(dst0, 1, 2, 0x30, 0x31, 0x40, 0x50); in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 597 bool handleTEX(TexInstruction *); 643 NVC0LoweringPass::handleTEX(TexInstruction *i) in handleTEX() function in nv50_ir::NVC0LoweringPass 812 handleTEX(txd); in handleTXD() 1065 return handleTEX(i->asTex()); in visit()
|