Searched refs:src_v (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | vsx_f2i_nan.c | 192 vsx_##SRC_T##_vec_t src_v) \ in DEFINE_VSX_ALL_EQ_FUNC() 194 const vsx_##SRC_T##_vec_t is_nan_mask = vsx_##SRC_T##_is_nan(src_v); \ in DEFINE_VSX_ALL_EQ_FUNC() 196 vsx_##SRC_T##_logical_and(src_v, is_nan_mask); \ in DEFINE_VSX_ALL_EQ_FUNC() 198 vsx_##SRC_T##_logical_andc(src_v, is_nan_mask); \ in DEFINE_VSX_ALL_EQ_FUNC() 208 vsx_convert_##SRC_T##_vec_to_##DEST_T##_vec(src_v)); \ in DEFINE_VSX_ALL_EQ_FUNC() 216 print_vsx_##SRC_T##_vec_elements(stdout, src_v); \ in DEFINE_VSX_ALL_EQ_FUNC()
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | zynqmp_dma.c | 184 struct zynqmp_dma_desc_ll *src_v; member 386 desc->src_v->nxtdscraddr = new->src_p; in zynqmp_dma_tx_submit() 387 desc->src_v->ctrl &= ~ZYNQMP_DMA_DESC_CTRL_STOP; in zynqmp_dma_tx_submit() 418 memset((void *)desc->src_v, 0, ZYNQMP_DMA_DESC_SIZE(chan)); in zynqmp_dma_get_descriptor() 498 desc->src_v = (struct zynqmp_dma_desc_ll *) (chan->desc_pool_v + in zynqmp_dma_alloc_chan_resources() 500 desc->dst_v = (struct zynqmp_dma_desc_ll *) (desc->src_v + 1); in zynqmp_dma_alloc_chan_resources() 849 desc = (struct zynqmp_dma_desc_ll *)new->src_v; in zynqmp_dma_prep_memcpy()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 1411 u32 src_v = 1, dst_v = 1; in amdgpu_display_crtc_scaling_mode_fixup() local 1435 src_v = crtc->mode.vdisplay; in amdgpu_display_crtc_scaling_mode_fixup() 1455 src_v = crtc->mode.vdisplay; in amdgpu_display_crtc_scaling_mode_fixup() 1464 a.full = dfixed_const(src_v); in amdgpu_display_crtc_scaling_mode_fixup()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 1690 u32 src_v = 1, dst_v = 1; in radeon_crtc_scaling_mode_fixup() local 1715 src_v = crtc->mode.vdisplay; in radeon_crtc_scaling_mode_fixup() 1736 src_v = crtc->mode.vdisplay; in radeon_crtc_scaling_mode_fixup() 1757 a.full = dfixed_const(src_v); in radeon_crtc_scaling_mode_fixup()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 65436 + const uint8_t * src_v, const unsigned int src_stride_v, 65446 + for (unsigned int i = 0; i != h; ++i, src_u += src_stride_u, src_v += src_stride_v, p1 += … 65448 + const pixel * sv = (const pixel *)src_v; 65468 + for (unsigned int i = 0; i != h; ++i, src_u += src_stride_u, src_v += src_stride_v, p1 += … 65471 + const pixel * sv = (const pixel *)src_v; 66012 + const uint8_t * src_v, const unsigned int src_stride_v, 66018 + const uint8_t * src_v, const unsigned int src_stride_v,
|