Searched refs:SHADER_OPCODE_POW (Results 1 – 18 of 18) sorted by relevance
117 case SHADER_OPCODE_POW: in brw_math_function()209 case SHADER_OPCODE_POW: in brw_instruction_name()923 opcode == SHADER_OPCODE_POW); in is_math()1020 case SHADER_OPCODE_POW: in can_do_saturate()
515 case SHADER_OPCODE_POW: in instruction_desc()537 case SHADER_OPCODE_POW: in instruction_desc()582 case SHADER_OPCODE_POW: in instruction_desc()
86 case SHADER_OPCODE_POW: in is_expression()
186 case SHADER_OPCODE_POW: in try_constant_propagate()
103 case SHADER_OPCODE_POW: in is_expression()
272 case SHADER_OPCODE_POW: in emit()
79 case SHADER_OPCODE_POW: in must_promote_imm()
143 case SHADER_OPCODE_POW: in set_latency_gfx4()232 case SHADER_OPCODE_POW: in set_latency_gfx7()
302 case SHADER_OPCODE_POW: in emit()
289 SHADER_OPCODE_POW, enumerator
89 bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in generate_math2_gfx4()1783 case SHADER_OPCODE_POW: in generate_code()
808 case SHADER_OPCODE_POW: in try_constant_propagate()
2160 case SHADER_OPCODE_POW: in generate_code()2165 assert((devinfo->ver >= 7 && inst->opcode == SHADER_OPCODE_POW) || in generate_code()
2403 const bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in lower_math_logical_send()2703 case SHADER_OPCODE_POW: in lower_logical_sends()
343 case SHADER_OPCODE_POW: in implied_mrf_writes()
1334 inst = emit_math(SHADER_OPCODE_POW, dst, op[0], op[1]); in nir_emit_alu()
1083 case SHADER_OPCODE_POW: in implied_mrf_writes()4899 case SHADER_OPCODE_POW: { in get_lowered_simd_width()
1754 inst = bld.emit(SHADER_OPCODE_POW, result, op[0], op[1]); in nir_emit_alu()