Searched refs:sampler_tables (Results 1 – 3 of 3) sorted by relevance
84 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()
50 struct hash_table *sampler_tables; member
215 (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()