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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 126 inline uint32_t getChipset() const { return chipset; }
nv50_ir_target.cpp 353 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0)
nv50_ir_ra.cpp 120 : restrictedGPR16Range(targ->getChipset() < 0xc0)
821 switch (func->getProgram()->getTarget()->getChipset() & ~0xf) {
    [all...]
nv50_ir_lowering_nv50.cpp 229 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) {
nv50_ir_emit_nv50.cpp 607 if (targ->getChipset() >= 0x84) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 450 if (file == FILE_MEMORY_CONST && getChipset() >= 0xe0) // wrong encoding ?
647 if (getChipset() >= 0xe4) {
nv50_ir_lowering_nvc0.cpp 165 : needTexBar(prog->getTarget()->getChipset() >= 0xe0)
648 if (prog->getTarget()->getChipset() >= 0xe0) {
    [all...]

Completed in 69 milliseconds