Home
last modified time | relevance | path

Searched refs:SHADER_OPCODE_POW (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp212 opcode == SHADER_OPCODE_POW); in is_math()
236 case SHADER_OPCODE_POW: in implied_mrf_writes()
Dbrw_shader.cpp287 case SHADER_OPCODE_POW: in brw_math_function()
Dbrw_fs.cpp202 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()
Dbrw_vec4_emit.cpp347 bool is_int_div = inst->opcode != SHADER_OPCODE_POW; in generate_math2_gen4()
734 case SHADER_OPCODE_POW: in generate_vs_instruction()
Dbrw_fs_schedule_instructions.cpp89 case SHADER_OPCODE_POW: in schedule_node()
Dbrw_defines.h655 SHADER_OPCODE_POW, enumerator
Dbrw_fs_emit.cpp936 case SHADER_OPCODE_POW: in generate_code()
Dbrw_vec4_visitor.cpp333 case SHADER_OPCODE_POW: in emit_math()
1297 emit_math(SHADER_OPCODE_POW, result_dst, op[0], op[1]); in visit()
Dbrw_fs_visitor.cpp556 emit_math(SHADER_OPCODE_POW, this->result, op[0], op[1]); in visit()