Home
last modified time | relevance | path

Searched refs:watermark (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-643-inner-struct.rs49 pub watermark: ::std::os::raw::c_uint, field
68 ::std::ptr::addr_of!((*ptr).watermark) as usize - ptr as usize in bindgen_test_layout_rte_ring_prod()
75 stringify!(watermark) in bindgen_test_layout_rte_ring_prod()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dissue-643-inner-struct.rs49 pub watermark: ::std::os::raw::c_uint, field
68 ::std::ptr::addr_of!((*ptr).watermark) as usize - ptr as usize in bindgen_test_layout_rte_ring_prod()
75 stringify!(watermark) in bindgen_test_layout_rte_ring_prod()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-643-inner-struct.h5 unsigned watermark; member
/third_party/ffmpeg/tests/fate/
Dqt.mak59 FATE_SVQ3 += fate-svq3-watermark
60 fate-svq3-watermark: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/svq3/svq3_watermark.mov
/third_party/python/Doc/library/
Dasyncio-protocol.rst305 methods are called. If specified, the low watermark must be less
306 than or equal to the high watermark. Neither *high* nor *low*
315 high watermark is given, the low watermark defaults to an
317 high watermark. Setting *high* to zero forces *low* to zero as
517 Called when the transport's buffer goes over the high watermark.
521 Called when the transport's buffer drains below the low watermark.
523 If the buffer size equals the high watermark,
528 buffer size is equal or lower than the low watermark. These end
Dasyncio-stream.rst315 the high watermark, *drain()* blocks until the size of the
316 buffer is drained down to the low watermark and writing can
/third_party/libbpf/include/uapi/linux/
Dperf_event.h424 watermark : 1, /* wakeup_watermark */ member
/third_party/openGLES/extensions/AMD/
DAMD_sparse_texture.txt241 for example, to specify a watermark and to provide feedback to an
251 To specify the user-defined LOD watermark for a texture, call TexParameteri
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_sparse_texture.txt241 for example, to specify a watermark and to provide feedback to an
251 To specify the user-defined LOD watermark for a texture, call TexParameteri
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2879 uint8_t watermark = gfx_level >= GFX10 ? 6 : 4; in radv_emit_framebuffer_state() local
2883 S_028424_SAMPLE_MASK_TRACKER_WATERMARK(watermark)); in radv_emit_framebuffer_state()
2887 S_028424_OVERWRITE_COMBINER_WATERMARK(watermark) | in radv_emit_framebuffer_state()
/third_party/ffmpeg/
DChangelog1929 - SVQ3 watermark decoding support
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h7256 __u64 watermark: 1; member
7836 long unsigned int watermark; member
39342 long int watermark; member
/third_party/NuttX/
DReleaseNotes7772 - Generic serial driver: Add watermark levels to the serial RX flow
7774 of bytes in the buffer and a boolean indication of which watermark
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v0.abi8662 …<var-decl name="watermark" type-id="7359adad" visibility="default" filepath="include/linux/page_co…
13915 …<var-decl name="watermark" type-id="3461381a" visibility="default" filepath="include/linux/mmzone.…
76520 …<var-decl name="watermark" type-id="7359adad" visibility="default" filepath="include/linux/page_co…
76774 …<var-decl name="watermark" type-id="3461381a" visibility="default" filepath="include/linux/mmzone.…
Dtest-PR27569-v1.abi8662 …<var-decl name="watermark" type-id="7359adad" visibility="default" filepath="include/linux/page_co…
13915 …<var-decl name="watermark" type-id="3461381a" visibility="default" filepath="include/linux/mmzone.…
76534 …<var-decl name="watermark" type-id="7359adad" visibility="default" filepath="include/linux/page_co…
76788 …<var-decl name="watermark" type-id="3461381a" visibility="default" filepath="include/linux/mmzone.…
/third_party/python/Misc/
DHISTORY2292 to consider pausing receiving if the watermark limits have changed;