Searched refs:get_prev (Results 1 – 3 of 3) sorted by relevance
69 const exec_node *get_prev() const;70 exec_node *get_prev();212 inline const exec_node *exec_node::get_prev() const in get_prev() function217 inline exec_node *exec_node::get_prev() in get_prev() function
317 def get_prev(self): member in xmlCore394 prev = property(get_prev, None, None, "Previous sibling node")
3438 inst = (glsl_to_tgsi_instruction *)inst->get_prev(); in visit_ssbo_intrinsic()3443 inst = (glsl_to_tgsi_instruction *)inst->get_prev(); in visit_ssbo_intrinsic()