Home
last modified time | relevance | path

Searched defs:vf (Results 1 – 25 of 58) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_formats.c57 const struct v3d_format *vf = get_format(devinfo, f); in v3d_rt_format_supported() local
68 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_rt_format() local
80 const struct v3d_format *vf = get_format(devinfo, f); in v3d_tex_format_supported() local
88 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_format() local
100 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_size() local
121 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_channels() local
132 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_format_swizzle() local
175 const struct v3d_format *vf = get_format(devinfo, f); in v3d_format_supports_tlb_msaa_resolve() local
/third_party/mesa3d/src/gallium/drivers/vc4/
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
/third_party/boost/libs/spirit/test/karma/
Dbinary3.cpp41 boost::optional<float> vf(1.0f); in main() local
104 float vf(1.0f); in main() local
149 float vf(1.0f); in main() local
Dbinary2.cpp100 boost::optional<float> vf; in main() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglvideoflip.c244 _transform_caps (GstGLVideoFlip * vf, GstPadDirection direction, GstCaps * caps) in _transform_caps()
293 _set_active_method (GstGLVideoFlip * vf, GstVideoOrientationMethod method, in _set_active_method()
356 gst_gl_video_flip_set_method (GstGLVideoFlip * vf, in gst_gl_video_flip_set_method()
395 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (object); in gst_gl_video_flip_set_property() local
412 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (object); in gst_gl_video_flip_get_property() local
428 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (user_data); in _input_sink_probe() local
491 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (user_data); in _trans_src_probe() local
/third_party/libsnd/tests/
Dvirtual_io_test.c57 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfget_filelen() local
64 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfseek() local
87 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfread() local
104 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfwrite() local
127 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vftell() local
/third_party/libsnd/ossfuzz/
Dsndfile_fuzzer.cc17 VIO_DATA *vf = (VIO_DATA *)user_data; in vfget_filelen() local
23 VIO_DATA *vf = (VIO_DATA *)user_data; in vfseek() local
68 VIO_DATA *vf = (VIO_DATA *)user_data; in vfread() local
92 { VIO_DATA *vf = (VIO_DATA *)user_data; in vftell() local
/third_party/mesa3d/src/intel/compiler/
Dtest_vf_float_conversions.cpp39 for (int vf = 1; vf < 128; vf++) { in SetUp() local
65 for (int vf = 0; vf < 256; vf++) { in TEST_F() local
76 for (int vf = 0; vf < 256; vf++) { in TEST_F() local
Dbrw_packed_float.c46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa; in brw_float_to_vf() local
60 brw_vf_to_float(unsigned char vf) in brw_vf_to_float()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_altivec.c56 #define LOAD_FILTER(vf,f) {\ argument
72 #define GET_VF4(a, vf, f) {\ argument
87 #define LOAD_SRCV(pos, a, s, per, v0, v1, vf) {\ argument
91 #define LOAD_SRCV8(pos, a, s, per, v0, v1, vf) {\ argument
97 #define GET_VFD(a, b, f, vf0, vf1, per, vf, off) {\ argument
/third_party/ffmpeg/libavfilter/
Dvf_v360.c978 static inline void rotate_cube_face(float *uf, float *vf, int rotation) in rotate_cube_face()
1004 static inline void rotate_cube_face_inverse(float *uf, float *vf, int rotation) in rotate_cube_face_inverse()
1057 float uf, float vf, int face, in cube_to_xyz()
1122 float *uf, float *vf, int *direction) in xyz_to_cube()
1196 float uf, float vf, int direction, in process_cube_coordinates()
1407 const float vf = 2.f * (j - v_shift + 0.5f) / ehi - 1.f; in cube3x2_to_xyz() local
1434 float uf, vf; in xyz_to_cube3x2() local
1531 const float vf = 2.f * (j - v_shift + 0.5f) / ehi - 1.f; in cube1x6_to_xyz() local
1564 const float vf = 2.f * (j + 0.5f) / eh - 1.f; in cube6x1_to_xyz() local
1591 float uf, vf; in xyz_to_cube1x6() local
[all …]
/third_party/boost/libs/numeric/interval/examples/
Dnewton-raphson.cpp37 I1 vf, vd, x, x1, x2; in newton_raphson() local
87 I2 vf, vd, x, x1, x2; in newton_raphson() local
/third_party/boost/libs/numeric/ublas/examples/tensor/
Dconstruction_access.cpp31 auto vf = ftype(0); in main() local
/third_party/musl/ndk-test/sanitize/cfi/src/
Dstats.cpp14 virtual void vf() {} in vf() function
/third_party/ffmpeg/libavcodec/
Dvaapi_vp9.c29 static VASurfaceID vaapi_vp9_surface_id(const VP9Frame *vf) in vaapi_vp9_surface_id()
Dvaapi_vp8.c26 static VASurfaceID vaapi_vp8_surface_id(VP8Frame *vf) in vaapi_vp8_surface_id()
Dvaapi_av1.c26 static VASurfaceID vaapi_av1_surface_id(AV1Frame *vf) in vaapi_av1_surface_id()
/third_party/libnl/lib/route/link/
Dsriov.c281 struct rtnl_link_vf *list, *vf, *next; in rtnl_link_sriov_free_data() local
501 struct rtnl_link_vf *list, *vf, *next; in rtnl_link_sriov_fill_vflist() local
755 struct rtnl_link_vf *vf; in rtnl_link_vf_alloc() local
802 struct rtnl_link_vf *list, *vf, *next, *ret = NULL; in rtnl_link_vf_get() local
1271 nl_vf_vlans_t *vf; in rtnl_link_vf_get_vlans() local
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideoflip.c986 gst_video_flip_configure_process (GstVideoFlip * vf) in gst_video_flip_configure_process()
1028 GstVideoFlip *vf = GST_VIDEO_FLIP (vfilter); in gst_video_flip_set_info() local
1224 GstVideoFlip *vf = GST_VIDEO_FLIP (trans); in gst_video_flip_src_event() local
1294 GstVideoFlip *vf = GST_VIDEO_FLIP (trans); in gst_video_flip_sink_event() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c35 const struct v3dv_format *vf = v3dv_X(device, get_format)(f); in v3dv_get_format_swizzle() local
45 v3dv_get_tex_return_size(const struct v3dv_format *vf, in v3dv_get_tex_return_size()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c140 create_profile (GstCaps * cf, GstCaps * vf, GstCaps * af) in create_profile()
187 GstCaps *cf = NULL, *vf = NULL, *af = NULL; in create_profile_from_string() local
/third_party/gstreamer/gstplugins_good/gst/goom/
Dv3d.h64 #define Y_ROTATE_V3D(vi,vf,sina,cosa)\ argument
/third_party/pixman/test/
Dmatrix-test.c136 pixman_vector_f128_t vf, result_f; in test_matrix() local
/third_party/boost/libs/multi_index/test/
Dtest_key.cpp42 int vf()volatile{return x;}; in vf() function
/third_party/libffi/src/sparc/
Dffi64.c112 ffi_struct_float_merge (int size_mask, void *vi, void *vf) in ffi_struct_float_merge()
138 ffi_struct_float_copy (int size_mask, void *vd, void *vi, void *vf) in ffi_struct_float_copy()

123