Home
last modified time | relevance | path

Searched refs:kB (Results 1 - 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser_test.cc44 {FormatComponentType::kB, FormatMode::kUNorm, 5}, in TEST_F()
52 {FormatComponentType::kB, FormatMode::kSInt, 10}, in TEST_F()
62 {FormatComponentType::kB, FormatMode::kSNorm, 10}, in TEST_F()
72 {FormatComponentType::kB, FormatMode::kSScaled, 10}, in TEST_F()
82 {FormatComponentType::kB, FormatMode::kUInt, 10}, in TEST_F()
92 {FormatComponentType::kB, FormatMode::kUNorm, 10}, in TEST_F()
102 {FormatComponentType::kB, FormatMode::kUScaled, 10}, in TEST_F()
114 {FormatComponentType::kB, FormatMode::kSInt, 10}, in TEST_F()
124 {FormatComponentType::kB, FormatMode::kSNorm, 10}, in TEST_F()
134 {FormatComponentType::kB, FormatMod in TEST_F()
[all...]
H A Dformat_data.h21 kB, member in FormatComponentType
H A Dverifier.cc347 case FormatComponentType::kB: in IsTexelEqualToExpected()
380 case FormatComponentType::kB: in GetTexelInRGBA()
H A Dtype_parser.cc153 type = FormatComponentType::kB; in ProcessChunk()
H A Dverifier_test.cc490 list->AddMember(FormatComponentType::kB, FormatMode::kSFloat, 10); in TEST_F()
532 list->AddMember(FormatComponentType::kB, FormatMode::kSFloat, 10); in TEST_F()
574 list->AddMember(FormatComponentType::kB, FormatMode::kSFloat, 16); in TEST_F()
/third_party/skia/tests/graphite/
H A DMaskTest.cpp14 kB = 2, member in Flags
27 REPORTER_ASSERT(r, !(flags & Flags::kB)); in DEF_GRAPHITE_TEST()
29 flags |= (Flags::kB | Flags::kC); in DEF_GRAPHITE_TEST()
30 auto mask = Flags::kB | Flags::kC; in DEF_GRAPHITE_TEST()
32 REPORTER_ASSERT(r, flags == (Flags::kA | Flags::kB | Flags::kC)); in DEF_GRAPHITE_TEST()
34 REPORTER_ASSERT(r, flags == (Flags::kA | Flags::kB)); in DEF_GRAPHITE_TEST()
39 flags &= ~Flags::kB; in DEF_GRAPHITE_TEST()
47 REPORTER_ASSERT(r, !(Flags::kA & Flags::kB)); in DEF_GRAPHITE_TEST()
48 REPORTER_ASSERT(r, (Flags::kA ^ Flags::kB) == (Flags::kA | Flags::kB)); in DEF_GRAPHITE_TEST()
[all...]
/third_party/skia/gm/
H A Ddisplacement.cpp71 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr));
74 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr));
87 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr));
90 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr));
104 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr, &cropRect));
107 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr, &cropRect));
120 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr, &cropRect));
123 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr, &cropRect));
144 SkColorChannel::kB, SkColorChannel::kA, 40.0f, std::move(displ), nullptr));
148 SkColorChannel::kR, SkColorChannel::kB, 40.
[all...]
/third_party/skia/tests/
H A DRoundRectTest.cpp1111 kA, kB, kRect
1124 (tl == kA ? a : (tl == kB ? b : kRect)).radii(SkRRect::kUpperLeft_Corner), in verify_success()
1125 (tr == kA ? a : (tr == kB ? b : kRect)).radii(SkRRect::kUpperRight_Corner), in verify_success()
1126 (br == kA ? a : (br == kB ? b : kRect)).radii(SkRRect::kLowerRight_Corner), in verify_success()
1127 (bl == kA ? a : (bl == kB ? b : kRect)).radii(SkRRect::kLowerLeft_Corner) in verify_success()
1198 verify_success(reporter, a, b.makeOffset(0.f, 6.f), kB, kB, kRect, kRect); in test_conservative_intersection()
1199 verify_success(reporter, a, b.makeOffset(0.f, -6.f), kRect, kRect, kB, kB); in test_conservative_intersection()
1201 verify_success(reporter, a.makeOffset(-7.f, -8.f), b, kB, kRec in test_conservative_intersection()
[all...]
H A DResourceAllocatorTest.cpp53 constexpr SkBudgeted kB = SkBudgeted::kYes; member
417 const ProxyParams kProxy64 = {64, kRT, kRGBA, kE, 1, kB, kDeferred}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
419 const ProxyParams kProxy64Lazy = {64, kRT, kRGBA, kE, 1, kB, kLazy}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
420 const ProxyParams kProxy64FullyLazy = {64, kRT, kRGBA, kE, 1, kB, kFullyLazy}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
421 const ProxyParams kProxy32Instantiated = {32, kRT, kRGBA, kE, 1, kB, kInstantiated}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
422 const ProxyParams kProxy64Instantiated = {64, kRT, kRGBA, kE, 1, kB, kInstantiated}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DGrStyledShapeTest.cpp1896 static constexpr SkPoint kB { 5, -9}; in DEF_TEST()
1899 SkPath lineAB = SkPath::Line(kA, kB); in DEF_TEST()
1900 SkPath lineBA = SkPath::Line(kB, kA); in DEF_TEST()
1901 SkPath lineAC = SkPath::Line(kB, kC); in DEF_TEST()
1956 SkPoint canonicalPts[2] {kA, kB}; in DEF_TEST()
1961 if (pts[0] == kA && pts[1] == kB) { in DEF_TEST()
1963 } else if (pts[1] == kA && pts[0] == kB) { in DEF_TEST()
1979 pts[0] == kA && pts[1] == kB); in DEF_TEST()
1981 pts[0] == kB && pts[1] == kA); in DEF_TEST()
1998 pts[0] == kA && pts[1] == kB); in DEF_TEST()
[all...]
H A DImageFilterTest.cpp131 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kB, 20.0f, in FilterList()
1952 SkColorChannel::kB, in DEF_TEST()
/third_party/ltp/testcases/kernel/numa/
H A Dnuma01.sh312 Ori_hpgs=$(cat ${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages)
314 echo $New_hpgs >${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages
316 Chk_hpgs=$(cat ${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages)
334 echo $Ori_hpgs >${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages
339 echo $Ori_hpgs >${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages
/third_party/skia/bench/
H A DDisplacementBench.cpp126 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kB, SkColorChannel::kA,
150 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kB,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp239 constexpr deInt32 kB = 2; in iterate() local
252 BufferStructure inputValues {kA, kB, kC, kInputPaddingByte}; in iterate()
339 return (outputData->checkValues(kA, kB, kC, kOutputPaddingByte) ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Unexpected values in output data")); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp239 constexpr deInt32 kB = 2; in iterate() local
252 BufferStructure inputValues {kA, kB, kC, kInputPaddingByte}; in iterate()
339 return (outputData->checkValues(kA, kB, kC, kOutputPaddingByte) ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Unexpected values in output data")); in iterate()
/third_party/skia/modules/svg/src/
H A DSkSVGFeDisplacementMap.cpp63 { "B", SkSVGFeDisplacementMap::ChannelSelector::kB }, in parse()
/third_party/skia/include/core/
H A DSkColor.h229 kB, // the blue channel member in SkColorChannel
239 kBlue_SkColorChannelFlag = 1 << static_cast<uint32_t>(SkColorChannel::kB),
/third_party/skia/src/gpu/
H A DGrYUVATextureProxies.cpp110 case 'b': fYUVALocations[i].fChannel = SkColorChannel::kB; break; in GrYUVATextureProxies()
/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp1065 static constexpr SkScalar kB = 0.44311523437f; in computeClipAndPathPolygons() local
1106 curvePoint.fX = kA*clipPts[0].fX + kB*clipPts[1].fX in computeClipAndPathPolygons()
1108 curvePoint.fY = kA*clipPts[0].fY + kB*clipPts[1].fY in computeClipAndPathPolygons()
1113 + kB*clipPts[2].fX + kA*clipPts[3].fX; in computeClipAndPathPolygons()
1115 + kB*clipPts[2].fY + kA*clipPts[3].fY; in computeClipAndPathPolygons()
/third_party/vixl/src/aarch32/
H A Dconstants-aarch32.cc57 case kB: in ToCString()
H A Dconstants-aarch32.h133 kB, enumerator
H A Dassembler-aarch32.h720 VIXL_ASSERT((type == kB)); in Delegate()
H A Ddisasm-aarch32.cc1274 os().SetCurrentInstruction(kB, kAddress | kBranch); in b()
1275 os() << ToCString(kB) << ConditionPrinter(it_block_, cond) << size << " " in b()
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkDisplacementMapImageFilter.cpp95 case SkColorChannel::kB: in channel_selector_type_is_valid()
554 case SkColorChannel::kB: return 'b'; in emitCode()
/third_party/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp100 kB, member in skottie::internal::__anon18548::final::Selector
142 { 0,0,1,0,0, 1,0 }, // kB: D = b, C = a in Coeffs()

Completed in 93 milliseconds

12