Home
last modified time | relevance | path

Searched refs:is_accumulator (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1131 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1196 } else if (inst->dst.is_accumulator()) { in calculate_deps()
1222 !inst->dst.is_accumulator()) { in calculate_deps()
1257 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1320 } else if (inst->dst.is_accumulator()) { in calculate_deps()
1380 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1422 } else if (inst->dst.is_accumulator()) { in calculate_deps()
1442 !inst->dst.is_accumulator()) { in calculate_deps()
1465 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1500 } else if (inst->dst.is_accumulator()) { in calculate_deps()
Dbrw_ir.h62 bool is_accumulator() const;
Dbrw_fs_lower_regioning.cpp56 if (inst->dst.is_accumulator()) { in required_dst_byte_stride()
382 assert(inst->opcode != BRW_OPCODE_MUL || !inst->dst.is_accumulator() || in lower_dst_region()
Dbrw_shader.cpp841 backend_reg::is_accumulator() const in is_accumulator() function in backend_reg
Dbrw_fs_copy_propagation.cpp791 inst->dst.is_accumulator()) || in try_constant_propagate()
Dbrw_vec4.cpp1164 if (src[i].is_accumulator()) in can_reswizzle()
Dbrw_fs_generator.cpp1945 inst->dst.is_accumulator(); in generate_code()
Dbrw_fs.cpp4142 } else if (!inst->dst.is_accumulator() && in lower_integer_multiplication()