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.h163 uint8_t auxCBSlot; /* driver constant buffer slot */ member
Dnv50_ir_lowering_nvc0.cpp804 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()
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.cpp4230 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/
Dnouveau_compiler.c115 info.io.auxCBSlot = 15; in nouveau_codegen()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c585 info->io.auxCBSlot = 15; in nvc0_program_translate()
600 info->io.auxCBSlot = 7; in nvc0_program_translate()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c340 info->io.auxCBSlot = 15; in nv50_program_translate()