Home
last modified time | relevance | path

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

1234

/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/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/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp181 auto& vf = shader.value_factory(); in emit_atomic_op2() local
229 auto& vf = shader.value_factory(); in emit_atomic_read() local
258 auto& vf = shader.value_factory(); in emit_atomic_inc() local
291 auto& vf = shader.value_factory(); in emit_atomic_pre_dec() local
519 auto &vf = shader.value_factory(); in emit_ssbo_load() local
562 auto &vf = shader.value_factory(); in emit_ssbo_store() local
596 auto& vf = shader.value_factory(); in emit_ssbo_atomic_op() local
659 auto& vf = shader.value_factory(); in emit_ssbo_size() local
675 auto& vf = shader.value_factory(); in emit_image_store() local
711 auto& vf = shader.value_factory(); in emit_image_load_or_atomic() local
[all …]
Dsfn_shader_fs.cpp82 auto& vf = value_factory(); in load_input() local
201 auto& vf = value_factory(); in load_interpolated_input() local
310 auto& vf = value_factory(); in emit_load_sample_mask_in() local
324 auto& vf = value_factory(); in emit_load_helper_invocation() local
615 auto& vf = value_factory(); in allocate_interpolators_or_inputs() local
639 auto& vf = value_factory(); in load_input_hw() local
678 auto& vf = value_factory(); in load_input_hw() local
737 auto& vf = value_factory(); in process_stage_intrinsic_hw() local
758 auto& vf = value_factory(); in load_interpolated_input_hw() local
832 auto& vf = value_factory(); in load_barycentric_at_sample() local
[all …]
Dsfn_instr_tex.cpp387 auto& vf = shader.value_factory(); in emit_tex_tex() local
414 auto& vf = shader.value_factory(); in emit_tex_txl_txb() local
440 auto& vf = shader.value_factory(); in emit_tex_txf() local
491 auto& vf = shader.value_factory(); in emit_buf_txf() local
536 auto& vf = shader.value_factory(); in emit_tex_tex_ms_direct() local
574 auto& vf = shader.value_factory(); in emit_tex_tex_ms() local
678 auto& vf = shader.value_factory(); in emit_tex_txd() local
765 auto& vf = shader.value_factory(); in emit_tex_txs() local
816 auto& vf = shader.value_factory(); in emit_tex_tg4() local
948 TexInstr::Inputs::Inputs(const nir_tex_instr& instr, ValueFactory& vf): in Inputs()
[all …]
Dsfn_shader_cs.cpp46 auto& vf = value_factory(); in do_allocate_reserved_registers() local
112 auto& vf = value_factory(); in emit_load_3vec() local
Dsfn_instr_export.cpp114 Instr::Pointer ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string()
119 Instr::Pointer ExportInstr::last_from_string(std::istream& is, ValueFactory &vf) in last_from_string()
126 ExportInstr::Pointer ExportInstr::from_string_impl(std::istream& is, ValueFactory &vf) in from_string_impl()
246 auto ScratchIOInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string()
458 auto MemRingOutInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string()
558 auto WriteTFInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string()
Dsfn_instr_fetch.cpp268 Instr::Pointer FetchInstr::from_string(std::istream& is, ValueFactory& vf) in from_string()
273 Instr::Pointer FetchInstr::from_string_impl(std::istream& is, EVFetchInstr opcode, ValueFactory& vf) in from_string_impl()
526 Instr::Pointer QueryBufferSizeInstr::from_string(std::istream& is, ValueFactory& vf) in from_string()
558 Instr::Pointer LoadFromBuffer::from_string(std::istream& is, ValueFactory& vf) in from_string()
660 Instr::Pointer LoadFromScratch::from_string(std::istream& is, ValueFactory &vf) in from_string()
/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/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_liverange_test.cpp67 ValueFactory vf; in TEST_F() local
86 ValueFactory vf; in TEST_F() local
113 ValueFactory vf; in TEST_F() local
168 ValueFactory vf; in TEST_F() local
/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/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/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
81 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/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()

1234