Searched refs:auxCBSlot (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_driver.h | 163 uint8_t auxCBSlot; /* driver constant buffer slot */ member
|
D | nv50_ir_lowering_nvc0.cpp | 804 uint8_t b = prog->driver->io.auxCBSlot; in loadTexHandle() 1649 uint8_t b = prog->driver->io.auxCBSlot; in loadResInfo32() 1659 uint8_t b = prog->driver->io.auxCBSlot; in loadResInfo64() 1672 uint8_t b = prog->driver->io.auxCBSlot; in loadResLength32() 2640 bld.mkSymbol(FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV() 2658 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV() 2688 prog->driver->io.auxCBSlot, in handleRDSV()
|
D | nv50_ir_lowering_nv50.cpp | 686 uint8_t b = prog->driver->io.auxCBSlot; in loadTexMsInfo() 1211 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV()
|
D | nv50_ir_from_tgsi.cpp | 4230 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, in handleUserClipPlanes() 4266 Symbol *ref = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, in exportOutputs()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 115 info.io.auxCBSlot = 15; in nouveau_codegen()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 585 info->io.auxCBSlot = 15; in nvc0_program_translate() 600 info->io.auxCBSlot = 7; in nvc0_program_translate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 340 info->io.auxCBSlot = 15; in nv50_program_translate()
|