Searched refs:use_cache (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 82 unsigned use_cache) in add_fetch_rgba_test() argument 116 if (use_cache) { in add_fetch_rgba_test() 140 unsigned use_cache) in test_format_float() argument 159 lp_float32_vec4_type(), use_cache); in test_format_float() 188 fetch_ptr(unpacked, packed, j, i, use_cache ? cache_ptr : NULL); in test_format_float() 244 unsigned use_cache) in test_format_unorm8() argument 263 lp_unorm8_vec4_type(), use_cache); in test_format_unorm8() 292 fetch_ptr(unpacked, packed, j, i, use_cache ? cache_ptr : NULL); in test_format_unorm8() 348 unsigned use_cache) in test_one() argument 352 if (!test_format_float(verbose, fp, format_desc, use_cache)) { in test_one() [all …]
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | fat.c | 177 bool use_cache; member 712 fat->use_cache = false; in _readfat() 737 fat->use_cache = true; in _readfat() 763 if (fat->use_cache) { in _readfat() 794 if (fat->use_cache) { in releasefat() 843 if (fat->is_mmapped || !fat->use_cache) { in readfat() 1202 if (fat->use_cache) { in writefat()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | vp8li_enc.h | 94 VP8LBitWriter* const bw, int use_cache);
|
D | vp8l_enc.c | 1100 int height, int quality, int low_effort, int use_cache, in EncodeImageInternal() argument 1137 if (use_cache) { in EncodeImageInternal() 1725 const int use_cache = params->use_cache_; in EncodeStreamHook() local 1818 if (use_cache && enc->palette_size_ < (1 << MAX_COLOR_CACHE_BITS)) { in EncodeStreamHook() 1856 use_cache, &crunch_configs[idx], in EncodeStreamHook() 1899 int use_cache) { in VP8LEncodeStream() argument 1950 param->use_cache_ = use_cache; in VP8LEncodeStream()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | vp8li_enc.h | 92 VP8LBitWriter* const bw, int use_cache);
|
D | vp8l_enc.c | 864 int height, int quality, int low_effort, int use_cache, in EncodeImageInternal() argument 897 if (use_cache) { in EncodeImageInternal() 1522 const int use_cache = params->use_cache_; in EncodeStreamHook() local 1599 if (use_cache && enc->palette_size_ < (1 << MAX_COLOR_CACHE_BITS)) { in EncodeStreamHook() 1637 use_cache, &crunch_configs[idx], in EncodeStreamHook() 1680 int use_cache) { in VP8LEncodeStream() argument 1731 param->use_cache_ = use_cache; in VP8LEncodeStream()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-discoverer.c | 642 gboolean use_cache = FALSE, print_cache_dir = FALSE; in main() local 646 {"use-cache", 0, 0, G_OPTION_ARG_NONE, &use_cache, in main() 700 g_object_set (dc, "use-cache", use_cache, NULL); in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 148 gboolean use_cache; member 352 dc->priv->use_cache = DEFAULT_PROP_USE_CACHE; in gst_discoverer_init() 495 dc->priv->use_cache = g_value_get_boolean (value); in gst_discoverer_set_property() 518 g_value_set_boolean (value, dc->priv->use_cache); in gst_discoverer_get_property() 1410 if (dc->priv->use_cache && dc->priv->current_info in discoverer_collect() 1512 if (dc->priv->use_cache && dc->priv->current_info->cachefile && in discoverer_collect() 1873 if (dc->priv->use_cache) { in _setup_locked()
|