Searched refs:first_list (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/bin/
H A Dpost_version.py37 first_list = True
40 if first_list and line.startswith('-'):
41 first_list = False
43 if not first_list and second_list and line.startswith(' relnotes/'):
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Ddlist-begin-call-end.c36 GLint first_list, list; variable in typeref:typename:GLint
50 first_list = glGenLists(1);
51 glNewList(first_list, GL_COMPILE);
66 glCallList( first_list );
H A Ddlist-recursive-call.c36 GLint first_list, list; variable in typeref:typename:GLint
50 first_list = glGenLists(1);
51 glNewList(first_list, GL_COMPILE);
80 glCallList( first_list );
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_unroll.cpp308 exec_list *const first_list = first_term_then_continue local in function:loop_unroll_visitor::complex_unroll
310 ir_if = ((ir_instruction *) first_list->get_tail())->as_if();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_unroll.cpp308 exec_list *const first_list = first_term_then_continue local in function:loop_unroll_visitor::complex_unroll
310 ir_if = ((ir_instruction *) first_list->get_tail())->as_if();

Completed in 6 milliseconds