Searched refs:auxCBSlot (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_driver.h | 165 uint8_t auxCBSlot; /* driver constant buffer slot */ member
|
D | nv50_ir_lowering_nvc0.cpp | 665 uint8_t b = prog->driver->io.auxCBSlot; in loadTexHandle() 1474 uint8_t b = prog->driver->io.auxCBSlot; in loadResInfo32() 1484 uint8_t b = prog->driver->io.auxCBSlot; in loadResInfo64() 1497 uint8_t b = prog->driver->io.auxCBSlot; in loadResLength32() 2460 bld.mkSymbol(FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV() 2478 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV() 2508 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 | 3894 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, in handleUserClipPlanes() 3930 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 | 582 info->io.auxCBSlot = 15; in nvc0_program_translate() 596 info->io.auxCBSlot = 7; in nvc0_program_translate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 337 info->io.auxCBSlot = 15; in nv50_program_translate()
|