Searched refs:fsign_src (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.h193 fs_reg result, fs_reg *op, unsigned fsign_src);
H A Dbrw_fs_nir.cpp808 * If \c instr is not the \c nir_op_fsign, then \c fsign_src is the index of
813 fs_reg result, fs_reg *op, unsigned fsign_src)
818 assert(fsign_src < nir_op_infos[instr->op].num_inputs);
822 nir_src_as_alu_instr(instr->src[fsign_src].src);
826 /* op[fsign_src] has the nominal result of the fsign, and op[1 -
827 * fsign_src] has the other multiply source. This must be rearranged so
831 if (fsign_src != 0)
957 * \param fsign_src The source of \c instr that may or may not be a
961 can_fuse_fmul_fsign(nir_alu_instr *instr, unsigned fsign_src) argument
966 nir_src_as_alu_instr(instr->src[fsign_src]
812 emit_fsign(const fs_builder & bld,const nir_alu_instr * instr,fs_reg result,fs_reg * op,unsigned fsign_src) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.h219 fs_reg result, fs_reg *op, unsigned fsign_src);
H A Dbrw_fs_nir.cpp802 * If \c instr is not the \c nir_op_fsign, then \c fsign_src is the index of
807 fs_reg result, fs_reg *op, unsigned fsign_src)
812 assert(fsign_src < nir_op_infos[instr->op].num_inputs);
816 nir_src_as_alu_instr(instr->src[fsign_src].src);
818 /* op[fsign_src] has the nominal result of the fsign, and op[1 -
819 * fsign_src] has the other multiply source. This must be rearranged so
823 if (fsign_src != 0)
929 * \param fsign_src The source of \c instr that may or may not be a
933 can_fuse_fmul_fsign(nir_alu_instr *instr, unsigned fsign_src) argument
938 nir_src_as_alu_instr(instr->src[fsign_src]
806 emit_fsign(const fs_builder & bld,const nir_alu_instr * instr,fs_reg result,fs_reg * op,unsigned fsign_src) argument
[all...]

Completed in 215 milliseconds