Searched refs:aco_compiler_statistic_info (Results 1 – 4 of 4) sorted by relevance
22 static const std::array<aco_compiler_statistic_info, aco_num_statistics> statistic_infos = []()24 std::array<aco_compiler_statistic_info, aco_num_statistics> ret{}; in __anon5dbb34e90202()26 aco_compiler_statistic_info{"Hash", "CRC32 hash of code and constant data"}; in __anon5dbb34e90202()28 aco_compiler_statistic_info{"Instructions", "Instruction count"}; in __anon5dbb34e90202()30 aco_compiler_statistic_info{"Copies", "Copy instructions created for pseudo-instructions"}; in __anon5dbb34e90202()31 ret[aco_statistic_branches] = aco_compiler_statistic_info{"Branches", "Branch instructions"}; in __anon5dbb34e90202()33 aco_compiler_statistic_info{"Latency", "Issue cycles plus stall cycles"}; in __anon5dbb34e90202()34 ret[aco_statistic_inv_throughput] = aco_compiler_statistic_info{ in __anon5dbb34e90202()36 ret[aco_statistic_vmem_clauses] = aco_compiler_statistic_info{ in __anon5dbb34e90202()38 ret[aco_statistic_smem_clauses] = aco_compiler_statistic_info{ in __anon5dbb34e90202()[all …]
29 struct aco_compiler_statistic_info { struct45 extern const struct aco_compiler_statistic_info* aco_statistic_infos; argument
1046 const struct aco_compiler_statistic_info *info = &aco_statistic_infos[i]; in radv_GetPipelineExecutableStatisticsKHR()
1622 - radv: Const aco_compiler_statistic_info usage