Home
last modified time | relevance | path

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

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