HomeSort by relevance Sort by last modified time
    Searched refs:getChipset (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp 132 if (prog->getTarget()->getChipset() >= NVISA_GK104_CHIPSET &&
136 if (prog->getTarget()->getChipset() < NVISA_GK104_CHIPSET &&
193 needTexBar(prog->getTarget()->getChipset() >= 0xe0 &&
194 prog->getTarget()->getChipset() < 0x110)
511 rZero->reg.data.id = (prog->getTarget()->getChipset() >= NVISA_GK20A_CHIPSET) ? 255 : 63;
682 const int chipset = prog->getTarget()->getChipset();
965 if (targ->getChipset() < NVISA_GK104_CHIPSET)
    [all...]
nv50_ir_target.h 168 inline uint32_t getChipset() const { return chipset; }
nv50_ir_target_nvc0.cpp 282 const bool kepler = getChipset() >= NVISA_GK104_CHIPSET;
411 if (getChipset() >= NVISA_GM107_CHIPSET)
414 if (getChipset() >= NVISA_GK104_CHIPSET) // wrong encoding ?
629 if (getChipset() >= 0xe4) {
nv50_ir_emit_nvc0.cpp 807 assert(targ->getChipset() >= NVISA_GK104_CHIPSET);
    [all...]
nv50_ir_target.cpp 406 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0)
nv50_ir_ra.cpp 139 : restrictedGPR16Range(targ->getChipset() < 0xc0)
958 switch (func->getProgram()->getTarget()->getChipset() & ~0xf) {
    [all...]
nv50_ir_lowering_nv50.cpp 305 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) {
    [all...]
nv50_ir_emit_nv50.cpp 638 if (targ->getChipset() >= 0x84) {
    [all...]
nv50_ir_peephole.cpp     [all...]

Completed in 138 milliseconds