HomeSort by relevance Sort by last modified time
    Searched refs:callback_leave (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_hierarchical_visitor.cpp 31 this->callback_leave = NULL;
103 if (this->callback_leave != NULL)
104 this->callback_leave(ir, this->data_leave);
121 if (this->callback_leave != NULL)
122 this->callback_leave(ir, this->data_leave);
139 if (this->callback_leave != NULL)
140 this->callback_leave(ir, this->data_leave);
157 if (this->callback_leave != NULL)
158 this->callback_leave(ir, this->data_leave);
175 if (this->callback_leave != NULL
    [all...]
ir_hierarchical_visitor.h 178 void (*callback_leave)(class ir_instruction *ir, void *data); member in class:ir_hierarchical_visitor
186 * Extra data parameter passed to the per-node callback_leave function
201 void (*callback_leave)(class ir_instruction *ir, void *data) = NULL,

Completed in 364 milliseconds