Home
last modified time | relevance | path

Searched refs:cache_bo_map (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program_cache.c150 memcpy(map, ice->shaders.cache_bo_map, ice->shaders.cache_next_offset); in crocus_cache_new_bo()
156 ice->shaders.cache_bo_map = map; in crocus_cache_new_bo()
200 cache, ice->shaders.cache_bo_map, assembly, asm_size); in crocus_upload_shader()
215 memcpy(ice->shaders.cache_bo_map + shader->offset, assembly, asm_size); in crocus_upload_shader()
295 ice->shaders.cache_bo_map = in crocus_init_program_cache()
310 ice->shaders.cache_bo_map = NULL; in crocus_destroy_program_cache()
345 brw_disassemble(devinfo, ice->shaders.cache_bo_map + shader->offset, 0, in crocus_print_program_cache()
Dcrocus_program.c1269 ice->shaders.cache_bo_map, in crocus_compile_vs()
1491 ice->shaders.cache_bo_map, in crocus_compile_tcs()
1626 ice->shaders.cache_bo_map, in crocus_compile_tes()
1760 ice->shaders.cache_bo_map, in crocus_compile_gs()
1892 ice->shaders.cache_bo_map, in crocus_compile_fs()
2567 ice->shaders.cache_bo_map, in crocus_compile_cs()
Dcrocus_context.h518 void *cache_bo_map; member