Home
last modified time | relevance | path

Searched refs:aco_compiler_statistic_info (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_interface.cpp22 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 …]
Daco_interface.h29 struct aco_compiler_statistic_info { struct
45 extern const struct aco_compiler_statistic_info* aco_statistic_infos; argument
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1046 const struct aco_compiler_statistic_info *info = &aco_statistic_infos[i]; in radv_GetPipelineExecutableStatisticsKHR()
/external/mesa3d/docs/relnotes/
D21.0.0.rst1622 - radv: Const aco_compiler_statistic_info usage