Searched refs:SHADER_OPCODE_POW (Results 1 – 16 of 16) sorted by relevance
112 case SHADER_OPCODE_POW: in brw_math_function()194 case SHADER_OPCODE_POW: in brw_instruction_name()808 opcode == SHADER_OPCODE_POW); in is_math()882 case SHADER_OPCODE_POW: in can_do_saturate()
71 case SHADER_OPCODE_POW: in must_promote_imm()
86 case SHADER_OPCODE_POW: in is_expression()
103 case SHADER_OPCODE_POW: in is_expression()
200 case SHADER_OPCODE_POW: in try_constant_propagate()
272 case SHADER_OPCODE_POW: in emit()
305 SHADER_OPCODE_POW, enumerator
306 case SHADER_OPCODE_POW: in emit()
141 case SHADER_OPCODE_POW: in set_latency_gen4()230 case SHADER_OPCODE_POW: in set_latency_gen7()
587 case SHADER_OPCODE_POW: in try_constant_propagate()
88 bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in generate_math2_gen4()1748 case SHADER_OPCODE_POW: in generate_code()
1923 case SHADER_OPCODE_POW: in generate_code()1927 assert((devinfo->gen >= 7 && inst->opcode == SHADER_OPCODE_POW) || in generate_code()
967 case SHADER_OPCODE_POW: in implied_mrf_writes()4559 const bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in lower_math_logical_send()4707 case SHADER_OPCODE_POW: in lower_logical_sends()5029 case SHADER_OPCODE_POW: in get_lowered_simd_width()
1361 inst = emit_math(SHADER_OPCODE_POW, dst, op[0], op[1]); in nir_emit_alu()
332 case SHADER_OPCODE_POW: in implied_mrf_writes()
1297 inst = bld.emit(SHADER_OPCODE_POW, result, op[0], op[1]); in nir_emit_alu()