Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_tcs_workarounds.c76 load_output(nir_builder *b, int num_components, int offset, int component) in load_output() function
96 nir_ssa_def *inner = load_output(b, 2, 0, 2); in emit_quads_workaround()
97 nir_ssa_def *outer = load_output(b, 4, 1, 0); in emit_quads_workaround()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drun_tests.py55 def load_output(filename): function
70 output = load_output(output_file)
71 output_b = load_output(output_file + '.b')