Searched refs:loadTexHandle (Results 1 – 3 of 3) sorted by relevance
184 Value *loadTexHandle(Value *ptr, unsigned int slot);
275 handle = loadTexHandle(ind, slot + 32); in handleSUQ()
916 NVC0LoweringPass::loadTexHandle(Value *ptr, unsigned int slot) in loadTexHandle() function in nv50_ir::NVC0LoweringPass1000 Value *hnd = loadTexHandle(i->getIndirectR(), i->tex.r); in handleTEX()1014 Value *rHnd = loadTexHandle(NULL, i->tex.r); in handleTEX()1015 Value *sHnd = loadTexHandle(NULL, i->tex.s); in handleTEX()1387 Value *hnd = loadTexHandle(txq->getIndirectR(), txq->tex.r); in handleTXQ()2554 handle = loadTexHandle(ind, slot + 32); in processSurfaceCoordsGM107()