Searched refs:cache_hit (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_live_shader_cache.h84 bool* cache_hit);
H A Du_live_shader_cache.c75 bool* cache_hit)
128 if (cache_hit)
129 *cache_hit = (shader != NULL);
72 util_live_shader_cache_get(struct pipe_context * ctx,struct util_live_shader_cache * cache,const struct pipe_shader_state * state,bool * cache_hit) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors.c762 bool *cache_hit)
764 *cache_hit = false;
784 *cache_hit = true;
794 *cache_hit = !zds->invalid;
829 *cache_hit = !zds->invalid;
1135 desc_set_res_add(struct zink_descriptor_set *zds, struct zink_resource *res, unsigned int i, bool cache_hit) argument
1142 assert(!cache_hit || zds->res_objs[i] == (res ? res->obj : NULL));
1143 if (!cache_hit)
1149 struct zink_sampler_state *state, unsigned int i, bool cache_hit)
1160 assert(!cache_hit || cur_has
759 zink_descriptor_set_get(struct zink_context * ctx,enum zink_descriptor_type type,bool is_compute,bool * cache_hit) argument
1148 desc_set_sampler_add(struct zink_context * ctx,struct zink_descriptor_set * zds,struct zink_descriptor_surface * dsurf,struct zink_sampler_state * state,unsigned int i,bool cache_hit) argument
1169 desc_set_image_add(struct zink_context * ctx,struct zink_descriptor_set * zds,struct zink_image_view * image_view,unsigned int i,bool is_buffer,bool cache_hit) argument
1187 desc_set_descriptor_surface_add(struct zink_context * ctx,struct zink_descriptor_set * zds,struct zink_descriptor_surface * dsurf,unsigned int i,bool cache_hit) argument
1219 update_push_ubo_descriptors(struct zink_context * ctx,struct zink_descriptor_set * zds,VkDescriptorSet desc_set,bool is_compute,bool cache_hit,uint32_t * dynamic_offsets) argument
1284 set_descriptor_set_refs(struct zink_context * ctx,struct zink_descriptor_set * zds,struct zink_program * pg,bool cache_hit) argument
1304 update_descriptors_internal(struct zink_context * ctx,enum zink_descriptor_type type,struct zink_descriptor_set * zds,struct zink_program * pg,bool cache_hit) argument
1406 bool cache_hit; local in function:zink_descriptors_update
[all...]
H A Dzink_program.c985 bool cache_hit; local in function:zink_create_cached_shader_state
987 return util_live_shader_cache_get(pctx, &screen->shaders, shader, &cache_hit);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c1044 bool cache_hit; local in function:anv_pipeline_compile_graphics
1048 sizeof(stages[s].cache_key), &cache_hit);
1054 if (cache_hit) {
1310 bool cache_hit; local in function:anv_pipeline_compile_cs
1312 sizeof(stage.cache_key), &cache_hit);
1368 if (cache_hit) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c1533 bool cache_hit; local in function:anv_pipeline_compile_graphics
1537 sizeof(stages[s].cache_key), &cache_hit);
1543 if (cache_hit) {
1882 bool cache_hit = false; local in function:anv_pipeline_compile_cs
1887 &cache_hit);
1966 if (cache_hit) {
2750 bool cache_hit; local in function:anv_pipeline_load_cached_shaders
2754 &cache_hit);
2755 if (cache_hit) {
2986 bool cache_hit; local in function:anv_device_init_rt_shaders
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c251 bool *cache_hit)
274 *cache_hit = true;
249 v3dv_pipeline_cache_search_for_pipeline(struct v3dv_pipeline_cache * cache,unsigned char sha1_key[20],bool * cache_hit) argument
H A Dv3dv_pipeline.c2502 bool cache_hit = false; local in function:pipeline_compile_graphics
2507 &cache_hit);
2519 if (cache_hit && cache != &pipeline->device->default_pipeline_cache)
3187 bool cache_hit = false; local in function:pipeline_compile_compute
3189 v3dv_pipeline_cache_search_for_pipeline(cache, pipeline_sha1, &cache_hit);
3193 if (cache_hit && cache != &pipeline->device->default_pipeline_cache)
H A Dv3dv_private.h2013 bool *cache_hit);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c3081 bool cache_hit; local in function:si_create_shader
3083 ctx, &sscreen->live_shader_cache, state, &cache_hit);
3085 if (sel && cache_hit && sctx->debug.debug_message) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c2083 void radv_stop_feedback(VkPipelineCreationFeedbackEXT *feedback, bool cache_hit) argument
2090 (cache_hit ? VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT : 0);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c3141 radv_stop_feedback(VkPipelineCreationFeedbackEXT *feedback, bool cache_hit) argument
3149 (cache_hit ? VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT : 0);

Completed in 41 milliseconds