Home
last modified time | relevance | path

Searched refs:use_cache (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c82 unsigned use_cache) in add_fetch_rgba_test()
116 if (use_cache) { in add_fetch_rgba_test()
140 unsigned use_cache) in test_format_float()
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()
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()
352 if (!test_format_float(verbose, fp, format_desc, use_cache)) { in test_one()
79 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, const struct util_format_description *desc, struct lp_type type, unsigned use_cache) add_fetch_rgba_test() argument
138 test_format_float(unsigned verbose, FILE *fp, const struct util_format_description *desc, unsigned use_cache) test_format_float() argument
242 test_format_unorm8(unsigned verbose, FILE *fp, const struct util_format_description *desc, unsigned use_cache) test_format_unorm8() argument
346 test_one(unsigned verbose, FILE *fp, const struct util_format_description *format_desc, unsigned use_cache) test_one() argument
369 unsigned use_cache; test_all() local
[all...]
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py285 def __init__(self, use_cache, cache_file_path, file_type):
286 self.use_cache = use_cache
311 if self.use_cache:
324 if self.use_cache:
360 def __init__(self, use_cache=True):
362 use_cache=use_cache, cache_file_path='.cpplint-cache', file_type='C/C++')
404 def __init__(self, use_cache=True):
406 use_cache
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c175 bool use_cache; member
710 fat->use_cache = false; in _readfat()
735 fat->use_cache = true; in _readfat()
761 if (fat->use_cache) { in _readfat()
792 if (fat->use_cache) { in releasefat()
841 if (fat->is_mmapped || !fat->use_cache) { in readfat()
1200 if (fat->use_cache) { in writefat()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8li_enc.h91 // If 'use_cache' is false, disables the use of color cache.
94 VP8LBitWriter* const bw, int use_cache);
H A Dvp8l_enc.c1100 int height, int quality, int low_effort, int use_cache, in EncodeImageInternal()
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()
1950 param->use_cache_ = use_cache; in VP8LEncodeStream()
2103 err = VP8LEncodeStream(config, picture, &bw, 1 /*use_cache*/); in VP8LEncodeImage()
1097 EncodeImageInternal( VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[4], int width, int height, int quality, int low_effort, int use_cache, const CrunchConfig* const config, int* cache_bits, int histogram_bits, size_t init_byte_position, int* const hdr_size, int* const data_size) EncodeImageInternal() argument
1896 VP8LEncodeStream(const WebPConfig* const config, const WebPPicture* const picture, VP8LBitWriter* const bw_main, int use_cache) VP8LEncodeStream() argument
/third_party/node/deps/v8/tools/unittests/
H A Dv8_presubmit_test.py21 use_cache=True, cache_file_path=cache_file_path, file_type='.test')
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1186 bool use_cache = in Normalize() local
1189 if (use_cache) cache = Handle<NormalizedMapCache>::cast(maybe_cache); in Normalize()
1192 if (use_cache && in Normalize()
1244 if (use_cache) { in Normalize()
H A Dordered-hash-table.cc219 bool use_cache = i < kMaxStringTableEntries; in ConvertToKeysArray() local
220 key = *isolate->factory()->Uint32ToString(index_value, use_cache); in ConvertToKeysArray()
H A Delements.cc1165 bool use_cache = i < kMaxStringTableEntries; in DirectCollectElementIndicesImpl() local
1167 isolate->factory()->SizeToString(i, use_cache); in DirectCollectElementIndicesImpl()

Completed in 23 milliseconds