Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h165 uint8_t auxCBSlot; /* driver constant buffer slot */ member
Dnv50_ir_lowering_nvc0.cpp665 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()
Dnv50_ir_lowering_nv50.cpp686 uint8_t b = prog->driver->io.auxCBSlot; in loadTexMsInfo()
1211 FILE_MEMORY_CONST, prog->driver->io.auxCBSlot, in handleRDSV()
Dnv50_ir_from_tgsi.cpp3894 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/
Dnouveau_compiler.c115 info.io.auxCBSlot = 15; in nouveau_codegen()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c582 info->io.auxCBSlot = 15; in nvc0_program_translate()
596 info->io.auxCBSlot = 7; in nvc0_program_translate()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c337 info->io.auxCBSlot = 15; in nv50_program_translate()