Home
last modified time | relevance | path

Searched refs:NVISA_GK104_CHIPSET (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp261 else if (chipset >= NVISA_GK104_CHIPSET) in initOpInfo()
269 const unsigned int smregs = (chipset >= NVISA_GK104_CHIPSET) ? 65536 : 32768; in getFileSize()
310 const bool kepler = getChipset() >= NVISA_GK104_CHIPSET; in getSVAddress()
463 if (getChipset() >= NVISA_GK104_CHIPSET) // wrong encoding ? in isAccessSupported()
Dnv50_ir_emit_nvc0.cpp824 assert(targ->getChipset() >= NVISA_GK104_CHIPSET); in emitMADSP()
1881 if (targ->getChipset() >= NVISA_GK104_CHIPSET) in emitSTORE()
1897 if (targ->getChipset() >= NVISA_GK104_CHIPSET) { in emitSTORE()
1930 if (targ->getChipset() >= NVISA_GK104_CHIPSET) in emitLOAD()
1973 if (targ->getChipset() >= NVISA_GK104_CHIPSET) in emitLOAD()
2398 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSUAddr()
2411 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSUDim()
2426 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSULEA()
2449 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSULDB()
2467 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSUSTx()
[all …]
Dnv50_ir_lowering_nvc0.cpp132 if (chip >= NVISA_GK104_CHIPSET) { in handleRCPRSQ()
186 if (prog->getTarget()->getChipset() >= NVISA_GK104_CHIPSET && in handleTEXLOD()
190 if (prog->getTarget()->getChipset() < NVISA_GK104_CHIPSET && in handleTEXLOD()
996 if (chipset >= NVISA_GK104_CHIPSET) { in handleTEX()
1114 assert(chipset >= NVISA_GK104_CHIPSET || in handleTEX()
1121 if (i->op != OP_TXD || chipset < NVISA_GK104_CHIPSET) { in handleTEX()
1158 if (i->op == OP_TXD && chipset >= NVISA_GK104_CHIPSET) { in handleTEX()
1212 if (targ->getChipset() < NVISA_GK104_CHIPSET) in handleManualTXD()
1308 if (chipset >= NVISA_GK104_CHIPSET) { in handleTXD()
1345 if (chipset >= NVISA_GK104_CHIPSET) { in handleTXD()
[all …]
Dnv50_ir_driver.h77 #define NVISA_GK104_CHIPSET 0xe0 macro
Dnv50_ir_target.h184 threads = info->target >= NVISA_GK104_CHIPSET ? 1024 : 512; in parseDriverInfo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c625 if (info->target >= NVISA_GK104_CHIPSET) { in nvc0_program_translate()
632 if (info->target >= NVISA_GK104_CHIPSET) { in nvc0_program_translate()