Home
last modified time | relevance | path

Searched refs:emit_math (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1237 inst = emit_math(SHADER_OPCODE_RCP, dst, op[0]); in nir_emit_alu()
1241 inst = emit_math(SHADER_OPCODE_EXP2, dst, op[0]); in nir_emit_alu()
1245 inst = emit_math(SHADER_OPCODE_LOG2, dst, op[0]); in nir_emit_alu()
1249 inst = emit_math(SHADER_OPCODE_SIN, dst, op[0]); in nir_emit_alu()
1253 inst = emit_math(SHADER_OPCODE_COS, dst, op[0]); in nir_emit_alu()
1259 emit_math(SHADER_OPCODE_INT_QUOTIENT, dst, op[0], op[1]); in nir_emit_alu()
1269 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
1274 inst = emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
1307 inst = emit_math(SHADER_OPCODE_SQRT, dst, op[0]); in nir_emit_alu()
1311 inst = emit_math(SHADER_OPCODE_RSQ, dst, op[0]); in nir_emit_alu()
[all …]
Dbrw_vec4.h243 vec4_instruction *emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0,
Dbrw_vec4_visitor.cpp335 vec4_visitor::emit_math(enum opcode opcode, in emit_math() function in brw::vec4_visitor
1079 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w); in emit_ndc_computation()
/external/mesa3d/docs/relnotes/
D10.5.1.rst112 - i965/fs/nir: Use emit_math for nir_op_fpow