| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-string-gen.cc | 1279 TNode<FixedArray> cache = SingleCharacterStringCacheConstant(); in StringToArray() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | map.cc | 1188 Handle<NormalizedMapCache> cache; in Normalize() local [all...] |
| H A D | js-date-time-format.cc | 1246 static base::LazyInstance<DateFormatCache>::type cache = in CreateICUDateFormatFromCache() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 448 LLVMValueRef cache; member
|
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 2564 static void save_nir_to_disk_cache(struct disk_cache *cache, in save_nir_to_disk_cache() argument 2588 load_nir_from_disk_cache(struct disk_cache *cache, in load_nir_from_disk_cache() argument 2623 struct disk_cache *cache = NULL; in tgsi_to_nir() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_pipeline.c | 446 dzn_pipeline_cache_lookup_dxil_shader(struct vk_pipeline_cache *cache, in dzn_pipeline_cache_lookup_dxil_shader() argument 496 dzn_pipeline_cache_add_dxil_shader(struct vk_pipeline_cache *cache, in dzn_pipeline_cache_add_dxil_shader() argument 191 dzn_pipeline_get_nir_shader(struct dzn_device *device, const struct dzn_pipeline_layout *layout, struct vk_pipeline_cache *cache, const uint8_t *hash, const VkPipelineShaderStageCreateInfo *stage_info, gl_shader_stage stage, enum dxil_spirv_yz_flip_mode yz_flip_mode, uint16_t y_flip_mask, uint16_t z_flip_mask, bool force_sample_rate_shading, enum pipe_format *vi_conversions, const nir_shader_compiler_options *nir_opts, nir_shader **nir) dzn_pipeline_get_nir_shader() argument 527 dzn_pipeline_cache_lookup_gfx_pipeline(struct dzn_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, const uint8_t *pipeline_hash, bool *cache_hit) dzn_pipeline_cache_lookup_gfx_pipeline() argument 597 dzn_pipeline_cache_add_gfx_pipeline(struct dzn_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, uint32_t vertex_input_count, const uint8_t *pipeline_hash, const uint8_t *const *dxil_hashes) dzn_pipeline_cache_add_gfx_pipeline() argument 663 dzn_graphics_pipeline_compile_shaders(struct dzn_device *device, struct dzn_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, const struct dzn_pipeline_layout *layout, D3D12_PIPELINE_STATE_STREAM_DESC *out, D3D12_INPUT_ELEMENT_DESC *attribs, enum pipe_format *vi_conversions, const VkGraphicsPipelineCreateInfo *info) dzn_graphics_pipeline_compile_shaders() argument 1602 dzn_graphics_pipeline_create(struct dzn_device *device, VkPipelineCache cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipeline *out) dzn_graphics_pipeline_create() argument 2009 dzn_pipeline_cache_lookup_compute_pipeline(struct vk_pipeline_cache *cache, uint8_t *pipeline_hash, D3D12_PIPELINE_STATE_STREAM_DESC *stream_desc, D3D12_SHADER_BYTECODE *dxil, bool *cache_hit) dzn_pipeline_cache_lookup_compute_pipeline() argument 2055 dzn_pipeline_cache_add_compute_pipeline(struct vk_pipeline_cache *cache, uint8_t *pipeline_hash, uint8_t *dxil_hash) dzn_pipeline_cache_add_compute_pipeline() argument 2074 dzn_compute_pipeline_compile_shader(struct dzn_device *device, struct dzn_compute_pipeline *pipeline, struct vk_pipeline_cache *cache, const struct dzn_pipeline_layout *layout, D3D12_PIPELINE_STATE_STREAM_DESC *stream_desc, D3D12_SHADER_BYTECODE *shader, const VkComputePipelineCreateInfo *info) dzn_compute_pipeline_compile_shader() argument 2157 dzn_compute_pipeline_create(struct dzn_device *device, VkPipelineCache cache, const VkComputePipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipeline *out) dzn_compute_pipeline_create() argument [all...] |
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| H A D | evp.h | 719 } cache; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineCacheTests.cpp | 654 preparePipelineWrapper(GraphicsPipelineWrapper& gpw, VkPipelineCache cache, bool useMissShaders = false) preparePipelineWrapper() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | RendererVk.h | 471 void accumulateCacheStats(VulkanCacheType cache, const CacheStats &stats) in accumulateCacheStats() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrResourceCache.cpp | 74 AutoValidate(GrResourceCache* cache) : fCache(cache) { cache->validate(); } in AutoValidate() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkBlurMF.cpp | 273 SkCachedData* cache = copy_mask_to_cacheddata(mask); in add_cached_rrect() local 287 SkCachedData* cache = copy_mask_to_cacheddata(mask); in add_cached_rects() local 397 SkCachedData* cache = find_cached_rrect(&patch->fMask, sigma, fBlurStyle, smallRR); in filterRRectToNine() local 531 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle, smallR, count); filterRectsToNine() local [all...] |
| /third_party/skia/src/gpu/text/ |
| H A D | GrTextBlob.cpp | 363 void GlyphVector::packedGlyphIDToGrGlyph(GrStrikeCache* cache) { in packedGlyphIDToGrGlyph() argument 709 void DirectMaskSubRun::testingOnly_packedGlyphIDToGrGlyph(GrStrikeCache *cache) { in testingOnly_packedGlyphIDToGrGlyph() argument 1006 void TransformedMaskSubRun::testingOnly_packedGlyphIDToGrGlyph(GrStrikeCache *cache) { in testingOnly_packedGlyphIDToGrGlyph() argument 1325 testingOnly_packedGlyphIDToGrGlyph(GrStrikeCache *cache) testingOnly_packedGlyphIDToGrGlyph() argument 1845 testingOnly_packedGlyphIDToGrGlyph(GrStrikeCache *cache) testingOnly_packedGlyphIDToGrGlyph() argument 2042 testingOnly_packedGlyphIDToGrGlyph(GrStrikeCache *cache) testingOnly_packedGlyphIDToGrGlyph() argument 2287 testingOnly_packedGlyphIDToGrGlyph(GrStrikeCache *cache) testingOnly_packedGlyphIDToGrGlyph() argument [all...] |
| /third_party/openssl/include/crypto/ |
| H A D | evp.h | 719 } cache; member
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | astro.cpp | 1533 void CalendarCache::createCache(CalendarCache** cache, UErrorCode& status) { in createCache() argument 1546 int32_t CalendarCache::get(CalendarCache** cache, int32_t key, UErrorCode &status) { in get() argument 1569 put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status) put() argument [all...] |
| /third_party/skia/tests/ |
| H A D | ResourceCacheTest.cpp | 333 GrResourceCache* cache = fDContext->priv().getResourceCache(); in Mock() local 338 GrResourceCache* cache() { return fDContext->priv().getResourceCache(); } in cache() function in Mock 352 GrResourceCache* cache = mock.cache(); in test_no_key() local 405 GrResourceCache* cache = mock.cache(); test_purge_unlocked() local 468 GrResourceCache* cache = mock.cache(); test_purge_command_buffer_usage() local 536 GrResourceCache* cache = mock.cache(); test_budgeting() local 662 GrResourceCache* cache = mock.cache(); test_unbudgeted() local 734 GrResourceCache* cache = mock.cache(); test_unbudgeted_to_scratch() local 800 GrResourceCache* cache = mock.cache(); test_duplicate_scratch_key() local 847 GrResourceCache* cache = mock.cache(); test_remove_scratch_key() local 905 GrResourceCache* cache = mock.cache(); test_scratch_key_consistency() local 964 GrResourceCache* cache = mock.cache(); test_duplicate_unique_key() local 1057 GrResourceCache* cache = mock.cache(); test_purge_invalidated() local 1125 GrResourceCache* cache = mock.cache(); test_cache_chained_purge() local 1170 GrResourceCache* cache = mock.cache(); test_timestamp_wrap() local 1227 GrResourceCache* cache = mock.cache(); test_time_purge() local 1360 GrResourceCache* cache = mock.cache(); test_partial_purge() local 1511 GrResourceCache* cache = mock.cache(); test_tags() local 1548 GrResourceCache* cache = mock.cache(); test_free_texture_messages() local 1641 GrResourceCache* cache = dContext->priv().getResourceCache(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
| /third_party/python/Modules/ |
| H A D | _zoneinfo.c | 253 PyObject *cache = in get_weak_cache() local [all...] |
| H A D | _struct.c | 23 PyObject *cache; member [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_helpers.cc | 1932 static auto& cache = *new std::unordered_map<const FileDescriptor*, bool>; in HasBootstrapProblem() local
|
| /third_party/skia/modules/skshaper/src/ |
| H A D | SkShaper_harfbuzz.cpp | 1566 HBLockedFaceCache cache = get_hbFace_cache(); local 1770 HBLockedFaceCache cache = get_hbFace_cache(); local
|
| /third_party/skia/modules/skparagraph/tests/ |
| H A D | SkParagraphTest.cpp | 5015 ParagraphCache cache; in UNIX_ONLY_TEST() local 5050 ParagraphCache cache; in UNIX_ONLY_TEST() local 5090 ParagraphCache cache; UNIX_ONLY_TEST() local 5135 ParagraphCache cache; UNIX_ONLY_TEST() local 5912 ParagraphCache cache; UNIX_ONLY_TEST() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineCacheTests.cpp | 658 preparePipelineWrapper(GraphicsPipelineWrapper& gpw, VkPipelineCache cache, bool useMissShaders = false) preparePipelineWrapper() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | MeasureUnit.java | 49 private static final Map<String, Map<String,MeasureUnit>> cache field in MeasureUnit [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | uresbund.cpp | 51 static UHashtable *cache = NULL; variable [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tznames_impl.cpp | 640 static void* createMetaZoneAndPutInCache(UHashtable* cache, const UChar* names[], in createMetaZoneAndPutInCache() argument 663 static void* createTimeZoneAndPutInCache(UHashtable* cache, const UChar* names[], in createTimeZoneAndPutInCache() argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 1804 pipeline_stage_get_nir(struct v3dv_pipeline_stage *p_stage, struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache) pipeline_stage_get_nir() argument 2205 pipeline_add_multiview_gs(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache, const VkAllocationCallbacks *pAllocator) pipeline_add_multiview_gs() argument 2346 pipeline_compile_graphics(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator) pipeline_compile_graphics() argument 2922 pipeline_init(struct v3dv_pipeline *pipeline, struct v3dv_device *device, struct v3dv_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator) pipeline_init() argument 3139 pipeline_compile_compute(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache, const VkComputePipelineCreateInfo *info, const VkAllocationCallbacks *alloc) pipeline_compile_compute() argument 3262 compute_pipeline_init(struct v3dv_pipeline *pipeline, struct v3dv_device *device, struct v3dv_pipeline_cache *cache, const VkComputePipelineCreateInfo *info, const VkAllocationCallbacks *alloc) compute_pipeline_init() argument [all...] |