Searched refs:auxCBSlot (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_common.cpp | 88 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, in handleUserClipPlanes()
|
D | nv50_ir_emit_gv100.cpp | 1176 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()
|
D | nv50_ir_driver.h | 112 uint8_t auxCBSlot; /* driver constant buffer slot */ member
|
D | nv50_ir_lowering_nvc0.cpp | 918 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()
|
D | nv50_ir_lowering_nv50.cpp | 686 uint8_t b = prog->driver->io.auxCBSlot; in loadTexMsInfo() 1214 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV()
|
D | nv50_ir_from_tgsi.cpp | 4167 Symbol *ref = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, in exportOutputs()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 116 info.io.auxCBSlot = 15; in nouveau_codegen()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 618 info->io.auxCBSlot = 15; in nvc0_program_translate() 633 info->io.auxCBSlot = 7; in nvc0_program_translate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 355 info->io.auxCBSlot = 15; in nv50_program_translate()
|