| /third_party/mesa3d/src/intel/compiler/ |
| H A D | test_fs_saturate_propagation.cpp | 118 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local 154 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local 191 fs_reg src0 in TEST_F() local 226 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 260 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 298 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 336 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 374 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 415 fs_reg src0 = brw_imm_f(1.0f); TEST_F() local 461 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 503 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 545 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 581 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 620 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 660 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 663 bld.ADD(offset(dst0, bld, 2), src0, src1); TEST_F() local 701 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 743 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local 777 fs_reg src0 = v->vgrf(glsl_type::float_type); TEST_F() local [all...] |
| H A D | brw_vec4_surface_builder.cpp | 181 emit_untyped_atomic(const vec4_builder &bld, const src_reg &surface, const src_reg &addr, const src_reg &src0, const src_reg &src1, unsigned dims, unsigned rsize, unsigned op, brw_predicate pred) emit_untyped_atomic() argument
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_helper.cpp | 123 Value *src0[2]; in handleMAXMIN() local 220 Value *src0[2]; in handleSLCT() local 252 Value *src0[2]; in handleLogOp() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instrfactory.cpp | 146 auto src0 = m_value_factory.literal(literal->value[i].u64 & 0xffffffff); in load_const() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless_enc_msa.c | 53 v16u8 src0, dst0; in TransformColor_MSA() local 101 v16u8 src0, dst0, tmp0; SubtractGreenFromBlueAndRed_MSA() local [all...] |
| H A D | filters_msa.c | 25 v16u8 src0, pred0, dst0; in PredictLineInverse0() local 110 const v16u8 src0 = LD_UB(pinput); in PredictLineGradient() local
|
| H A D | lossless_msa.c | 117 v16u8 src0, dst0; ConvertBGRAToRGBA_MSA() local 252 v16u8 src0, dst0, tmp0; AddGreenToBlueAndRed_MSA() local 292 v16u8 src0, dst0; TransformColorInverse_MSA() local [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | iirfilter_mips.c | 77 const float *src0 = src; in iir_filter_flt_mips() local 89 const float *src0 = src; in iir_filter_flt_mips() local 180 const float *src0 in iir_filter_flt_mips() local [all...] |
| H A D | pixblockdsp_msa.c | 48 v16u8 src0, src1, src2, src3; in copy_8bit_to_16bit_width8_msa() local 72 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_16multx8mult_msa() local 98 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_width16_msa() local [all...] |
| H A D | aacdec_mips.c | 160 float *src0 = buf + 0*128 + 64; in imdct_and_windowing_mips() local 287 static av_always_inline void fmul_and_reverse(float *dst, const float *src0, const float *src1, int count) in fmul_and_reverse() argument [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_mathbinary.c | 31 static float sub(float src0, float src1) in sub() argument 35 static float add(float src0, float src1) in add() argument 39 static float mul(float src0, float src1) in mul() argument 43 static float realdiv(float src0, float src1) in realdiv() argument 47 static float minimum(float src0, floa in realdiv() argument 51 floormod(float src0, float src1) floormod() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | colorspacedsp_yuv2yuv_template.c | 47 const ipixel *src0 = src[0], *src1 = src[1], *src2 = src[2]; in yuv2yuv() local
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | hevc_pel.c | 67 #define src0 (buf0 + 2 * 4 * MAX_PB_SIZE) /* hevc qpel functions read data from negative src pointer offsets */ macro [all...] |
| H A D | h264pred.c | 139 #define src0 (buf0 + 4 * 16) /* Offset to allow room for top and left */ macro
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_a6xx.c | 113 struct ir3_instruction *atomic, *ibo, *src0, *src1, *data, *dummy; in emit_intrinsic_atomic_ssbo() local 258 struct ir3_instruction *atomic, *ibo, *src0, *src1, *dummy; emit_intrinsic_atomic_image() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| H A D | sfn_instr_test.cpp | 67 auto src0 = alu.psrc(0); in TEST_F() local 120 auto src0 = alu.psrc(0); in TEST_F() local 164 auto src0 = alu.psrc(0); TEST_F() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_emit.c | 163 fixup_raddr_conflict(struct qblock *block, struct qpu_reg dst, struct qpu_reg *src0, struct qpu_reg *src1, struct qinst *inst, uint64_t *unpack) fixup_raddr_conflict() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | lower.c | 200 ppir_src *src0 = &alu->src[0]; in ppir_lower_select() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 409 struct lp_tgsi_channel_info src0; in analyse_instruction() local
|
| H A D | lp_bld_quad.c | 195 LLVMValueRef src0, src1; in lp_bld_quad_twiddle() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | encode.h | 237 Reg src0; global() member 248 Reg src0; global() member [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_l2_cache.c | 300 mali_l2_cache_core_get_counter_values( struct mali_l2_cache_core *cache, u32 *src0, u32 *value0, u32 *src1, u32 *value1) mali_l2_cache_core_get_counter_values() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_l2_cache.c | 281 void mali_l2_cache_core_get_counter_values(struct mali_l2_cache_core *cache, u32 *src0, u32 *value0, u32 *src1, in mali_l2_cache_core_get_counter_values() argument
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_job.c | 70 struct rga_img_info_t *src0 = NULL; in rga_job_get_current_mm() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | wmv2dsp.c | 171 const int src0 = src[0]; in wmv2_mspel8_v_lowpass() local
|