Home
last modified time | relevance | path

Searched refs:auxCBSlot (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_common.cpp88 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, in handleUserClipPlanes()
Dnv50_ir_emit_gv100.cpp1176 emitField(54, 5, prog->driver->io.auxCBSlot); in emitTEX()
1206 emitField(54, 5, prog->driver->io.auxCBSlot); in emitTLD()
1242 emitField(54, 5, prog->driver->io.auxCBSlot); in emitTLD4()
1271 emitField(54, 5, prog->driver->io.auxCBSlot); in emitTMML()
1296 emitField(54, 5, prog->driver->io.auxCBSlot); in emitTXD()
1332 emitField(54, 5, prog->driver->io.auxCBSlot); in emitTXQ()
Dnv50_ir_driver.h112 uint8_t auxCBSlot; /* driver constant buffer slot */ member
Dnv50_ir_lowering_nvc0.cpp918 uint8_t b = prog->driver->io.auxCBSlot; in loadTexHandle()
1751 uint8_t b = prog->driver->io.auxCBSlot; in loadResInfo32()
1761 uint8_t b = prog->driver->io.auxCBSlot; in loadResInfo64()
1774 uint8_t b = prog->driver->io.auxCBSlot; in loadResLength32()
2919 bld.mkSymbol(FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV()
2941 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV()
2952 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV()
2983 prog->driver->io.auxCBSlot, in handleRDSV()
3175 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handlePIXLD()
Dnv50_ir_lowering_nv50.cpp686 uint8_t b = prog->driver->io.auxCBSlot; in loadTexMsInfo()
1214 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV()
Dnv50_ir_from_tgsi.cpp4167 Symbol *ref = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, in exportOutputs()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c116 info.io.auxCBSlot = 15; in nouveau_codegen()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c618 info->io.auxCBSlot = 15; in nvc0_program_translate()
633 info->io.auxCBSlot = 7; in nvc0_program_translate()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c355 info->io.auxCBSlot = 15; in nv50_program_translate()