Searched refs:push_state (Results 1 – 6 of 6) sorted by relevance
68 static void push_state (enum prepstate);97 push_state (skip_to_endif);100 push_state (skip_to_endif);105 push_state (skip_to_endif); }268 push_state (enum prepstate state) in push_state() function333 push_state (skip_if); in handle_ifdef()
1846 struct anv_state push_state = in genX() local1849 if (push_state.alloc_size) { in genX()1851 curbe.CURBETotalDataLength = push_state.alloc_size; in genX()1852 curbe.CURBEDataStartAddress = push_state.offset; in genX()
224 def push_state(self,state): member in Lexer
275 def push_state(self,state): member in Lexer
276 def push_state(self, state): member in Lexer
792 t.lexer.push_state('foo') # Begin state 'foo', push old state