Searched refs:check_component (Results 1 – 3 of 3) sorted by relevance
/external/skqp/tests/ |
D | PackedConfigsTextureTest.cpp | 25 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/ |
D | context.c | 1554 #define check_component(foo) \ in check_compatible() macro 1559 check_component(redShift); in check_compatible() 1560 check_component(greenShift); in check_compatible() 1561 check_component(blueShift); in check_compatible() 1562 check_component(redBits); in check_compatible() 1563 check_component(greenBits); in check_compatible() 1564 check_component(blueBits); in check_compatible() 1565 check_component(depthBits); in check_compatible() 1566 check_component(stencilBits); in check_compatible() 1568 #undef check_component in check_compatible()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 3393 auto check_component = [&](absl::string_view name, double v) { in CheckParsedValueIsInRange() local 3414 return check_component("real", std::real(value)) && in CheckParsedValueIsInRange() 3415 check_component("imaginary", std::imag(value)); in CheckParsedValueIsInRange()
|