Searched refs:consider_flat (Results 1 – 1 of 1) sorted by relevance
504 bool consider_flat = (instr->isFlatOrGlobal() || instr->format == Format::SCRATCH) && in handle_instruction_gfx6() local507 if (consider_buf || consider_mimg || consider_flat) { in handle_instruction_gfx6()508 PhysReg wrdata = instr->operands[consider_flat ? 2 : 3].physReg(); in handle_instruction_gfx6()509 unsigned size = instr->operands[consider_flat ? 2 : 3].size(); in handle_instruction_gfx6()