Home
last modified time | relevance | path

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

/external/skqp/tests/
DPackedConfigsTextureTest.cpp25 static void check_component(skiatest::Reporter* reporter, uint8_t control, uint8_t test) { in check_component() function
53 check_component(reporter, ctrlComp, testComp); in check_4444()
58 check_component(reporter, ctrlComp, testComp); in check_4444()
63 check_component(reporter, ctrlComp, testComp); in check_4444()
68 check_component(reporter, ctrlComp, testComp); in check_4444()
83 check_component(reporter, ctrlComp, testComp); in check_565()
88 check_component(reporter, ctrlComp, testComp); in check_565()
93 check_component(reporter, ctrlComp, testComp); in check_565()
/external/skia/tests/
DPackedConfigsTextureTest.cpp25 static void check_component(skiatest::Reporter* reporter, uint8_t control, uint8_t test) { in check_component() function
53 check_component(reporter, ctrlComp, testComp); in check_4444()
58 check_component(reporter, ctrlComp, testComp); in check_4444()
63 check_component(reporter, ctrlComp, testComp); in check_4444()
68 check_component(reporter, ctrlComp, testComp); in check_4444()
83 check_component(reporter, ctrlComp, testComp); in check_565()
88 check_component(reporter, ctrlComp, testComp); in check_565()
93 check_component(reporter, ctrlComp, testComp); in check_565()
/external/mesa3d/src/mesa/main/
Dcontext.c1527 #define check_component(foo) \ in check_compatible() macro
1532 check_component(redMask); in check_compatible()
1533 check_component(greenMask); in check_compatible()
1534 check_component(blueMask); in check_compatible()
1535 check_component(depthBits); in check_compatible()
1536 check_component(stencilBits); in check_compatible()
1538 #undef check_component in check_compatible()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc2500 auto check_component = [&](absl::string_view name, double v) { in CheckParsedValueIsInRange() local
2521 return check_component("real", std::real(value)) && in CheckParsedValueIsInRange()
2522 check_component("imaginary", std::imag(value)); in CheckParsedValueIsInRange()