Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c206 if (!brw_search_cache(&brw->cache, BRW_SF_PROG, in brw_upload_sf_prog()
Dbrw_gs.c252 if (!brw_search_cache(&brw->cache, BRW_GS_PROG, in brw_upload_gs_prog()
Dbrw_clip.c247 if (!brw_search_cache(&brw->cache, BRW_CLIP_PROG, in brw_upload_clip_prog()
Dbrw_state.h164 bool brw_search_cache(struct brw_cache *cache,
Dbrw_state_cache.c133 brw_search_cache(struct brw_cache *cache, in brw_search_cache() function
Dbrw_vs.c431 if (!brw_search_cache(&brw->cache, BRW_VS_PROG, in brw_upload_vs_prog()
Dbrw_wm.c630 if (!brw_search_cache(&brw->cache, BRW_WM_PROG, in brw_upload_wm_prog()
Dbrw_blorp_blit.cpp1877 if (!brw_search_cache(&brw->cache, BRW_BLORP_BLIT_PROG, in get_wm_prog()