Home | History | Annotate | Download | only in i965

Lines Matching defs:emit_math

257 vec4_visitor::emit_math(opcode opcode, dst_reg dst, src_reg src)
329 vec4_visitor::emit_math(enum opcode opcode,
1081 emit_math(SHADER_OPCODE_RCP, result_dst, op[0]);
1085 emit_math(SHADER_OPCODE_EXP2, result_dst, op[0]);
1088 emit_math(SHADER_OPCODE_LOG2, result_dst, op[0]);
1096 emit_math(SHADER_OPCODE_SIN, result_dst, op[0]);
1100 emit_math(SHADER_OPCODE_COS, result_dst, op[0]);
1141 emit_math(SHADER_OPCODE_INT_QUOTIENT, result_dst, op[0], op[1]);
1146 emit_math(SHADER_OPCODE_INT_REMAINDER, result_dst, op[0], op[1]);
1216 emit_math
1219 emit_math(SHADER_OPCODE_RSQ, result_dst, op[0]);
1297 emit_math(SHADER_OPCODE_POW, result_dst, op[0], op[1]);
2116 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w);