Searched refs:callback_leave (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_hierarchical_visitor.cpp | 31 this->callback_leave = NULL; 97 if (this->callback_leave != NULL) 98 this->callback_leave(ir, this->data_leave); 115 if (this->callback_leave != NULL) 116 this->callback_leave(ir, this->data_leave); 133 if (this->callback_leave != NULL) 134 this->callback_leave(ir, this->data_leave); 151 if (this->callback_leave != NULL) 152 this->callback_leave(ir, this->data_leave); 169 if (this->callback_leave ! [all...] |
| H A D | ir_hierarchical_visitor.h | 186 void (*callback_leave)(class ir_instruction *ir, void *data); member in class:ir_hierarchical_visitor 194 * Extra data parameter passed to the per-node callback_leave function 209 void (*callback_leave)(class ir_instruction *ir, void *data) = NULL,
|
| H A D | lower_precision.cpp | 185 callback_leave = stack_leave;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | 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 ! [all...] |
| H A D | 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 5 milliseconds