Home
last modified time | relevance | path

Searched refs:texBindBase (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h119 uint16_t texBindBase; /* base address for tex handles (nve4) */ member
Dnv50_ir_lowering_nvc0.cpp919 uint32_t off = prog->driver->io.texBindBase + slot * 4; in loadTexHandle()
1010 i->tex.r += prog->driver->io.texBindBase / 4; in handleTEX()
1362 txq->tex.r += prog->driver->io.texBindBase / 4; in handleTXQ()
/external/mesa3d/docs/relnotes/
D11.0.7.rst119 - nvc0/ir: start offset at texBindBase for txq, like regular texturing
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c626 info->io.texBindBase = NVC0_CB_AUX_TEX_INFO(0); in nvc0_program_translate()