Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_batch.cpp84 batch->sampler_tables = _mesa_hash_table_create(NULL, d3d12_sampler_desc_table_key_hash, in d3d12_init_batch()
89 if (!batch->sampler_tables || !batch->sampler_views || !batch->view_heap || !batch->queries) in d3d12_init_batch()
187 _mesa_hash_table_clear(batch->sampler_tables, delete_sampler_view_table); in d3d12_reset_batch()
219 _mesa_hash_table_destroy(batch->sampler_tables, NULL); in d3d12_destroy_batch()
H A Dd3d12_batch.h50 struct hash_table *sampler_tables; member
H A Dd3d12_draw.cpp215 (hash_entry*)_mesa_hash_table_search(batch->sampler_tables, &view); in fill_sampler_descriptors()
227 _mesa_hash_table_insert(batch->sampler_tables, sampler_table_key, sampler_table_data); in fill_sampler_descriptors()