Searched refs:sram_ecc_enabled (Results 1 – 4 of 4) sorted by relevance
905 return program->dev.sram_ecc_enabled ? def.size() * 4u : def.bytes(); in get_subdword_bytes_written()933 case aco_opcode::ds_read_u16_d16_hi: return program->dev.sram_ecc_enabled ? 4 : 2; in get_subdword_bytes_written()935 case aco_opcode::tbuffer_load_format_d16_xyz: return program->dev.sram_ecc_enabled ? 8 : 6; in get_subdword_bytes_written()
145 program->dev.sram_ecc_enabled = program->family == CHIP_ARCTURUS; in init_program()
649 if (!program->dev.sram_ecc_enabled) in get_subdword_definition_info()658 if (!program->dev.sram_ecc_enabled) in get_subdword_definition_info()666 if (instr->isMIMG() && instr->mimg().d16 && !program->dev.sram_ecc_enabled) { in get_subdword_definition_info()
2071 bool sram_ecc_enabled = false; member