Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c62 brw_upload_cache(&brw->cache, BRW_CACHE_SF_PROG, in compile_sf_prog()
Dbrw_clip.c58 brw_upload_cache(&brw->cache, in compile_clip_prog()
Dbrw_ff_gs.c143 brw_upload_cache(&brw->cache, BRW_CACHE_FF_GS_PROG, in brw_codegen_ff_gs_prog()
Dbrw_gs.c125 brw_upload_cache(&brw->cache, BRW_CACHE_GS_PROG, in brw_codegen_gs_prog()
Dbrw_cs.c153 brw_upload_cache(&brw->cache, BRW_CACHE_CS_PROG, in brw_codegen_cs_prog()
Dbrw_tes.c110 brw_upload_cache(&brw->cache, BRW_CACHE_TES_PROG, in brw_codegen_tes_prog()
Dbrw_tcs.c148 brw_upload_cache(&brw->cache, BRW_CACHE_TCS_PROG, in brw_codegen_tcs_prog()
Dbrw_vs.c221 brw_upload_cache(&brw->cache, BRW_CACHE_VS_PROG, in brw_codegen_vs_prog()
Dbrw_state.h185 void brw_upload_cache(struct brw_cache *cache,
Dbrw_program_binary.c182 brw_upload_cache(&brw->cache, cache_id, &prog_key, brw_prog_key_size(stage), in deserialize_gen_program()
Dbrw_disk_cache.c214 brw_upload_cache(&brw->cache, cache_id, &prog_key, brw_prog_key_size(stage), in read_and_upload()
Dbrw_program_cache.c306 brw_upload_cache(struct brw_cache *cache, in brw_upload_cache() function
Dbrw_wm.c162 brw_upload_cache(&brw->cache, BRW_CACHE_FS_PROG, in brw_codegen_wm_prog()
Dbrw_blorp.c64 brw_upload_cache(&brw->cache, BRW_CACHE_BLORP_PROG, key, key_size, in brw_blorp_upload_shader()