Home
last modified time | relevance | path

Searched defs:cache (Results 401 - 425 of 502) sorted by relevance

1...<<1112131415161718192021

/third_party/icu/icu4c/source/i18n/
H A Dastro.cpp1533 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/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h360 struct tu_cache_state cache; global() member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c123 struct cso_cache cache; member
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h461 struct radv_pipeline_cache cache; member
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h91 bool cache : 1; member
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c2338 struct disk_cache *cache = pscreen->get_disk_shader_cache(pscreen); in set_blob_cache_funcs() local
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1143 WasmImportWrapperCache* cache = native_module->import_wrapper_cache(); in ProcessImportedFunction() local
[all...]
/third_party/node/src/
H A Djsvm_types.h690 uint8_t *cache; member
/third_party/nghttp2/src/
H A Dshrpx_tls.cc2430 void try_cache_tls_session(TLSSessionCache *cache, SSL_SESSION *session, in try_cache_tls_session() argument
2448 reuse_tls_session(const TLSSessionCache &cache) reuse_tls_session() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.cpp1533 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/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1556 anv_bo_cache_init(struct anv_bo_cache *cache, struct anv_device *device) in anv_bo_cache_init() argument
1570 anv_bo_cache_finish(struct anv_bo_cache *cache) in anv_bo_cache_finish() argument
1849 struct anv_bo_cache *cache = &device->bo_cache; in anv_device_import_bo_from_host_ptr() local
1939 struct anv_bo_cache *cache = &device->bo_cache; anv_device_import_bo() local
2128 struct anv_bo_cache *cache = &device->bo_cache; anv_device_release_bo() local
[all...]
H A Danv_pipeline.c649 anv_pipeline_stage_get_nir(struct anv_pipeline *pipeline, struct vk_pipeline_cache *cache, void *mem_ctx, struct anv_pipeline_stage *stage) anv_pipeline_stage_get_nir() argument
1380 anv_graphics_pipeline_load_cached_shaders(struct anv_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, struct anv_pipeline_stage *stages, VkPipelineCreationFeedbackEXT *pipeline_feedback) anv_graphics_pipeline_load_cached_shaders() argument
1468 anv_graphics_pipeline_load_nir(struct anv_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, struct anv_pipeline_stage *stages, void *pipeline_ctx) anv_graphics_pipeline_load_nir() argument
1502 anv_graphics_pipeline_compile(struct anv_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *info, const struct vk_graphics_pipeline_state *state) anv_graphics_pipeline_compile() argument
1780 anv_pipeline_compile_cs(struct anv_compute_pipeline *pipeline, struct vk_pipeline_cache *cache, const VkComputePipelineCreateInfo *info) anv_pipeline_compile_cs() argument
1949 anv_compute_pipeline_create(struct anv_device *device, struct vk_pipeline_cache *cache, const VkComputePipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipeline) anv_compute_pipeline_create() argument
2050 anv_graphics_pipeline_init(struct anv_graphics_pipeline *pipeline, struct anv_device *device, struct vk_pipeline_cache *cache, const struct VkGraphicsPipelineCreateInfo *pCreateInfo, const struct vk_graphics_pipeline_state *state, const VkAllocationCallbacks *alloc) anv_graphics_pipeline_init() argument
2153 anv_graphics_pipeline_create(struct anv_device *device, struct vk_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipeline) anv_graphics_pipeline_create() argument
2236 compile_upload_rt_shader(struct anv_ray_tracing_pipeline *pipeline, struct vk_pipeline_cache *cache, nir_shader *nir, struct anv_pipeline_stage *stage, struct anv_shader_bin **shader_out, void *mem_ctx) compile_upload_rt_shader() argument
2439 anv_pipeline_load_cached_shaders(struct anv_ray_tracing_pipeline *pipeline, struct vk_pipeline_cache *cache, const VkRayTracingPipelineCreateInfoKHR *info, struct anv_pipeline_stage *stages, uint32_t *stack_max) anv_pipeline_load_cached_shaders() argument
2482 anv_pipeline_compile_ray_tracing(struct anv_ray_tracing_pipeline *pipeline, struct vk_pipeline_cache *cache, const VkRayTracingPipelineCreateInfoKHR *info) anv_pipeline_compile_ray_tracing() argument
2814 anv_ray_tracing_pipeline_init(struct anv_ray_tracing_pipeline *pipeline, struct anv_device *device, struct vk_pipeline_cache *cache, const VkRayTracingPipelineCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *alloc) anv_ray_tracing_pipeline_init() argument
2854 anv_ray_tracing_pipeline_create( VkDevice _device, struct vk_pipeline_cache * cache, const VkRayTracingPipelineCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipeline) anv_ray_tracing_pipeline_create() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.h284 struct st_bitmap_cache cache; member
301 struct pipe_resource *cache; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h253 struct lp_build_format_cache *cache; member
421 struct lp_build_format_cache *cache; member
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1146 UnifiedCacheThread( const UnifiedCache *cache, const char *loc, const char *loc2) UnifiedCacheThread() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc1275 BasicBlock* cache = nullptr; in PropagateImmediateDominators() local
/third_party/node/deps/v8/src/ast/
H A Dscopes.h628 Variable* LookupInScopeOrScopeInfo(const AstRawString* name, Scope* cache) { in LookupInScopeOrScopeInfo() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc1279 TNode<FixedArray> cache = SingleCharacterStringCacheConstant(); in StringToArray() local
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1188 Handle<NormalizedMapCache> cache; in Normalize() local
[all...]
H A Djs-date-time-format.cc1246 static base::LazyInstance<DateFormatCache>::type cache = in CreateICUDateFormatFromCache() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h448 LLVMValueRef cache; member
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2564 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 Ddzn_pipeline.c446 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 Devp.h719 } cache; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp654 preparePipelineWrapper(GraphicsPipelineWrapper& gpw, VkPipelineCache cache, bool useMissShaders = false) preparePipelineWrapper() argument
[all...]

Completed in 57 milliseconds

1...<<1112131415161718192021