Searched refs:handleTEX (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp533 bool handleTEX(TexInstruction *);
578 NV50LoweringPreSSA::handleTEX(TexInstruction *i) function in class:nv50_ir::NV50LoweringPreSSA
642 handleTEX(i);
695 handleTEX(i);
742 handleTEX(i);
1043 return handleTEX(i->asTex());
H A Dnv50_ir_from_tgsi.cpp1066 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)
2032 handleTEX(dst0, 1, 1, 0x03, 0x0f, 0x00, 0x00);
2035 handleTEX(dst0, 3, 3, 0x03, 0x0f, 0x10, 0x20);
2043 handleTEX(dst0, 1, 2, 0x30, 0x31, 0x40, 0x50);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp533 bool handleTEX(TexInstruction *);
578 NV50LoweringPreSSA::handleTEX(TexInstruction *i) function in class:nv50_ir::NV50LoweringPreSSA
642 handleTEX(i);
695 handleTEX(i);
742 handleTEX(i);
1043 return handleTEX(i->asTex());
H A Dnv50_ir_from_tgsi.cpp1066 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)
2032 handleTEX(dst0, 1, 1, 0x03, 0x0f, 0x00, 0x00);
2035 handleTEX(dst0, 3, 3, 0x03, 0x0f, 0x10, 0x20);
2043 handleTEX(dst0, 1, 2, 0x30, 0x31, 0x40, 0x50);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp597 bool handleTEX(TexInstruction *);
643 NVC0LoweringPass::handleTEX(TexInstruction *i) function in class:nv50_ir::NVC0LoweringPass
812 handleTEX(txd);
1065 return handleTEX(i->asTex());
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp597 bool handleTEX(TexInstruction *);
643 NVC0LoweringPass::handleTEX(TexInstruction *i) function in class:nv50_ir::NVC0LoweringPass
812 handleTEX(txd);
1065 return handleTEX(i->asTex());

Completed in 120 milliseconds