| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_vectorize.c | 87 srcs_equal(const nir_src *src1, const nir_src *src2) in srcs_equal() argument 97 alu_srcs_equal(const nir_alu_src *src1, const nir_alu_src *src2, in alu_srcs_equal() argument
|
| H A D | nir_opt_uniform_atomics.c | 114 nir_ssa_scalar src1 = nir_ssa_scalar_chase_alu_src(scalar, 1); in get_dim() local 126 nir_ssa_scalar src1 = nir_ssa_scalar_chase_alu_src(scalar, 1); in get_dim() local
|
| H A D | nir_lower_alu.c | 137 nir_ssa_def *src1 = nir_ssa_for_alu_src(b, instr, 1); in lower_alu_instr() local
|
| H A D | nir_lower_blend.c | 96 nir_blend_factor_value( nir_builder *b, nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, unsigned chan, enum blend_factor factor) nir_blend_factor_value() argument 129 nir_blend_factor( nir_builder *b, nir_ssa_def *raw_scalar, nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, unsigned chan, enum blend_factor factor, bool inverted) nir_blend_factor() argument 277 nir_blend( nir_builder *b, const nir_lower_blend_options *options, unsigned rt, nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst) nir_blend() argument
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_pds_printer.c | 70 char src1[32]; in pvr_pds_disassemble_instruction_add64() local 94 char src1[32]; in pvr_pds_disassemble_instruction_add32() local 119 char src1[32]; pvr_pds_disassemble_instruction_sftlp32() local 171 char src1[32]; pvr_pds_disassemble_instruction_stm() local 226 char src1[32]; pvr_pds_disassemble_instruction_sftlp64() local 278 char src1[32]; pvr_pds_disassemble_instruction_cmp() local 386 char src1[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_ddmad() local 487 char src1[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_mad() local 514 char src1[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_dout() local [all...] |
| H A D | pvr_rogue_pds_encode.h | 63 pvr_pds_inst_encode_stflp64(uint32_t cc, uint32_t lop, uint32_t im, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t dst) pvr_pds_inst_encode_stflp64() argument 115 pvr_pds_inst_encode_stflp32(uint32_t im, uint32_t cc, uint32_t lop, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t dst) pvr_pds_inst_encode_stflp32() argument 197 pvr_rogue_inst_encode_mad(uint32_t sna, uint32_t alum, uint32_t cc, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t dst) pvr_rogue_inst_encode_mad() argument 226 pvr_pds_inst_encode_add64(uint32_t cc, uint32_t alum, uint32_t sna, uint32_t src0, uint32_t src1, uint32_t dst) pvr_pds_inst_encode_add64() argument 252 pvr_pds_inst_encode_add32(uint32_t cc, uint32_t alum, uint32_t sna, uint32_t src0, uint32_t src1, uint32_t dst) pvr_pds_inst_encode_add32() argument 278 pvr_pds_inst_encode_cmp(uint32_t cc, uint32_t cop, uint32_t src0, uint32_t src1) pvr_pds_inst_encode_cmp() argument 392 pvr_pds_inst_encode_limm(uint32_t cc, uint32_t src1, uint32_t src0, uint32_t gr) pvr_pds_inst_encode_limm() argument 487 pvr_pds_inst_encode_ddmad(uint32_t cc, uint32_t end, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t src3) pvr_pds_inst_encode_ddmad() argument 514 pvr_pds_inst_encode_dout(uint32_t cc, uint32_t end, uint32_t src1, uint32_t src0, uint32_t dst) pvr_pds_inst_encode_dout() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs.cpp | 115 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1) fs_inst() argument 122 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1, const fs_reg &src2) fs_inst() argument [all...] |
| H A D | test_fs_cmod_propagation.cpp | 128 fs_reg src1 = v->vgrf(glsl_type::float_type); in TEST_F() local 160 fs_reg src1 = v->vgrf(glsl_type::float_type); in TEST_F() local 194 fs_reg src1 = v->vgrf(glsl_type::float_type); in TEST_F() local 291 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 329 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 371 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 410 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 451 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 454 bld.ADD(offset(dest, bld, 2), src0, src1); TEST_F() local 492 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 530 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 563 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 595 fs_reg src1 = v->vgrf(glsl_type::int_type); TEST_F() local 1009 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1043 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1104 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1139 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1175 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1210 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1239 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1272 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1312 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1351 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1387 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1436 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1477 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 1544 fs_reg src1 = bld.vgrf(BRW_REGISTER_TYPE_D); TEST_F() local 1591 fs_reg src1 = bld.vgrf(add_type); test_mov_prop() local 2169 fs_reg src1 = bld.vgrf(add_type); test_saturate_prop() local 2655 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 2689 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 2728 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 2769 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 2810 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 2849 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 2892 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 2938 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 2981 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 3025 fs_reg src1 = v->vgrf(glsl_type::uint_type); TEST_F() local 3157 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 3200 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local 3248 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local [all...] |
| H A D | brw_vec4_builder.h | 289 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, const src_reg &src1, const src_reg &src2) const emit() argument 335 emit_minmax(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod mod) const emit_minmax() argument 451 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod condition) const CMP() argument 476 CMPN(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod condition) const CMPN() argument 510 IF(const src_reg &src0, const src_reg &src1, brw_conditional_mod condition) const IF() argument [all...] |
| H A D | test_vec4_cmod_propagation.cpp | 160 src_reg src1 = src_reg(v, glsl_type::float_type); in TEST_F() local 196 src_reg src1 = src_reg(v, glsl_type::float_type); in TEST_F() local 302 src_reg src1 = src_reg(v, glsl_type::float_type); in TEST_F() local 342 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local 381 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local 384 bld.ADD(offset(dest, 8, 2), src0, src1); TEST_F() local 423 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local 464 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local 500 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local 536 src_reg src1 = src_reg(v, glsl_type::int_type); TEST_F() local 609 src_reg src1 = src_reg(v, glsl_type::vec4_type); TEST_F() local 643 src_reg src1 = src_reg(v, glsl_type::vec4_type); TEST_F() local 680 src_reg src1 = src_reg(v, glsl_type::vec4_type); TEST_F() local 722 src_reg src1 = src_reg(v, glsl_type::vec4_type); TEST_F() local 805 src_reg src1 = src_reg(v, glsl_type::vec4_type); TEST_F() local 842 src_reg src1 = src_reg(v, glsl_type::vec4_type); TEST_F() local 877 src_reg src1 = src_reg(v, glsl_type::vec4_type); TEST_F() local 915 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local 963 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local 1016 src_reg src1 = src_reg(v, glsl_type::float_type); TEST_F() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_build_util.h | 286 mkOp2v(operation op, DataType ty, Value *dst, Value *src0, Value *src1) mkOp2v() argument 294 mkOp3v(operation op, DataType ty, Value *dst, Value *src0, Value *src1, Value *src2) mkOp3v() argument
|
| H A D | nv50_ir_lowering_gv100.cpp | 122 uint8_t src1 = NV50_IR_SUBOP_LOP3_LUT_SRC1; in handleLOP2() local 216 Value *src1 = i->getSrc(1); in handleShift() local 332 Value *src0[2], *src1[2], *dest[2]; in handleDMNMX() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend_aos.c | 72 LLVMValueRef src1; member 310 lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, enum pipe_format cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, LLVMValueRef src_alpha, LLVMValueRef src1, LLVMValueRef src1_alpha, LLVMValueRef dst, LLVMValueRef mask, LLVMValueRef const_, LLVMValueRef const_alpha, const unsigned char swizzle[4], int nr_channels) lp_build_blend_aos() argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | scheck.c | 251 pseudo_t src1 = ptr_list_nth(insn->arguments, 0); in check_const() local
|
| /third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
| H A D | macro-assembler-shared-ia32-x64.h | 57 void Pinsrb(XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, in Pinsrb() argument 64 void Pinsrw(XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, in Pinsrw() argument 495 PinsrHelper(Assembler* assm, AvxFn<Op> avx, NoAvxFn<Op> noavx, XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, uint32_t* load_pc_offset = nullptr, base::Optional<CpuFeature> feature = base::nullopt) PinsrHelper() argument 582 Pinsrd(XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, uint32_t* load_pc_offset = nullptr) Pinsrd() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 106 i915_emit_arith(struct i915_fp_compile *p, uint32_t op, uint32_t dest, uint32_t mask, uint32_t saturate, uint32_t src0, uint32_t src1, uint32_t src2) i915_emit_arith() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 254 struct ir2_src src1, src2, *src3; in fill_instr() local
|
| H A D | ir2.c | 160 struct ir2_src src1 = instr->src[!order]; in scalarize_case1() local 105 insert(struct ir2_context *ctx, unsigned block_idx, unsigned reg_idx, struct ir2_src src1, unsigned *comp) insert() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | VertexPipeline.cpp | 937 Float4 VertexPipeline::power(Float4 &src0, Float4 &src1) in power() argument
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | rescaler_msa.c | 125 v4u32 src0, src1, src2, src3; in ExportRowExpand_0() local 138 v4u32 src0, src1, src2; in ExportRowExpand_0() local 149 v4u32 src0, src1; in ExportRowExpand_0() local [all...] |
| H A D | ssim.c | 63 static double SSIMGetClipped_C(const uint8_t* src1, int stride1, in SSIMGetClipped_C() argument 93 static double SSIMGet_C(const uint8_t* src1, int stride1, in SSIMGet_C() argument 117 static uint32_t AccumulateSSE_C(const uint8_t* src1, in AccumulateSSE_C() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | aacpsdsp_template.c | 36 static void ps_mul_pair_single_c(INTFLOAT (*dst)[2], INTFLOAT (*src0)[2], INTFLOAT *src1, in ps_mul_pair_single_c() argument
|
| H A D | dcadsp.c | 366 static void assemble_freq_bands_c(int32_t *dst, int32_t *src0, int32_t *src1, in assemble_freq_bands_c() argument
|
| H A D | dirac_dwt_template.c | 55 static av_always_inline void RENAME(interleave)(TYPE *dst, TYPE *src0, TYPE *src1, int w2, in interleave() argument
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | h264idct_lasx.c | 49 __m256i inp0_m, inp1_m, res0_m, src1, src3; in ff_h264_idct_add_lasx() local 83 __m256i src0, src1, src2, src3, src4, src5, src6, src7; in ff_h264_idct8_addblk_lasx() local 241 __m256i src0, src1, src in ff_h264_idct4x4_addblk_dc_lasx() local 452 __m256i src0, src1, src2, src3; ff_h264_deq_idct_luma_dc_lasx() local [all...] |