Home
last modified time | relevance | path

Searched defs:flush (Results 226 - 250 of 374) sorted by relevance

12345678910>>...15

/third_party/ffmpeg/libavutil/
H A Dvulkan.c307 ff_vk_unmap_buffers(FFVulkanContext *s, FFVkBuffer *buf, int nb_buffers, int flush) ff_vk_unmap_buffers() argument
/third_party/ffmpeg/libswresample/
H A Dswresample_internal.h85 resample_flush_func flush; member
/third_party/backends/backend/
H A Ddc240.c1592 SANE_Char flush[1024]; in sane_cancel() local
/third_party/icu/icu4c/source/extra/uconv/
H A Duconv.cpp596 UBool flush; in convertFile() local
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h206 void (*flush)(struct fd_pipe *pipe, uint32_t fence); member
273 int (*flush)(struct fd_submit *submit, int in_fence_fd, member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c97 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush() function
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py716 def flush(self, flags): member in Context
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c482 __dri2CopySubBuffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, enum __DRI2throttleReason reason, Bool flush) __dri2CopySubBuffer() argument
522 dri2CopySubBuffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, Bool flush) dri2CopySubBuffer() argument
733 dri2SwapBuffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, Bool flush) dri2SwapBuffers() argument
[all...]
H A Ddri3_glx.c463 dri3_copy_sub_buffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, Bool flush) dri3_copy_sub_buffer() argument
596 dri3_swap_buffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, Bool flush) dri3_swap_buffers() argument
H A Ddrisw_glx.c744 driswSwapBuffers(__GLXDRIdrawable * pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, Bool flush) driswSwapBuffers() argument
768 driswCopySubBuffer(__GLXDRIdrawable * pdraw, int x, int y, int width, int height, Bool flush) driswCopySubBuffer() argument
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h757 void (*flush)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h411 void (*flush)(struct st_context_iface *stctxi, unsigned flags, member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c103 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush() function
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp769 bool flush; in emit_urb_writes() local
/third_party/node/deps/zlib/
H A Ddeflate.c984 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate() argument
1684 deflate_stored(deflate_state *s, int flush) deflate_stored() argument
1868 deflate_fast(deflate_state *s, int flush) deflate_fast() argument
1970 deflate_slow(deflate_state *s, int flush) deflate_slow() argument
2104 deflate_rle(deflate_state *s, int flush) deflate_rle() argument
2175 deflate_huff(deflate_state *s, int flush) deflate_huff() argument
[all...]
/third_party/node/src/
H A Dnode_zlib.cc303 uint32_t in_off, in_len, out_off, out_len, flush; in Write() local
348 Write(uint32_t flush, const char* in, uint32_t in_len, char* out, uint32_t out_len) Write() argument
875 SetFlush(int flush) SetFlush() argument
1111 SetFlush(int flush) SetFlush() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc1342 on_downstream_body(Downstream *downstream, const uint8_t *data, size_t len, bool flush) on_downstream_body() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h180 void (*flush)(struct vn_renderer *renderer, member
/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp577 UBool flush; in TestGetUnicodeSet2() local
1015 UBool flush; stepToUnicode() local
1423 UBool flush; stepFromUTF8() local
1527 UBool flush; stepFromUnicode() local
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISO2022.java846 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
1109 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
1319 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
1449 protected CoderResult decodeLoopIBM(CharsetDecoderMBCS cnv, ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoopIBM() argument
1735 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument
2243 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument
2643 encodeLoopIBM(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoopIBM() argument
2662 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
[all...]
H A DCharsetISCII.java829 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
1208 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument
/third_party/python/Lib/
H A D_pyio.py402 def flush(self): member in IOBase
838 def flush(self): member in _BufferedIOMixin
1297 def flush(self): global() member in BufferedWriter
1400 def flush(self): global() member in BufferedRWPair
2185 def flush(self): global() member in TextIOWrapper
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp192 void flush (void) { flushAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_bufferMemory); } in flush() function in vkt::image::__anon28022::ut::StorageBuffer2D
223 void flush (void) { m_buffer.flush(); } in flush() function in vkt::image::__anon28022::ut::StorageImage2D
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp224 void Buffer::flush (void) in flush() function in vkt::SpirVAssembly::__anon28770::ut::Buffer
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp195 void flush (void) { flushAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_bufferMemory); } in flush() function in vkt::image::__anon29253::ut::StorageBuffer2D
226 void flush (void) { m_buffer.flush(); } in flush() function in vkt::image::__anon29253::ut::StorageImage2D

Completed in 44 milliseconds

12345678910>>...15