Home
last modified time | relevance | path

Searched refs:cache_out (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp298 struct lp_cached_code *cache_out; member in LPObjectCache
301 cache_out = cache; in LPObjectCache()
312 cache_out->data_size = Obj.getBufferSize(); in notifyObjectCompiled()
313 cache_out->data = malloc(cache_out->data_size); in notifyObjectCompiled()
314 memcpy(cache_out->data, Obj.getBufferStart(), cache_out->data_size); in notifyObjectCompiled()
318 if (cache_out->data_size) { in getObject()
319 …llvm::MemoryBuffer::getMemBuffer(llvm::StringRef((const char *)cache_out->data, cache_out->data_si… in getObject()
340 struct lp_cached_code *cache_out, in lp_build_create_jit_compiler_for_module() argument
558 if (cache_out) { in lp_build_create_jit_compiler_for_module()
559 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module()
[all …]
Dlp_bld_misc.h71 struct lp_cached_code *cache_out,
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c117 GstAdapter *cache_out; member
306 gst_adapter_clear (self->cache_out); in gst_av1_parse_reset()
319 self->cache_out = gst_adapter_new (); in gst_av1_parse_init()
329 g_object_unref (self->cache_out); in gst_av1_parse_finalize()
923 gst_adapter_push (self->cache_out, header_buf); in gst_av1_parse_push_data()
924 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_push_data()
927 len = gst_adapter_available (self->cache_out); in gst_av1_parse_push_data()
929 buf = gst_adapter_take_buffer (self->cache_out, len); in gst_av1_parse_push_data()
938 gst_adapter_push (self->cache_out, header_buf); in gst_av1_parse_push_data()
939 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_push_data()
[all …]