Home
last modified time | relevance | path

Searched defs:input_root (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/tools/
Dtest_runner.py132 def Generate(self, source_dir, input_filename, input_root, pdf_path): argument
153 def TestText(self, input_filename, input_root, expected_txt_path, pdf_path): argument
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c239 nir_deref_instr *input_root = nir_build_deref_var(b, input); in fixup_interpolation_instr() local
/external/v8/src/compiler/
Dnode.h408 InputEdges(ZoneNodePtr* input_root, Use* use_root, int count) in InputEdges()
430 explicit Inputs(ZoneNodePtr const* input_root, int count) in Inputs()