Searched refs:state_sizes (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 161 _mesa_hash_table_u64_search(batch->state_sizes, address - base_address); in decode_get_state_size() 251 batch->state_sizes = _mesa_hash_table_u64_create(NULL); in crocus_init_batch() 532 if (batch->state_sizes) in crocus_batch_reset() 533 _mesa_hash_table_u64_clear(batch->state_sizes); in crocus_batch_reset() 584 if (batch->state_sizes) { in crocus_batch_free() 585 _mesa_hash_table_u64_destroy(batch->state_sizes); in crocus_batch_free()
|
D | crocus_batch.h | 169 struct hash_table_u64 *state_sizes; member
|
D | crocus_blorp.c | 72 crocus_record_state_size(batch->state_sizes, offset, size); in stream_state()
|
D | crocus_state.c | 346 crocus_record_state_size(batch->state_sizes, offset, size); in stream_state()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.h | 151 struct hash_table_u64 *state_sizes; member
|
D | iris_batch.c | 162 _mesa_hash_table_u64_search(batch->state_sizes, address); in decode_get_state_size() 194 batch->state_sizes = ice->state.sizes; in iris_init_batch()
|
D | iris_blorp.c | 64 iris_record_state_size(batch->state_sizes, in stream_state()
|
D | iris_state.c | 348 iris_record_state_size(batch->state_sizes, in stream_state() 935 iris_record_state_size(batch->state_sizes, res->bo->address + res->offset, size); in upload_pixel_hashing_tables()
|