Home
last modified time | relevance | path

Searched defs:stream_buf (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/quiche/examples/
Dclient.rs215 let stream_buf = &buf[..read]; in main() localVariable
Dserver.rs323 let stream_buf = &buf[..read]; in main() localVariable
/external/mesa3d/src/microsoft/vulkan/
Ddzn_pipeline.c2125 uintptr_t *stream_buf, in update_stencil_state()
2216 uintptr_t stream_buf[MAX_GFX_PIPELINE_STATE_STREAM_SIZE / sizeof(uintptr_t)]; in dzn_graphics_pipeline_get_state() local
Ddzn_private.h1009 uintptr_t stream_buf[MAX_GFX_PIPELINE_STATE_STREAM_SIZE / sizeof(uintptr_t)]; member