Searched refs:brw_find_previous_compile (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_gs.c | 46 brw_find_previous_compile(&brw->cache, BRW_CACHE_GS_PROG, in brw_gs_debug_recompile()
|
D | brw_state.h | 176 const void *brw_find_previous_compile(struct brw_cache *cache,
|
D | brw_tes.c | 45 brw_find_previous_compile(&brw->cache, BRW_CACHE_TES_PROG, in brw_tes_debug_recompile()
|
D | brw_vs.c | 122 brw_find_previous_compile(&brw->cache, BRW_CACHE_VS_PROG, in brw_vs_debug_recompile()
|
D | brw_program_cache.c | 301 brw_find_previous_compile(struct brw_cache *cache, in brw_find_previous_compile() function
|
D | brw_tcs.c | 127 brw_find_previous_compile(&brw->cache, BRW_CACHE_TCS_PROG, in brw_tcs_debug_recompile()
|
D | brw_wm.c | 74 brw_find_previous_compile(&brw->cache, BRW_CACHE_FS_PROG, in brw_wm_debug_recompile()
|