Home
last modified time | relevance | path

Searched refs:state_sizes (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c161 _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()
Dcrocus_batch.h169 struct hash_table_u64 *state_sizes; member
Dcrocus_blorp.c72 crocus_record_state_size(batch->state_sizes, offset, size); in stream_state()
Dcrocus_state.c346 crocus_record_state_size(batch->state_sizes, offset, size); in stream_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h151 struct hash_table_u64 *state_sizes; member
Diris_batch.c162 _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()
Diris_blorp.c64 iris_record_state_size(batch->state_sizes, in stream_state()
Diris_state.c348 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()