Home
last modified time | relevance | path

Searched refs:loadTexHandle (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h184 Value *loadTexHandle(Value *ptr, unsigned int slot);
Dnv50_ir_lowering_gm107.cpp294 handle = loadTexHandle(ind, slot + 32); in handleSUQ()
Dnv50_ir_lowering_nvc0.cpp917 NVC0LoweringPass::loadTexHandle(Value *ptr, unsigned int slot) in loadTexHandle() function in nv50_ir::NVC0LoweringPass
1001 Value *hnd = loadTexHandle(i->getIndirectR(), i->tex.r); in handleTEX()
1015 Value *rHnd = loadTexHandle(NULL, i->tex.r); in handleTEX()
1016 Value *sHnd = loadTexHandle(NULL, i->tex.s); in handleTEX()
1388 Value *hnd = loadTexHandle(txq->getIndirectR(), txq->tex.r); in handleTXQ()
2641 handle = loadTexHandle(ind, slot + 32); in processSurfaceCoordsGM107()