Searched refs:emit_math (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1256 inst = emit_math(SHADER_OPCODE_RCP, dst, op[0]); in nir_emit_alu() 1260 inst = emit_math(SHADER_OPCODE_EXP2, dst, op[0]); in nir_emit_alu() 1264 inst = emit_math(SHADER_OPCODE_LOG2, dst, op[0]); in nir_emit_alu() 1268 inst = emit_math(SHADER_OPCODE_SIN, dst, op[0]); in nir_emit_alu() 1272 inst = emit_math(SHADER_OPCODE_COS, dst, op[0]); in nir_emit_alu() 1278 emit_math(SHADER_OPCODE_INT_QUOTIENT, dst, op[0], op[1]); in nir_emit_alu() 1288 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu() 1293 inst = emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu() 1326 inst = emit_math(SHADER_OPCODE_SQRT, dst, op[0]); in nir_emit_alu() 1330 inst = emit_math(SHADER_OPCODE_RSQ, dst, op[0]); in nir_emit_alu() [all …]
|
D | brw_vec4.h | 245 vec4_instruction *emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0,
|
D | brw_vec4_visitor.cpp | 335 vec4_visitor::emit_math(enum opcode opcode, in emit_math() function in brw::vec4_visitor 822 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w); in emit_ndc_computation()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.1.rst | 112 - i965/fs/nir: Use emit_math for nir_op_fpow
|