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.c162 _mesa_hash_table_u64_search(batch->state_sizes, address - base_address); in decode_get_state_size()
252 batch->state_sizes = _mesa_hash_table_u64_create(NULL); in crocus_init_batch()
523 if (batch->state_sizes) in crocus_batch_reset()
524 _mesa_hash_table_u64_clear(batch->state_sizes); in crocus_batch_reset()
575 if (batch->state_sizes) { in crocus_batch_free()
576 _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.c344 crocus_record_state_size(batch->state_sizes, offset, size); in stream_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h140 struct hash_table_u64 *state_sizes; member
Diris_batch.c156 _mesa_hash_table_u64_search(batch->state_sizes, address); in decode_get_state_size()
183 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.c344 iris_record_state_size(batch->state_sizes, in stream_state()