Searched refs:SHADER_OPCODE_POW (Results 1 – 17 of 17) sorted by relevance
116 case SHADER_OPCODE_POW: in brw_math_function()206 case SHADER_OPCODE_POW: in brw_instruction_name()926 opcode == SHADER_OPCODE_POW); in is_math()1023 case SHADER_OPCODE_POW: in can_do_saturate()
512 case SHADER_OPCODE_POW: in instruction_desc()534 case SHADER_OPCODE_POW: in instruction_desc()579 case SHADER_OPCODE_POW: in instruction_desc()
86 case SHADER_OPCODE_POW: in is_expression()
102 case SHADER_OPCODE_POW: in is_expression()
186 case SHADER_OPCODE_POW: in try_constant_propagate()
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()
312 SHADER_OPCODE_POW, enumerator
302 case SHADER_OPCODE_POW: in emit()
787 case SHADER_OPCODE_POW: in try_constant_propagate()
89 bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in generate_math2_gfx4()1788 case SHADER_OPCODE_POW: in generate_code()
2298 case SHADER_OPCODE_POW: in generate_code()2303 assert((devinfo->ver >= 7 && inst->opcode == SHADER_OPCODE_POW) || in generate_code()
1346 inst = emit_math(SHADER_OPCODE_POW, dst, op[0], op[1]); in nir_emit_alu()
1164 case SHADER_OPCODE_POW: in implied_mrf_writes()6695 const bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in lower_math_logical_send()6965 case SHADER_OPCODE_POW: in lower_logical_sends()7410 case SHADER_OPCODE_POW: { in get_lowered_simd_width()
345 case SHADER_OPCODE_POW: in implied_mrf_writes()
1747 inst = bld.emit(SHADER_OPCODE_POW, result, op[0], op[1]); in nir_emit_alu()