Searched refs:pso_correlation (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_sqtt.c105 struct rgp_pso_correlation *pso_correlation = &thread_trace_data->rgp_pso_correlation; local in function:ac_sqtt_add_pso_correlation
117 simple_mtx_lock(&pso_correlation->lock);
118 list_addtail(&record->list, &pso_correlation->record);
119 pso_correlation->record_count++;
120 simple_mtx_unlock(&pso_correlation->lock);
H A Dac_rgp.c916 struct sqtt_file_chunk_pso_correlation pso_correlation; local in function:ac_sqtt_dump_data
919 &pso_correlation, file_offset);
920 fwrite(&pso_correlation, sizeof(struct sqtt_file_chunk_pso_correlation), 1,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c943 struct rgp_pso_correlation *pso_correlation = &thread_trace_data->rgp_pso_correlation; local in function:radv_unregister_pipeline
948 simple_mtx_lock(&pso_correlation->lock);
949 list_for_each_entry_safe(struct rgp_pso_correlation_record, record, &pso_correlation->record,
953 pso_correlation->record_count--;
959 simple_mtx_unlock(&pso_correlation->lock);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c631 struct rgp_pso_correlation *pso_correlation = &sctx->thread_trace->rgp_pso_correlation; local in function:si_destroy_thread_trace
635 &pso_correlation->record, list) {

Completed in 8 milliseconds