Searched refs:getChipset (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp131 int chip = prog->getTarget()->getChipset();
186 if (prog->getTarget()->getChipset() >= NVISA_GK104_CHIPSET &&
190 if (prog->getTarget()->getChipset() < NVISA_GK104_CHIPSET &&
219 if (prog->getTarget()->getChipset() < NVISA_GK20A_CHIPSET) {
368 needTexBar(prog->getTarget()->getChipset() >= 0xe0 &&
369 prog->getTarget()->getChipset() < 0x110)
686 rZero->reg.data.id = (prog->getTarget()->getChipset() >= NVISA_GK20A_CHIPSET) ? 255 : 63;
922 const int chipset = prog->getTarget()->getChipset();
1198 if (targ->getChipset() < NVISA_GK104_CHIPSET)
1292 const int chipset = prog->getTarget()->getChipset();
[all...]
H A Dnv50_ir_target.h168 inline uint32_t getChipset() const { return chipset; } function in class:nv50_ir::Target
H A Dnv50_ir_target_nvc0.cpp306 const bool kepler = getChipset() >= NVISA_GK104_CHIPSET;
450 if (getChipset() >= NVISA_GM107_CHIPSET)
453 if (getChipset() >= NVISA_GK104_CHIPSET) // wrong encoding ?
671 if (getChipset() >= 0xe4) {
H A Dnv50_ir_emit_nvc0.cpp826 assert(targ->getChipset() >= NVISA_GK104_CHIPSET);
1874 if (targ->getChipset() >= NVISA_GK104_CHIPSET)
1890 if (targ->getChipset() >= NVISA_GK104_CHIPSET) {
1923 if (targ->getChipset() >= NVISA_GK104_CHIPSET)
1966 if (targ->getChipset() >= NVISA_GK104_CHIPSET)
2391 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2404 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2419 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2442 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2460 assert(targ->getChipset() < NVISA_GK104_CHIPSE
[all...]
H A Dnv50_ir_target.cpp409 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0)
H A Dnv50_ir_ra.cpp135 : restrictedGPR16Range(targ->getChipset() < 0xc0)
978 switch (func->getProgram()->getTarget()->getChipset() & ~0xf) {
1500 if (prog->getTarget()->getChipset() < 0xc0) {
2471 switch (targ->getChipset() & ~0xf) {
H A Dnv50_ir_lowering_nv50.cpp305 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) {
H A Dnv50_ir_emit_nv50.cpp638 if (targ->getChipset() >= 0x84) {
H A Dnv50_ir_peephole.cpp3585 if (prog->getTarget()->getChipset() < 0xc0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp131 int chip = prog->getTarget()->getChipset();
186 if (prog->getTarget()->getChipset() >= NVISA_GK104_CHIPSET &&
190 if (prog->getTarget()->getChipset() < NVISA_GK104_CHIPSET &&
219 if (prog->getTarget()->getChipset() < NVISA_GK20A_CHIPSET) {
379 needTexBar(prog->getTarget()->getChipset() >= 0xe0 &&
380 prog->getTarget()->getChipset() < 0x110)
697 rZero->reg.data.id = (prog->getTarget()->getChipset() >= NVISA_GK20A_CHIPSET) ? 255 : 63;
902 if (prog->getTarget()->getChipset() >= NVISA_GV100_CHIPSET)
936 const int chipset = prog->getTarget()->getChipset();
1212 if (targ->getChipset() < NVISA_GK104_CHIPSE
[all...]
H A Dnv50_ir_target.h169 inline uint32_t getChipset() const { return chipset; } function in class:nv50_ir::Target
H A Dnv50_ir_target_nvc0.cpp310 const bool kepler = getChipset() >= NVISA_GK104_CHIPSET;
460 if (getChipset() >= NVISA_GM107_CHIPSET)
463 if (getChipset() >= NVISA_GK104_CHIPSET) // wrong encoding ?
681 if (getChipset() >= 0xe4) {
H A Dnv50_ir_emit_nvc0.cpp824 assert(targ->getChipset() >= NVISA_GK104_CHIPSET);
1881 if (targ->getChipset() >= NVISA_GK104_CHIPSET)
1897 if (targ->getChipset() >= NVISA_GK104_CHIPSET) {
1930 if (targ->getChipset() >= NVISA_GK104_CHIPSET)
1973 if (targ->getChipset() >= NVISA_GK104_CHIPSET)
2398 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2411 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2426 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2449 assert(targ->getChipset() < NVISA_GK104_CHIPSET);
2467 assert(targ->getChipset() < NVISA_GK104_CHIPSE
[all...]
H A Dnv50_ir_target.cpp390 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0)
H A Dnv50_ir_ra.cpp135 : restrictedGPR16Range(targ->getChipset() < 0xc0)
1023 switch (func->getProgram()->getTarget()->getChipset() & ~0xf) {
1549 if (prog->getTarget()->getChipset() < 0xc0) {
2352 if (targ->getChipset() < NVISA_GV100_CHIPSET) {
2533 switch (targ->getChipset() & ~0xf) {
2573 if (i->op == OP_LOAD && i->fixed && targ->getChipset() < 0xc0) {
2587 targ->getChipset() < 0xc0) {
H A Dnv50_ir_lowering_nv50.cpp328 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) {
1484 if (prog->getTarget()->getChipset() >= 0xa0) {
1552 if (prog->getTarget()->getChipset() >= 0xa0) {
H A Dnv50_ir_peephole.cpp2863 if (prog->getTarget()->getChipset() >= NVISA_GM107_CHIPSET &&
3659 if (prog->getTarget()->getChipset() < 0xc0)
3958 if (targ->getChipset() >= NVISA_GF100_CHIPSET ||
H A Dnv50_ir_emit_nv50.cpp636 if (targ->getChipset() >= 0x84) {

Completed in 45 milliseconds