Searched refs:SHADER_OPCODE_POW (Results 1 – 18 of 18) sorted by relevance
116 case SHADER_OPCODE_POW: in brw_math_function()206 case SHADER_OPCODE_POW: in brw_instruction_name()908 opcode == SHADER_OPCODE_POW); in is_math()986 case SHADER_OPCODE_POW: in can_do_saturate()
86 case SHADER_OPCODE_POW: in is_expression()
501 case SHADER_OPCODE_POW: in instruction_desc()523 case SHADER_OPCODE_POW: in instruction_desc()568 case SHADER_OPCODE_POW: in instruction_desc()
186 case SHADER_OPCODE_POW: in try_constant_propagate()
102 case SHADER_OPCODE_POW: in is_expression()
272 case SHADER_OPCODE_POW: in emit()
79 case SHADER_OPCODE_POW: in must_promote_imm()
309 SHADER_OPCODE_POW, enumerator
302 case SHADER_OPCODE_POW: in emit()
141 case SHADER_OPCODE_POW: in set_latency_gen4()230 case SHADER_OPCODE_POW: in set_latency_gen7()
748 case SHADER_OPCODE_POW: in try_constant_propagate()
89 bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in generate_math2_gen4()1735 case SHADER_OPCODE_POW: in generate_code()
2236 case SHADER_OPCODE_POW: in generate_code()2240 assert((devinfo->gen >= 7 && inst->opcode == SHADER_OPCODE_POW) || in generate_code()
1154 case SHADER_OPCODE_POW: in implied_mrf_writes()6024 const bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in lower_math_logical_send()6162 case SHADER_OPCODE_POW: in lower_logical_sends()6597 case SHADER_OPCODE_POW: { in get_lowered_simd_width()
1315 inst = emit_math(SHADER_OPCODE_POW, dst, op[0], op[1]); in nir_emit_alu()
345 case SHADER_OPCODE_POW: in implied_mrf_writes()
1718 inst = bld.emit(SHADER_OPCODE_POW, result, op[0], op[1]); in nir_emit_alu()
716 SHADER_OPCODE_POW, enumerator