Home
last modified time | relevance | path

Searched refs:config_cache (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vpelib/src/core/inc/
Dconfig_cache.h71 struct config_cache { struct
91 if ((obj_cache) && !disable_cache && (obj_cache)->config_cache[inst].p_buffer && \
92 (obj_cache)->config_cache[inst].cached && !((obj_cache)->dirty[inst]) && !is_bypass) { \
97 if (config_writer->buf->size >= (obj_cache)->config_cache[inst].size) { \
99 (obj_cache)->config_cache[inst].p_buffer, \
100 (size_t)(obj_cache)->config_cache[inst].size); \
102 config_writer->base_cpu_va + (obj_cache)->config_cache[inst].size; \
104 config_writer->base_gpu_va + (obj_cache)->config_cache[inst].size; \
106 ((obj_cache)->config_cache[inst].size - sizeof(uint32_t)); \
131 if ((obj_cache)->config_cache[inst].size < size) { \
[all …]
Dcolor.h180 struct config_cache
181 config_cache[MAX_INPUT_PIPE]; /*< used by the hw hook layer to do the caching */ member
251 struct config_cache config_cache[MAX_3DLUT]; /*< used by the hw hook layer to do the caching */ member
/external/mesa3d/src/amd/vpelib/src/core/
Dresource.c220 CONFIG_CACHE_FREE(ctx->input_tf->config_cache[j]); in free_stream_ctx()
242 CONFIG_CACHE_FREE(ctx->in_shaper_func->config_cache[j]); in free_stream_ctx()
249 CONFIG_CACHE_FREE(ctx->blend_tf->config_cache[j]); in free_stream_ctx()
256 CONFIG_CACHE_FREE(ctx->lut3d_func->config_cache[j]); in free_stream_ctx()
Dcolor.c505 output_tf->config_cache[i].cached = false; in vpe_color_update_regamma_tf()
567 input_tf->config_cache[i].cached = false; in vpe_color_update_degamma_tf()
623 stream_ctx->lut3d_func->config_cache[i].cached = false; in vpe_color_update_3dlut()
802 shaper_func->config_cache[i].cached = false; in vpe_color_update_shaper()
/external/cronet/stable/components/cronet/
Durl_request_context_config.cc784 std::string config_cache; in ConfigureURLRequestContextBuilder() local
/external/cronet/tot/components/cronet/
Durl_request_context_config.cc784 std::string config_cache; in ConfigureURLRequestContextBuilder() local