Home
last modified time | relevance | path

Searched refs:get_prev (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlist.h69 const exec_node *get_prev() const;
70 exec_node *get_prev();
212 inline const exec_node *exec_node::get_prev() const in get_prev() function
217 inline exec_node *exec_node::get_prev() in get_prev() function
/external/libxml2/python/
Dlibxml.py317 def get_prev(self): member in xmlCore
394 prev = property(get_prev, None, None, "Previous sibling node")
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3438 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()