Home
last modified time | relevance | path

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

12345678910>>...49

/aosp_15_r20/external/tremolo/Tremolo/
H A Dvorbisfile.c91 static long _get_data(OggVorbis_File *vf){ in _get_data()
104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ in _seek_helper()
130 static ogg_int64_t _get_next_page(OggVorbis_File *vf,ogg_page *og, in _get_next_page()
169 static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){ in _get_prev_page()
205 static int _bisect_forward_serialno(OggVorbis_File *vf, in _bisect_forward_serialno()
261 static int _decode_clear(OggVorbis_File *vf){ in _decode_clear()
281 static int _fetch_headers(OggVorbis_File *vf, in _fetch_headers()
348 static int _set_link_number(OggVorbis_File *vf,int link){ in _set_link_number()
360 static int _set_link_number_preserve_pos(OggVorbis_File *vf,int link){ in _set_link_number_preserve_pos()
379 static void _prefetch_all_offsets(OggVorbis_File *vf, ogg_int64_t dataoffset){ in _prefetch_all_offsets()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_formats.c48 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_rt_format_supported() local
59 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_rt_format() local
71 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_tex_format_supported() local
79 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_tex_format() local
91 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_tex_return_size() local
109 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_tex_return_channels() local
120 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_format_swizzle() local
136 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_format_supports_tlb_msaa_resolve() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp174 auto& vf = shader.value_factory(); in emit_atomic_op2() local
232 auto& vf = shader.value_factory(); in emit_atomic_read() local
269 auto& vf = shader.value_factory(); in emit_atomic_inc() local
309 auto& vf = shader.value_factory(); in emit_atomic_pre_dec() local
527 auto& vf = shader.value_factory(); in emit_ssbo_load() local
567 auto& vf = shader.value_factory(); in emit_global_store() local
611 auto& vf = shader.value_factory(); in emit_ssbo_store() local
652 auto& vf = shader.value_factory(); in emit_ssbo_atomic_op() local
730 auto& vf = shader.value_factory(); in emit_ssbo_size() local
747 auto& vf = shader.value_factory(); in emit_image_store() local
[all …]
H A Dsfn_shader_fs.cpp54 auto& vf = value_factory(); in load_input() local
176 auto& vf = value_factory(); in load_interpolated_input() local
282 auto& vf = value_factory(); in emit_load_sample_mask_in() local
299 auto& vf = value_factory(); in emit_load_helper_invocation() local
626 auto& vf = value_factory(); in allocate_interpolators_or_inputs() local
649 auto& vf = value_factory(); in load_input_hw() local
687 auto& vf = value_factory(); in load_input_hw() local
747 auto& vf = value_factory(); in process_stage_intrinsic_hw() local
769 auto& vf = value_factory(); in load_interpolated_input_hw() local
857 auto& vf = value_factory(); in load_barycentric_at_sample() local
[all …]
H A Dsfn_instr_export.cpp105 ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string()
111 ExportInstr::last_from_string(std::istream& is, ValueFactory& vf) in last_from_string()
119 ExportInstr::from_string_impl(std::istream& is, ValueFactory& vf) in from_string_impl()
255 ScratchIOInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string()
488 MemRingOutInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string()
596 WriteTFInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string()
H A Dsfn_instr_fetch.cpp258 FetchInstr::from_string(std::istream& is, ValueFactory& vf) in from_string()
264 FetchInstr::from_string_impl(std::istream& is, EVFetchInstr opcode, ValueFactory& vf) in from_string_impl()
527 QueryBufferSizeInstr::from_string(std::istream& is, ValueFactory& vf) in from_string()
573 LoadFromBuffer::from_string(std::istream& is, ValueFactory& vf) in from_string()
703 LoadFromScratch::from_string(std::istream& is, ValueFactory& vf) in from_string()
/aosp_15_r20/external/erofs-utils/lib/
H A Dio.c29 int erofs_io_fstat(struct erofs_vfile *vf, struct stat *buf) in erofs_io_fstat()
42 ssize_t erofs_io_pwrite(struct erofs_vfile *vf, const void *buf, in erofs_io_pwrite()
77 int erofs_io_fsync(struct erofs_vfile *vf) in erofs_io_fsync()
95 ssize_t erofs_io_fallocate(struct erofs_vfile *vf, u64 offset, in erofs_io_fallocate()
122 int erofs_io_ftruncate(struct erofs_vfile *vf, u64 length) in erofs_io_ftruncate()
144 ssize_t erofs_io_pread(struct erofs_vfile *vf, void *buf, u64 pos, size_t len) in erofs_io_pread()
460 ssize_t erofs_io_read(struct erofs_vfile *vf, void *buf, size_t bytes) in erofs_io_read()
491 off_t erofs_io_lseek(struct erofs_vfile *vf, u64 offset, int whence) in erofs_io_lseek()
/aosp_15_r20/external/mesa3d/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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_liverange_test.cpp63 ValueFactory vf; in TEST_F() local
81 ValueFactory vf; in TEST_F() local
108 ValueFactory vf; in TEST_F() local
162 ValueFactory vf; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/eigen/bench/
H A Dbench_norm.cpp250 VectorXf vf = VectorXf::Ones(s) * yf; in check_accuracy() local
265 VectorXf vf(s); in check_accuracy_var() local
332 VectorXf vf = VectorXf::Random(s1) * y; in main() local
348 VectorXf vf = VectorXf::Random(512) * y; in main() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A 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
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_test_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
/aosp_15_r20/external/XNNPACK/src/f16-f32-vcvt/
H A Dscalar.c.in72 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable
87 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable
101 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable
/aosp_15_r20/frameworks/native/libs/math/tests/
H A Dvec_test.cpp78 float4 vf(2); in TEST_F() local
229 float4 vf(2); in TEST_F() local
251 float3 vf(east); in TEST_F() local
/aosp_15_r20/external/XNNPACK/src/f32-vsigmoid/
H A Dscalar-rr2-lut2048-p1-div.c.in109 float vf = vy / vd; variable
140 float vf = vy / vd; variable
170 float vf = vy / vd; variable
H A Dscalar-rr2-p5-div.c.in120 float vf = ve / vd; variable
154 float vf = ve / vd; variable
187 float vf = ve / vd; variable
H A Dscalar-rr2-lut64-p2-div.c.in114 float vf = vy / vd; variable
147 float vf = vy / vd; variable
179 float vf = vy / vd; variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddestructor.cpp246 VF vf; use(vf); in nowarnstack() local
310 VF* vf = new VF(); in nowarn0() local
315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor()
367 simple_ptr<VF> vf(new VF()); in nowarn1() local
/aosp_15_r20/external/XNNPACK/src/f32-f16-vcvt/
H A Dscalar-bitcast.c.in95 float vf = uint32_as_float(vnonsignw); variable
129 float vf = uint32_as_float(vnonsignw); variable
162 float vf = uint32_as_float(vnonsignw); variable
H A Dscalar-fabsf.c.in99 float vf = vabsx * vscale_to_inf; variable
135 float vf = vabsx * vscale_to_inf; variable
170 float vf = vabsx * vscale_to_inf; variable
H A Davx512skx.c.in43 const __m512 vf = _mm512_loadu_ps(input); variable
57 const __m512 vf = _mm512_maskz_loadu_ps(vmask, input); variable
H A Dneonfp16.c.in40 const float32x4_t vf = vld1q_f32(input); input += 4; variable
50 const float32x4_t vf = vld1q_f32(input); variable
H A Df16c.c.in43 const __m256 vf = _mm256_loadu_ps(input); variable
54 const __m256 vf = _mm256_maskload_ps(input, vmask); variable
/aosp_15_r20/external/iproute2/include/uapi/linux/
H A Dif_link.h653 __u32 vf; member
658 __u32 vf; member
673 __u32 vf; member
680 __u32 vf; member
685 __u32 vf; member
691 __u32 vf; member
696 __u32 vf; member
708 __u32 vf; member
713 __u32 vf; member
731 __u32 vf; member

12345678910>>...49