Home
last modified time | relevance | path

Searched refs:match_expression (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_search.c39 match_expression(const nir_search_expression *expr, nir_alu_instr *instr,
132 return match_expression(nir_search_value_as_expression(value), in match_value()
246 match_expression(const nir_search_expression *expr, nir_alu_instr *instr, in match_expression() function
586 if (!match_expression(search, instr, instr->dest.dest.ssa.num_components, in nir_replace_instr()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dlexer.py232 if self.match_expression():
380 def match_expression(self): member in Lexer