Home
last modified time | relevance | path

Searched defs:flush (Results 276 - 300 of 358) sorted by relevance

1...<<1112131415

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h364 i915_set_flush_dirty(struct i915_context *i915, unsigned flush) in i915_set_flush_dirty() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h181 struct call_flush flush; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c2647 nine_context_get_query_result(struct NineDevice9 *device, struct pipe_query *query, unsigned *counter, boolean flush, boolean wait, union pipe_query_result *result) nine_context_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1832 uint32_t flush = PIPE_CONTROL_CS_STALL; in crocus_flush_bits_for_history() local
[all...]
/third_party/libabigail/src/
H A Dabg-tools-utils.cc2661 << vmlinux << "' ...\n" << std::flush; in load_vmlinux_corpus() member in abigail::tools_utils::std
2688 << ") ... " << std::flush; in load_vmlinux_corpus() member in abigail::tools_utils::std
2764 << root << "' ... " << std::flush; in build_corpus_group_from_kernel_dist_under() member in abigail::tools_utils::std
/third_party/rust/crates/log/src/
H A Dlib.rs1295 fn flush(&self); in build() functions
1307 fn flush(&self) {} in flush() functions
1321 fn flush(&self) { in flush() functions
1338 fn flush( in log() functions
1355 fn flush(&self) { flush() functions
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs1173 fn flush(&mut self) -> io::Result<()> { in write_fmt() functions
/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.c2424 pa_sink_input_request_rewind( pa_sink_input *i, size_t nbytes , bool rewrite, bool flush, bool dont_rewind_render) pa_sink_input_request_rewind() argument
/third_party/python/Lib/
H A Dtarfile.py635 def flush(self): member in _FileInFile
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp93 void flush () in flush() function in vkt::memory::__anon28048::MemoryMappingRAII
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp166 void Buffer::flush (void) in flush() function in vkt::shaderexecutor::__anon28661::Buffer
H A DvktOpaqueTypeIndexingTests.cpp126 void Buffer::flush (void) in flush() function in vkt::shaderexecutor::__anon28667::Buffer
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp93 void flush () in flush() function in vkt::memory::__anon29279::MemoryMappingRAII
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp252 angle::Result Context11::flush(const gl::Context *context) in flush() function in rx::Context11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp527 void BufferMemory::flush(RendererVk *renderer, in flush() function in rx::__anon20104::vk::BufferMemory
H A Dvk_wrapper.h1314 ANGLE_INLINE void DeviceMemory::flush(VkDevice device, VkMappedMemoryRange &memRange) in flush() function in rx::DescriptorSetIndex::DeviceMemory
1379 ANGLE_INLINE void Allocation::flush(const Allocator &allocator, in flush() function in rx::DescriptorSetIndex::Allocation
/third_party/skia/src/core/
H A DSkCanvas.cpp506 void SkCanvas::flush() { in flush() function in SkCanvas
H A DSkRegion.cpp870 int flush() { in flush() function in RgnOper
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c453 png_zlib_inflate(png_structrp png_ptr, int flush) in png_zlib_inflate() argument
H A Dpngwutil.c931 png_compress_IDAT(png_structrp png_ptr, png_const_bytep input, png_alloc_size_t input_len, int flush) png_compress_IDAT() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp400 void PlaceholderQueue::flush(BitcodeReaderMetadataList &MetadataList) { in flush() function in __anon23961::BitcodeReaderMetadataList::PlaceholderQueue
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.c1835 int flush=Z_SYNC_FLUSH; in unzReadCurrentFile() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv.cpp1170 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_fromUnicode() argument
1616 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_toUnicode() argument
2038 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) ucnv_convertEx() argument
[all...]
H A Ducnvmbcs.cpp1105 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) _extFromU() argument
1172 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) _extToU() argument
[all...]
/third_party/python/Python/
H A Dbltinmodule.c1988 builtin_print_impl(PyObject *module, PyObject *args, PyObject *sep, PyObject *end, PyObject *file, int flush) builtin_print_impl() argument

Completed in 67 milliseconds

1...<<1112131415