Home
last modified time | relevance | path

Searched refs:return_ (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/tests/lower_jumps/
Dcreate_test_cases.py92 def return_(value = None): function
309 complex_if('', return_())
326 complex_if('', return_())
344 return_()
358 return_(const_float(1))
372 complex_if('', return_(const_float(1))) +
373 return_(const_float(2))
391 simple_if('a', return_(const_float(1)),
392 return_(const_float(2)))
415 complex_if('a', return_()) +
[all …]
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
Dcreate_test_cases.py92 def return_(value = None): function
309 complex_if('', return_())
326 complex_if('', return_())
344 return_()
358 return_(const_float(1))
372 complex_if('', return_(const_float(1))) +
373 return_(const_float(2))
391 simple_if('a', return_(const_float(1)),
392 return_(const_float(2)))
415 complex_if('a', return_()) +
[all …]
/external/chromium_org/v8/test/cctest/compiler/
Dsimplified-graph-builder.cc19 return_(NULL), in SimplifiedGraphBuilder()
34 return_ = in Return()
41 Node* end = graph()->NewNode(common()->End(), return_); in End()
Dsimplified-graph-builder.h146 Node* return_; variable