Lines Matching refs:format
112 switch (instr->format) {
546 assert(instr->format != Format::FLAT);
548 } else if (instr->format != Format::FLAT ||
554 (instr->format == Format::SCRATCH && instr->operands[0].isUndefined()))
681 instr->format = (Format)((uint16_t)instr->format & ~(uint16_t)Format::DPP16);
703 instr->format = (Format)((uint16_t)instr->format & ~(uint16_t)Format::DPP8);
717 instr->format = (Format)((uint16_t)instr->format & ~(uint16_t)Format::SDWA);
756 unreachable("unimplemented instruction format");