Searched refs:pipeline_code_hash (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c312 uint32_t pipeline_code_hash = _mesa_hash_data_with_seed( local in function:si_bind_compute_state
319 if (!si_sqtt_pipeline_is_registered(thread_trace_data, pipeline_code_hash)) {
320 si_sqtt_register_pipeline(sctx, pipeline_code_hash, base_address, true);
323 si_sqtt_describe_pipeline_bind(sctx, pipeline_code_hash, 1);
H A Dsi_state_draw.cpp284 uint32_t pipeline_code_hash = 0; local in function:si_update_shaders
290 pipeline_code_hash = _mesa_hash_data_with_seed(
293 pipeline_code_hash);
300 if (!si_sqtt_pipeline_is_registered(thread_trace_data, pipeline_code_hash)) {
301 si_sqtt_register_pipeline(sctx, pipeline_code_hash, base_address, false);
304 si_sqtt_describe_pipeline_bind(sctx, pipeline_code_hash, 0);

Completed in 11 milliseconds