Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.h185 Value *loadTexHandle(Value *ptr, unsigned int slot);
H A Dnv50_ir_lowering_gm107.cpp294 handle = loadTexHandle(ind, slot + 32); in handleSUQ()
H A 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()
2653 handle = loadTexHandle(ind, slot + 32); in processSurfaceCoordsGM107()

Completed in 6 milliseconds