Searched refs:SHADER_OPCODE_POW (Results 1 – 9 of 9) sorted by relevance
212 opcode == SHADER_OPCODE_POW); in is_math()236 case SHADER_OPCODE_POW: in implied_mrf_writes()
287 case SHADER_OPCODE_POW: in brw_math_function()
202 opcode == SHADER_OPCODE_POW); in is_math()401 case SHADER_OPCODE_POW: in implied_mrf_writes()837 case SHADER_OPCODE_POW: in emit_math()879 bool is_int_div = opcode != SHADER_OPCODE_POW; in emit_math()
347 bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in generate_math2_gen4()734 case SHADER_OPCODE_POW: in generate_vs_instruction()
89 case SHADER_OPCODE_POW: in schedule_node()
655 SHADER_OPCODE_POW, enumerator
936 case SHADER_OPCODE_POW: in generate_code()
333 case SHADER_OPCODE_POW: in emit_math()1297 emit_math(SHADER_OPCODE_POW, result_dst, op[0], op[1]); in visit()
556 emit_math(SHADER_OPCODE_POW, this->result, op[0], op[1]); in visit()