Home
last modified time | relevance | path

Searched refs:cache_bo (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c153 crocus_bo_unmap(ice->shaders.cache_bo); in crocus_cache_new_bo()
154 crocus_bo_unreference(ice->shaders.cache_bo); in crocus_cache_new_bo()
155 ice->shaders.cache_bo = new_bo; in crocus_cache_new_bo()
172 if (ice->shaders.cache_next_offset + size > ice->shaders.cache_bo->size) { in crocus_alloc_item_data()
173 uint32_t new_size = ice->shaders.cache_bo->size * 2; in crocus_alloc_item_data()
291 ice->shaders.cache_bo = in crocus_init_program_cache()
294 crocus_bo_map(NULL, ice->shaders.cache_bo, in crocus_init_program_cache()
305 if (ice->shaders.cache_bo) { in crocus_destroy_program_cache()
306 crocus_bo_unmap(ice->shaders.cache_bo); in crocus_destroy_program_cache()
307 crocus_bo_unreference(ice->shaders.cache_bo); in crocus_destroy_program_cache()
[all...]
H A Dgen4_blorp_exec.h42 .buffer = batch->ice->shaders.cache_bo, in instruction_state_address()
H A Dcrocus_context.h516 struct crocus_bo *cache_bo; member
H A Dcrocus_state.c4868 #define KSP(ice, shader) ro_bo((ice)->shaders.cache_bo, (shader)->offset);
5545 sba.InstructionBaseAddress = ro_bo(batch->ice->shaders.cache_bo, 0); // TODO! in crocus_update_surface_base_address()

Completed in 19 milliseconds