Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dpass_queue_test.cpp101 PassQueue passes; in TEST_F() local
102 passes.append(new MulToAddTransformer()); in TEST_F()
103 auto m1 = passes.run(m.get()); in TEST_F()
122 PassQueue passes; in TEST_F() local
123 passes.append(new InPlaceModifyingPass()); in TEST_F()
124 auto m1 = passes.run(m.get()); in TEST_F()
142 PassQueue passes; in TEST_F() local
143 passes.append(new Deleter()); in TEST_F()
144 auto m1 = passes.run(m.get()); in TEST_F()
158 PassQueue passes; in TEST_F() local
[all …]
/frameworks/rs/rsov/compiler/
DBuiltin_test.cpp35 PassQueue passes; in TEST() local
36 passes.append(rs2spirv::CreateBuiltinPass()); in TEST()
37 auto words1 = passes.run(words); in TEST()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerUtils.cpp85 bool passes = true; in rectsAreSame() local
88 passes &= valuesMatch(message, ref.mDisplayFrame, val.mDisplayFrame, "display frame"); in rectsAreSame()
89 passes &= valuesMatch(message, ref.mPlaneAlpha, val.mPlaneAlpha, "alpha"); in rectsAreSame()
90 passes &= valuesMatch(message, ref.mSwapCount, val.mSwapCount, "swap count"); in rectsAreSame()
91 passes &= valuesMatch(message, ref.mSourceCrop, val.mSourceCrop, "source crop"); in rectsAreSame()
93 if (passes) { in rectsAreSame()
/frameworks/rs/tests/lldb/
Drun_tests.py551 passes = sum(1 for key, value in state.results.items() if value == 'pass')
552 log.info('Current pass rate: %s of %s executed.', passes, len(state.results))
662 passes = 0
671 passes += 1
683 assert passes + failures == total, 'Invalid test results status'
691 log.log_and_print('{0} of {1} passed'.format(passes, total))
693 log.log_and_print('{0}% rate'.format((passes*100)/total))
/frameworks/base/tests/AccessoryDisplay/
DREADME20 displays it in a SurfaceView. The sink also injects passes touch
35 a private virtual display which passes the framebuffer through
/frameworks/base/core/proto/android/os/
Dheader.proto43 // And this header passes through incidentd without incidentd parsing it.
Dpowermanager.proto55 // display controller. The device typically passes through the dozing
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh23 // 5. After each layer is processed in either of the two passes, the fields
/frameworks/rs/script_api/include/
Drs_atomic.rsh92 * addr: Address of the value to compare and replace if the test passes.
94 * newValue: Value to write if the test passes.
Drs_allocation_data.rsh2688 * This function has two styles. One passes the value to be stored using a void*,
/frameworks/base/packages/SystemUI/docs/
Dplugins.md107 After the plugin is created and passes all permission/security checks, then the plugin will receive…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests.m278 // In DEBUG, the data generation will fail, but in non DEBUG, it passes
300 // In DEBUG, the data generation will fail, but in non DEBUG, it passes
325 // In DEBUG, the parse will fail, but in non DEBUG, it passes because