Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp450 if (file == FILE_MEMORY_CONST && getChipset() >= 0xe0) // wrong encoding ? in isAccessSupported()
647 if (getChipset() >= 0xe4) { in canDualIssue()
Dnv50_ir_lowering_nvc0.cpp165 : needTexBar(prog->getTarget()->getChipset() >= 0xe0) in NVC0LegalizePostRA()
648 if (prog->getTarget()->getChipset() >= 0xe0) { in handleTEX()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target.h126 inline uint32_t getChipset() const { return chipset; } in getChipset() function
Dnv50_ir_target.cpp353 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0) in emitBinary()
Dnv50_ir_ra.cpp120 : restrictedGPR16Range(targ->getChipset() < 0xc0) in RegisterSet()
821 switch (func->getProgram()->getTarget()->getChipset() & ~0xf) { in coalesce()
1898 switch (targ->getChipset() & ~0xf) { in visit()
Dnv50_ir_lowering_nv50.cpp229 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) { in visit()
Dnv50_ir_emit_nv50.cpp607 if (targ->getChipset() >= 0x84) { in emitLOAD()