Searched refs:config_cache (Results 1 – 6 of 6) sorted by relevance
71 struct config_cache { struct91 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 …]
180 struct config_cache181 config_cache[MAX_INPUT_PIPE]; /*< used by the hw hook layer to do the caching */ member251 struct config_cache config_cache[MAX_3DLUT]; /*< used by the hw hook layer to do the caching */ member
220 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()
505 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()
784 std::string config_cache; in ConfigureURLRequestContextBuilder() local