Searched refs:api_pso_hash (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ | ||
| H A D | ac_rgp.h | 99 uint64_t api_pso_hash; member in struct:rgp_pso_correlation_record |
| H A D | ac_sqtt.c | 112 record->api_pso_hash = pipeline_hash; |
| H A D | ac_sqtt.h | 477 uint32_t api_pso_hash[2]; member in union:rgp_sqtt_marker_pipeline_bind::__anon74c91f7a220a |
| H A D | ac_rgp.c | 679 uint64_t api_pso_hash; member in struct:sqtt_pso_correlation_record |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ | ||
| H A D | si_sqtt.c | 1066 marker.api_pso_hash[0] = pipeline_hash; 1067 marker.api_pso_hash[1] = pipeline_hash >> 32; |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/ | ||
| H A D | radv_sqtt_layer.c | 341 marker.api_pso_hash[0] = pipeline->pipeline_hash; 342 marker.api_pso_hash[1] = pipeline->pipeline_hash >> 32; |
Completed in 9 milliseconds