Home
last modified time | relevance | path

Searched defs:src0 (Results 26 - 50 of 233) sorted by relevance

12345678910

/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_saturate_propagation.cpp118 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 Dbrw_vec4_surface_builder.cpp181 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 Dnv50_ir_lowering_helper.cpp123 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 Dsfn_instrfactory.cpp146 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 Dlossless_enc_msa.c53 v16u8 src0, dst0; in TransformColor_MSA() local
101 v16u8 src0, dst0, tmp0; SubtractGreenFromBlueAndRed_MSA() local
[all...]
H A Dfilters_msa.c25 v16u8 src0, pred0, dst0; in PredictLineInverse0() local
110 const v16u8 src0 = LD_UB(pinput); in PredictLineGradient() local
H A Dlossless_msa.c117 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 Diirfilter_mips.c77 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 Dpixblockdsp_msa.c48 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 Daacdec_mips.c160 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 Ddnn_backend_native_layer_mathbinary.c31 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 Dcolorspacedsp_yuv2yuv_template.c47 const ipixel *src0 = src[0], *src1 = src[1], *src2 = src[2]; in yuv2yuv() local
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c67 #define src0 (buf0 + 2 * 4 * MAX_PB_SIZE) /* hevc qpel functions read data from negative src pointer offsets */ macro
[all...]
H A Dh264pred.c139 #define src0 (buf0 + 4 * 16) /* Offset to allow room for top and left */ macro
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_a6xx.c113 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 Dsfn_instr_test.cpp67 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 Dvc4_qpu_emit.c163 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 Dlower.c200 ppir_src *src0 = &alu->src[0]; in ppir_lower_select() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c409 struct lp_tgsi_channel_info src0; in analyse_instruction() local
H A Dlp_bld_quad.c195 LLVMValueRef src0, src1; in lp_bld_quad_twiddle() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h237 Reg src0; global() member
248 Reg src0; global() member
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_l2_cache.c300 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 Dmali_l2_cache.c281 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 Drga_job.c70 struct rga_img_info_t *src0 = NULL; in rga_job_get_current_mm() local
/third_party/ffmpeg/libavcodec/
H A Dwmv2dsp.c171 const int src0 = src[0]; in wmv2_mspel8_v_lowpass() local

Completed in 15 milliseconds

12345678910