Searched refs:compute_pso_cache (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 480 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->compute_pso_cache, hash, in d3d12_get_compute_pipeline_state() 494 entry = _mesa_hash_table_insert_pre_hashed(ctx->compute_pso_cache, hash, &data->key, data); in d3d12_get_compute_pipeline_state() 504 ctx->compute_pso_cache = _mesa_hash_table_create(NULL, NULL, equals_compute_pipeline_state); in d3d12_compute_pipeline_state_cache_init() 522 _mesa_hash_table_remove(ctx->compute_pso_cache, entry); in remove_compute_entry() 529 _mesa_hash_table_destroy(ctx->compute_pso_cache, delete_compute_entry); in d3d12_compute_pipeline_state_cache_destroy() 539 hash_table_foreach(ctx->compute_pso_cache, entry) { in d3d12_compute_pipeline_state_cache_invalidate_shader()
|
H A D | d3d12_context.h | 172 struct hash_table *compute_pso_cache; member
|
Completed in 2 milliseconds