Home
last modified time | relevance | path

Searched refs:brw_upload_cache (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c143 brw_upload_cache(&brw->cache, BRW_CACHE_FF_GS_PROG, in brw_codegen_ff_gs_prog()
Dbrw_sf.c125 brw_upload_cache(&brw->cache, BRW_CACHE_SF_PROG, in compile_sf_prog()
Dbrw_clip.c119 brw_upload_cache(&brw->cache, in compile_clip_prog()
Dbrw_gs.c163 brw_upload_cache(&brw->cache, BRW_CACHE_GS_PROG, in brw_codegen_gs_prog()
Dbrw_cs.c166 brw_upload_cache(&brw->cache, BRW_CACHE_CS_PROG, in brw_codegen_cs_prog()
Dbrw_tes.c153 brw_upload_cache(&brw->cache, BRW_CACHE_TES_PROG, in brw_codegen_tes_prog()
Dbrw_vs.c255 brw_upload_cache(&brw->cache, BRW_CACHE_VS_PROG, in brw_codegen_vs_prog()
Dbrw_state.h223 void brw_upload_cache(struct brw_cache *cache,
Dbrw_tcs.c282 brw_upload_cache(&brw->cache, BRW_CACHE_TCS_PROG, in brw_codegen_tcs_prog()
Dbrw_program_cache.c331 brw_upload_cache(struct brw_cache *cache, in brw_upload_cache() function
Dbrw_wm.c225 brw_upload_cache(&brw->cache, BRW_CACHE_FS_PROG, in brw_codegen_wm_prog()
Dbrw_blorp.c60 brw_upload_cache(&brw->cache, BRW_CACHE_BLORP_PROG, key, key_size, in brw_blorp_upload_shader()