Home
last modified time | relevance | path

Searched defs:vf (Results 251 – 275 of 4869) sorted by relevance

1...<<11121314151617181920>>...195

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c1083 struct siena_vf *vf; in efx_siena_sriov_peer_work() local
1196 struct siena_vf *vf; in efx_siena_sriov_vf_alloc() local
1225 struct siena_vf *vf; in efx_siena_sriov_vfs_fini() local
1246 struct siena_vf *vf; in efx_siena_sriov_vfs_init() local
1370 struct siena_vf *vf; in efx_siena_sriov_fini() local
1405 struct siena_vf *vf; in efx_siena_sriov_event() local
1462 struct siena_vf *vf; in efx_siena_sriov_flr() local
1493 struct siena_vf *vf; in efx_siena_sriov_tx_flush_done() local
1512 struct siena_vf *vf; in efx_siena_sriov_rx_flush_done() local
1537 struct siena_vf *vf; in efx_siena_sriov_desc_fetch_err() local
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DForEachNonaryVoxelFunction.h15618 …Image<T6> *im6, GenericImage<T7> *im7, GenericImage<T8> *im8, GenericImage<T9> *im9, VoxelFunc &vf) in ForEachScalar()
15628 void ForEachScalar(VoxelFunc vf, GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3> *im… in ForEachScalar()
15636 …Image<T6> *im6, GenericImage<T7> *im7, GenericImage<T8> *im8, GenericImage<T9> *im9, VoxelFunc &vf) in ForEachVoxel()
15650 void ForEachVoxel(VoxelFunc vf, GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3> *im3… in ForEachVoxel()
15730 …Image<T6> &im6, GenericImage<T7> &im7, GenericImage<T8> &im8, GenericImage<T9> &im9, VoxelFunc &vf) in ForEachScalar()
15740 void ForEachScalar(VoxelFunc vf, GenericImage<T1> &im1, GenericImage<T2> &im2, GenericImage<T3> &im… in ForEachScalar()
15748 …Image<T6> &im6, GenericImage<T7> &im7, GenericImage<T8> &im8, GenericImage<T9> &im9, VoxelFunc &vf) in ForEachVoxel()
15762 void ForEachVoxel(VoxelFunc vf, GenericImage<T1> &im1, GenericImage<T2> &im2, GenericImage<T3> &im3… in ForEachVoxel()
15873 void ForEachScalarIf(VoxelFunc vf, GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3> *… in ForEachScalarIf()
15912 void ForEachVoxelIf(VoxelFunc vf, GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3> *i… in ForEachVoxelIf()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_qp.c46 static int config(struct vf_instance *vf, in config()
85 static void get_image(struct vf_instance *vf, mp_image_t *mpi){ in get_image()
102 static int put_image(struct vf_instance *vf, mp_image_t *mpi, double pts, double endpts){ in put_image()
145 static void uninit(struct vf_instance *vf){ in uninit()
156 static int vf_open(vf_instance_t *vf, char *args){ in vf_open()
H A Dvf_palette.c76 static unsigned int find_best(struct vf_instance *vf, unsigned int fmt){ in find_best()
101 static int config(struct vf_instance *vf, in config()
115 static int put_image(struct vf_instance *vf, mp_image_t *mpi, double pts, double endpts){ in put_image()
179 static int query_format(struct vf_instance *vf, unsigned int fmt){ in query_format()
185 static void uninit(vf_instance_t *vf) { in uninit()
189 static int vf_open(vf_instance_t *vf, char *args){ in vf_open()
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DCoreManager.cpp41 VFile* vf = dir->openFile(dir, fname.toUtf8().constData(), O_RDONLY); in loadGame() local
59 VFile* vf = nullptr; in loadGame() local
62 VFile* vfOriginal = VDirFindFirst(archive, [](VFile* vf) { in loadGame()
80 CoreController* CoreManager::loadGame(VFile* vf, const QString& path, const QString& base) { in loadGame()
129 VFile* vf = VFileOpen(info.canonicalFilePath().toUtf8().constData(), O_RDONLY); in loadBIOS() local
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DCoreManager.cpp40 VFile* vf = dir->openFile(dir, fname.toUtf8().constData(), O_RDONLY); in loadGame() local
58 VFile* vf = nullptr; in loadGame() local
61 VFile* vfOriginal = VDirFindFirst(archive, [](VFile* vf) { in loadGame()
79 CoreController* CoreManager::loadGame(VFile* vf, const QString& path, const QString& base) { in loadGame()
128 VFile* vf = VFileOpen(info.canonicalFilePath().toUtf8().constData(), O_RDONLY); in loadBIOS() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_qp.c46 static int config(struct vf_instance *vf, in config()
85 static void get_image(struct vf_instance *vf, mp_image_t *mpi){ in get_image()
102 static int put_image(struct vf_instance *vf, mp_image_t *mpi, double pts, double endpts){ in put_image()
145 static void uninit(struct vf_instance *vf){ in uninit()
156 static int vf_open(vf_instance_t *vf, char *args){ in vf_open()
H A Dvf_palette.c76 static unsigned int find_best(struct vf_instance *vf, unsigned int fmt){ in find_best()
101 static int config(struct vf_instance *vf, in config()
115 static int put_image(struct vf_instance *vf, mp_image_t *mpi, double pts, double endpts){ in put_image()
179 static int query_format(struct vf_instance *vf, unsigned int fmt){ in query_format()
185 static void uninit(vf_instance_t *vf) { in uninit()
189 static int vf_open(vf_instance_t *vf, char *args){ in vf_open()
H A Dve_x264.c145 static int config(struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigne… in config()
205 static int control(struct vf_instance *vf, int request, void *data) in control()
218 static int query_format(struct vf_instance *vf, unsigned int fmt) in query_format()
237 static int put_image(struct vf_instance *vf, mp_image_t *mpi, double pts) in put_image()
257 static int encode_frame(struct vf_instance *vf, x264_picture_t *pic_in) in encode_frame()
282 static void uninit(struct vf_instance *vf) in uninit()
289 static int vf_open(vf_instance_t *vf, char *args) { in vf_open()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c320 static int ice_vf_start_ctrl_vsi(struct ice_vf *vf) in ice_vf_start_ctrl_vsi()
524 ice_vc_fdir_set_flow_hdr(struct ice_vf *vf, in ice_vc_fdir_set_flow_hdr()
947 ice_vc_fdir_get_pattern(struct ice_vf *vf, int *len) in ice_vc_fdir_get_pattern()
1391 ice_vc_fdir_insert_entry(struct ice_vf *vf, in ice_vc_fdir_insert_entry()
1415 ice_vc_fdir_remove_entry(struct ice_vf *vf, in ice_vc_fdir_remove_entry()
1432 ice_vc_fdir_lookup_entry(struct ice_vf *vf, u32 id) in ice_vc_fdir_lookup_entry()
1529 struct ice_vf *vf; in ice_vf_fdir_timer() local
1570 struct ice_vf *vf; in ice_vc_fdir_irq_handler() local
1856 struct ice_vf *vf = &pf->vf[i]; in ice_flush_fdir_ctx() local
2182 void ice_vf_fdir_init(struct ice_vf *vf) in ice_vf_fdir_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c320 static int ice_vf_start_ctrl_vsi(struct ice_vf *vf) in ice_vf_start_ctrl_vsi()
524 ice_vc_fdir_set_flow_hdr(struct ice_vf *vf, in ice_vc_fdir_set_flow_hdr()
947 ice_vc_fdir_get_pattern(struct ice_vf *vf, int *len) in ice_vc_fdir_get_pattern()
1391 ice_vc_fdir_insert_entry(struct ice_vf *vf, in ice_vc_fdir_insert_entry()
1415 ice_vc_fdir_remove_entry(struct ice_vf *vf, in ice_vc_fdir_remove_entry()
1432 ice_vc_fdir_lookup_entry(struct ice_vf *vf, u32 id) in ice_vc_fdir_lookup_entry()
1529 struct ice_vf *vf; in ice_vf_fdir_timer() local
1570 struct ice_vf *vf; in ice_vc_fdir_irq_handler() local
1856 struct ice_vf *vf = &pf->vf[i]; in ice_flush_fdir_ctx() local
2182 void ice_vf_fdir_init(struct ice_vf *vf) in ice_vf_fdir_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c320 static int ice_vf_start_ctrl_vsi(struct ice_vf *vf) in ice_vf_start_ctrl_vsi()
524 ice_vc_fdir_set_flow_hdr(struct ice_vf *vf, in ice_vc_fdir_set_flow_hdr()
947 ice_vc_fdir_get_pattern(struct ice_vf *vf, int *len) in ice_vc_fdir_get_pattern()
1391 ice_vc_fdir_insert_entry(struct ice_vf *vf, in ice_vc_fdir_insert_entry()
1415 ice_vc_fdir_remove_entry(struct ice_vf *vf, in ice_vc_fdir_remove_entry()
1432 ice_vc_fdir_lookup_entry(struct ice_vf *vf, u32 id) in ice_vc_fdir_lookup_entry()
1529 struct ice_vf *vf; in ice_vf_fdir_timer() local
1570 struct ice_vf *vf; in ice_vc_fdir_irq_handler() local
1856 struct ice_vf *vf = &pf->vf[i]; in ice_flush_fdir_ctx() local
2182 void ice_vf_fdir_init(struct ice_vf *vf) in ice_vf_fdir_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dib_virt.c51 int mlx5_ib_get_vf_config(struct ib_device *device, int vf, u32 port, in mlx5_ib_get_vf_config()
93 int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf, in mlx5_ib_set_vf_link_state()
121 int mlx5_ib_get_vf_stats(struct ib_device *device, int vf, in mlx5_ib_get_vf_stats()
152 static int set_vf_node_guid(struct ib_device *device, int vf, u32 port, in set_vf_node_guid()
176 static int set_vf_port_guid(struct ib_device *device, int vf, u32 port, in set_vf_port_guid()
200 int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u32 port, in mlx5_ib_set_vf_guid()
211 int mlx5_ib_get_vf_guid(struct ib_device *device, int vf, u32 port, in mlx5_ib_get_vf_guid()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dib_virt.c51 int mlx5_ib_get_vf_config(struct ib_device *device, int vf, u32 port, in mlx5_ib_get_vf_config()
93 int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf, in mlx5_ib_set_vf_link_state()
121 int mlx5_ib_get_vf_stats(struct ib_device *device, int vf, in mlx5_ib_get_vf_stats()
152 static int set_vf_node_guid(struct ib_device *device, int vf, u32 port, in set_vf_node_guid()
176 static int set_vf_port_guid(struct ib_device *device, int vf, u32 port, in set_vf_port_guid()
200 int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u32 port, in mlx5_ib_set_vf_guid()
211 int mlx5_ib_get_vf_guid(struct ib_device *device, int vf, u32 port, in mlx5_ib_get_vf_guid()

1...<<11121314151617181920>>...195