Home
last modified time | relevance | path

Searched refs:node_to_temp_priority (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c80 node_to_temp_priority(const void *in_a, const void *in_b) in node_to_temp_priority() function
137 qsort(map, c->num_temps, sizeof(map[0]), node_to_temp_priority); in v3d_register_allocate()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c192 node_to_temp_priority(const void *in_a, const void *in_b) in node_to_temp_priority() function
286 qsort(map, c->num_temps, sizeof(map[0]), node_to_temp_priority); in vc4_register_allocate()