Home
last modified time | relevance | path

Searched refs:gpir_op_num (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c1689 int num_nodes[gpir_op_num] = {0}; in print_statistic()
1690 int num_created_nodes[gpir_op_num] = {0}; in print_statistic()
1703 for (int i = 0; i < gpir_op_num; i++) { in print_statistic()
1717 for (int i = 0; i < gpir_op_num; i++) { in print_statistic()
Dgpir.h105 gpir_op_num, enumerator
Dlower.c434 static bool (*gpir_pre_rsched_lower_funcs[gpir_op_num])(gpir_block *, gpir_node *) = {