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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.h140 struct hash_table_u64 *state_sizes; member in struct:iris_batch
H A Diris_blorp.c64 iris_record_state_size(batch->state_sizes,
H A Diris_batch.c156 _mesa_hash_table_u64_search(batch->state_sizes, address);
183 batch->state_sizes = ice->state.sizes;
H A Diris_state.c344 iris_record_state_size(batch->state_sizes,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c162 _mesa_hash_table_u64_search(batch->state_sizes, address - base_address);
252 batch->state_sizes = _mesa_hash_table_u64_create(NULL);
532 if (batch->state_sizes)
533 _mesa_hash_table_u64_clear(batch->state_sizes);
584 if (batch->state_sizes) {
585 _mesa_hash_table_u64_destroy(batch->state_sizes);
H A Dcrocus_batch.h169 struct hash_table_u64 *state_sizes; member in struct:crocus_batch
H A Dcrocus_blorp.c72 crocus_record_state_size(batch->state_sizes, offset, size);
H A Dcrocus_state.c344 crocus_record_state_size(batch->state_sizes, offset, size);

Completed in 52 milliseconds