Searched refs:brw_search_cache (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c167 if (!brw_search_cache(&brw->cache, BRW_CACHE_SF_PROG, &key, sizeof(key),
H A Dbrw_clip.c206 if (!brw_search_cache(&brw->cache, BRW_CACHE_CLIP_PROG, &key, sizeof(key),
H A Dbrw_ff_gs.c254 if (!brw_search_cache(&brw->cache, BRW_CACHE_FF_GS_PROG, &key,
H A Dbrw_cs.c172 if (brw_search_cache(&brw->cache, BRW_CACHE_CS_PROG, &key, sizeof(key),
H A Dbrw_gs.c173 if (brw_search_cache(&brw->cache, BRW_CACHE_GS_PROG, &key, sizeof(key),
H A Dbrw_tes.c171 if (brw_search_cache(&brw->cache, BRW_CACHE_TES_PROG, &key, sizeof(key),
H A Dbrw_program_binary.c259 if (brw_search_cache(&brw->cache, brw_stage_cache_id(stage), &key,
H A Dbrw_state.h198 bool brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id,
H A Dbrw_tcs.c221 if (brw_search_cache(&brw->cache, BRW_CACHE_TCS_PROG, &key, sizeof(key),
H A Dbrw_vs.c305 if (brw_search_cache(&brw->cache, BRW_CACHE_VS_PROG, &key, sizeof(key),
H A Dbrw_program_cache.c197 brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id, function in typeref:typename:bool
H A Dbrw_wm.c510 if (brw_search_cache(&brw->cache, BRW_CACHE_FS_PROG, &key, sizeof(key),
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs.c172 if (!brw_search_cache(&brw->cache, BRW_CACHE_FF_GS_PROG, &key,
H A Dbrw_sf.c167 if (!brw_search_cache(&brw->cache, BRW_CACHE_SF_PROG, &key, sizeof(key),
H A Dbrw_clip.c206 if (!brw_search_cache(&brw->cache, BRW_CACHE_CLIP_PROG, &key, sizeof(key),
H A Dbrw_cs.c176 if (brw_search_cache(&brw->cache, BRW_CACHE_CS_PROG, &key, sizeof(key),
H A Dbrw_gs.c209 if (brw_search_cache(&brw->cache, BRW_CACHE_GS_PROG, &key, sizeof(key),
H A Dbrw_tes.c171 if (brw_search_cache(&brw->cache, BRW_CACHE_TES_PROG, &key, sizeof(key),
H A Dbrw_program_binary.c259 if (brw_search_cache(&brw->cache, brw_stage_cache_id(stage), &key,
H A Dbrw_state.h195 bool brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id,
H A Dbrw_tcs.c222 if (brw_search_cache(&brw->cache, BRW_CACHE_TCS_PROG, &key, sizeof(key),
H A Dbrw_vs.c317 if (brw_search_cache(&brw->cache, BRW_CACHE_VS_PROG, &key, sizeof(key),
H A Dbrw_program_cache.c170 brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id, function in typeref:typename:bool
H A Dbrw_wm.c551 if (brw_search_cache(&brw->cache, BRW_CACHE_FS_PROG, &key, sizeof(key),
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.2.1.rst34 Use of uninitialized stack variable with brw_search_cache()
156 - i965: Initialize inout_offset parameter to brw_search_cache().

Completed in 21 milliseconds

12