Home
last modified time | relevance | path

Searched refs:brw_search_cache (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/docs/relnotes/
D9.2.1.rst34 Use of uninitialized stack variable with brw_search_cache()
156 - i965: Initialize inout_offset parameter to brw_search_cache().
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c167 if (!brw_search_cache(&brw->cache, BRW_CACHE_SF_PROG, &key, sizeof(key), in brw_upload_sf_prog()
Dbrw_clip.c206 if (!brw_search_cache(&brw->cache, BRW_CACHE_CLIP_PROG, &key, sizeof(key), in brw_upload_clip_prog()
Dbrw_ff_gs.c254 if (!brw_search_cache(&brw->cache, BRW_CACHE_FF_GS_PROG, &key, in brw_upload_ff_gs_prog()
Dbrw_gs.c171 if (brw_search_cache(&brw->cache, BRW_CACHE_GS_PROG, &key, sizeof(key), in brw_upload_gs_prog()
Dbrw_cs.c198 if (brw_search_cache(&brw->cache, BRW_CACHE_CS_PROG, &key, sizeof(key), in brw_upload_cs_prog()
Dbrw_tes.c169 if (brw_search_cache(&brw->cache, BRW_CACHE_TES_PROG, &key, sizeof(key), in brw_upload_tes_prog()
Dbrw_tcs.c220 if (brw_search_cache(&brw->cache, BRW_CACHE_TCS_PROG, &key, sizeof(key), in brw_upload_tcs_prog()
Dbrw_vs.c309 if (brw_search_cache(&brw->cache, BRW_CACHE_VS_PROG, &key, sizeof(key), in brw_upload_vs_prog()
Dbrw_state.h195 bool brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id,
Dbrw_program_binary.c259 if (brw_search_cache(&brw->cache, brw_stage_cache_id(stage), &key, in serialize_gen_part()
Dbrw_program_cache.c170 brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id, in brw_search_cache() function
Dbrw_wm.c540 if (brw_search_cache(&brw->cache, BRW_CACHE_FS_PROG, &key, sizeof(key), in brw_upload_wm_prog()
Dbrw_blorp.c51 return brw_search_cache(&brw->cache, BRW_CACHE_BLORP_PROG, key, key_size, in brw_blorp_lookup_shader()