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

  /external/mesa3d/src/compiler/glsl/
ir_hierarchical_visitor.cpp 30 this->callback_enter = NULL;
40 if (this->callback_enter != NULL)
41 this->callback_enter(ir, this->data_enter);
49 if (this->callback_enter != NULL)
50 this->callback_enter(ir, this->data_enter);
58 if (this->callback_enter != NULL)
59 this->callback_enter(ir, this->data_enter);
67 if (this->callback_enter != NULL)
68 this->callback_enter(ir, this->data_enter);
76 if (this->callback_enter != NULL
    [all...]
ir_hierarchical_visitor.h 169 void (*callback_enter)(class ir_instruction *ir, void *data); member in class:ir_hierarchical_visitor
182 * Extra data parameter passed to the per-node callback_enter function
200 void (*callback_enter)(class ir_instruction *ir, void *data),
ir_validate.cpp 53 this->callback_enter = ir_validate::validate_ir;

Completed in 1081 milliseconds