Home
last modified time | relevance | path

Searched defs:schedule_node (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c43 struct schedule_node { struct
47 struct schedule_node **children; argument
64 /* List of struct schedule_node *. This starts out with all argument
Dvc4_qpu_schedule.c45 struct schedule_node { struct
48 struct schedule_node_child *children; argument
49 uint32_t child_count;
50 uint32_t child_array_size;
51 uint32_t parent_count;
77 struct schedule_node *node; argument
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c45 struct schedule_node { struct
48 struct schedule_node_child *children; argument
71 struct schedule_node *node; argument
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp62 class schedule_node : public exec_node class
786 schedule_node::schedule_node(backend_instruction *inst, in schedule_node() function in schedule_node