| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_lower_subgroups.c | 93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) binop() argument 110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1, struct ir3_register *src2) triop() argument 130 do_reduce(struct ir3_block *block, reduce_op_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) do_reduce() argument [all...] |
| H A D | ir3_nir_lower_io_offsets.c | 139 nir_ssa_def *src0 = nir_mov_alu(b, alu->src[0], 1); in ir3_nir_try_propagate_bit_shift() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_wpos_ytransform.c | 72 nir_cmp(nir_builder *b, nir_ssa_def *src0, nir_ssa_def *src1, nir_ssa_def *src2) in nir_cmp() argument
|
| H A D | nir_opt_uniform_atomics.c | 113 nir_ssa_scalar src0 = nir_ssa_scalar_chase_alu_src(scalar, 0); in get_dim() local 125 nir_ssa_scalar src0 = nir_ssa_scalar_chase_alu_src(scalar, 0); in get_dim() local
|
| H A D | nir_lower_alu.c | 136 nir_ssa_def *src0 = nir_ssa_for_alu_src(b, instr, 0); in lower_alu_instr() local [all...] |
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_pds_printer.c | 69 char src0[32]; in pvr_pds_disassemble_instruction_add64() local 93 char src0[32]; in pvr_pds_disassemble_instruction_add32() local 118 char src0[32]; pvr_pds_disassemble_instruction_sftlp32() local 170 char src0[32]; pvr_pds_disassemble_instruction_stm() local 207 char src0[32]; pds_disassemble_instruction_stmc() local 225 char src0[32]; pvr_pds_disassemble_instruction_sftlp64() local 277 char src0[32]; pvr_pds_disassemble_instruction_cmp() local 306 char src0[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_ldst() local 385 char src0[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_ddmad() local 486 char src0[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_mad() local 513 char src0[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 302 pvr_pds_inst_encode_cmpi(uint32_t cc, uint32_t cop, uint32_t src0, uint32_t im16) pvr_pds_inst_encode_cmpi() argument 348 pvr_pds_inst_encode_ld(uint32_t cc, uint32_t src0) pvr_pds_inst_encode_ld() argument 363 pvr_pds_inst_encode_st(uint32_t cc, uint32_t src0) pvr_pds_inst_encode_st() 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 | 108 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0) fs_inst() argument 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
|
| H A D | test_fs_cmod_propagation.cpp | 127 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local 159 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local 193 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local 226 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 290 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 328 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 370 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 409 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 450 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 454 bld.ADD(offset(dest, bld, 2), src0, src1); TEST_F() local 491 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 529 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 562 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 594 fs_reg src0 = v->vgrf(glsl_type::int_type); TEST_F() local 628 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 632 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); TEST_F() local 663 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 667 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); TEST_F() local 699 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 728 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 759 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 788 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 818 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 853 fs_reg src0 = v->vgrf(glsl_type::int_type); TEST_F() local 885 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 914 fs_reg src0 = v->vgrf(glsl_type::int_type); TEST_F() local 943 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 973 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 977 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); TEST_F() local 1008 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1042 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1071 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1103 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1138 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1174 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1209 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1238 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1271 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1311 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1350 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1386 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1435 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1476 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 1511 fs_reg src0 = v->vgrf(glsl_type::int_type); TEST_F() local 1543 fs_reg src0 = bld.vgrf(BRW_REGISTER_TYPE_D); TEST_F() local 1590 fs_reg src0 = bld.vgrf(add_type); test_mov_prop() local 2168 fs_reg src0 = bld.vgrf(add_type); test_saturate_prop() local 2654 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 2688 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 2727 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 2768 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 2809 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 2848 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 2891 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 2937 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 2980 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 3024 fs_reg src0 = v->vgrf(glsl_type::uint_type); TEST_F() local 3066 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 3097 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 3126 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 3156 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 3199 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 3247 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local [all...] |
| H A D | brw_vec4_builder.h | 268 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() argument 289 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in 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 | 159 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local 195 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local 232 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local 236 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F() local 268 src_reg src0 = src_reg(v, glsl_type::uint_type); TEST_F() local 301 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 341 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 380 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 384 bld.ADD(offset(dest, 8, 2), src0, src1); TEST_F() local 422 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 463 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 499 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 535 src_reg src0 = src_reg(v, glsl_type::int_type); TEST_F() local 570 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 574 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); TEST_F() local 608 src_reg src0 = src_reg(v, glsl_type::vec4_type); TEST_F() local 642 src_reg src0 = src_reg(v, glsl_type::vec4_type); TEST_F() local 679 src_reg src0 = src_reg(v, glsl_type::vec4_type); TEST_F() local 721 src_reg src0 = src_reg(v, glsl_type::vec4_type); TEST_F() local 764 src_reg src0 = src_reg(v, glsl_type::ivec4_type); TEST_F() local 804 src_reg src0 = src_reg(v, glsl_type::vec4_type); TEST_F() local 841 src_reg src0 = src_reg(v, glsl_type::vec4_type); TEST_F() local 876 src_reg src0 = src_reg(v, glsl_type::vec4_type); TEST_F() local 914 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 962 src_reg src0 = src_reg(v, glsl_type::float_type); TEST_F() local 1015 src_reg src0 = 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 | 121 uint8_t src0 = NV50_IR_SUBOP_LOP3_LUT_SRC0; in handleLOP2() local 217 Value *src0, *src2; in handleShift() local 332 Value *src0[2], *src1[2], *dest[2]; handleDMNMX() local 386 Value *src0 = bld.getScratch(); handleINSBF() local [all...] |
| H A D | nv50_ir_lowering_gm107.cpp | 49 Value *src0; in handlePFETCH() local
|
| /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/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 435 const struct tgsi_full_src_register *src0 = &fullinst->Src[0]; in scan_instruction() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2.c | 159 struct ir2_src src0 = instr->src[order]; in scalarize_case1() local
|
| /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 159 const v4u32 src0 in ExportRowExpand_0() local [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | reg_encoder.cpp | 470 auto src0 = inst->GetSrcReg(0U); in IsBoundDstSrc() local
|
| /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 [all...] |
| 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 | 50 __m256i src0 = __lasx_xvld(src, 0); 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, src2, src3; in ff_h264_idct4x4_addblk_dc_lasx() local 452 __m256i src0, src1, src2, src3; ff_h264_deq_idct_luma_dc_lasx() local [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | aacpsdsp_mips.c | 197 float *src0 = (float*)&src[0][0]; in ps_add_squares_mips() local 245 ps_mul_pair_single_mips(float (*dst)[2], float (*src0)[2], float *src1, int n) ps_mul_pair_single_mips() argument [all...] |