/third_party/vk-gl-cts/external/amber/src/src/ |
D | type_parser_test.cc | 41 {FormatComponentType::kA, FormatMode::kUNorm, 1}, in TEST_F() 51 {FormatComponentType::kA, FormatMode::kSInt, 2}, in TEST_F() 61 {FormatComponentType::kA, FormatMode::kSNorm, 2}, in TEST_F() 71 {FormatComponentType::kA, FormatMode::kSScaled, 2}, in TEST_F() 81 {FormatComponentType::kA, FormatMode::kUInt, 2}, in TEST_F() 91 {FormatComponentType::kA, FormatMode::kUNorm, 2}, in TEST_F() 101 {FormatComponentType::kA, FormatMode::kUScaled, 2}, in TEST_F() 111 {FormatComponentType::kA, FormatMode::kSInt, 2}, in TEST_F() 121 {FormatComponentType::kA, FormatMode::kSNorm, 2}, in TEST_F() 131 {FormatComponentType::kA, FormatMode::kSScaled, 2}, in TEST_F() [all …]
|
D | format_data.h | 22 kA, enumerator
|
D | verifier.cc | 298 if (seg.GetName() != FormatComponentType::kA) in ScaleTexelValuesIfNeeded() 329 case FormatComponentType::kA: in IsTexelEqualToExpected() 383 case FormatComponentType::kA: in GetTexelInRGBA()
|
D | type_parser.cc | 138 FormatComponentType type = FormatComponentType::kA; in ProcessChunk() 156 type = FormatComponentType::kA; in ProcessChunk()
|
/third_party/skia/gm/ |
D | displacement.cpp | 71 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr)); in onDraw() 77 SkColorChannel::kG, SkColorChannel::kA, 48.0f, displ, nullptr)); in onDraw() 80 SkColorChannel::kR, SkColorChannel::kA, 64.0f, displ, nullptr)); in onDraw() 87 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr)); in onDraw() 93 SkColorChannel::kG, SkColorChannel::kA, 40.0f, displ, nullptr)); in onDraw() 96 SkColorChannel::kR, SkColorChannel::kA, 40.0f, displ, nullptr)); in onDraw() 104 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr, &cropRect)); in onDraw() 110 SkColorChannel::kG, SkColorChannel::kA, 48.0f, displ, nullptr, &cropRect)); in onDraw() 113 SkColorChannel::kR, SkColorChannel::kA, 64.0f, displ, nullptr, &cropRect)); in onDraw() 120 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr, &cropRect)); in onDraw() [all …]
|
/third_party/skia/tests/graphite/ |
D | MaskTest.cpp | 13 kA = 1, enumerator 25 flags |= Flags::kA; in DEF_GRAPHITE_TEST() 28 REPORTER_ASSERT(r, (flags & Flags::kA)); 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() 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()
|
/third_party/skia/tests/ |
D | ResourceAllocatorTest.cpp | 50 constexpr SkBackingFit kA = SkBackingFit::kApprox; variable 223 {{64, kRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 224 {64, kRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 227 {{64, kNotRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 228 {64, kNotRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 248 {{64, kRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 249 {64, kRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 251 {{64, kNotRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 252 {64, kNotRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 255 {{64, kRT, kRGBA, kA, 1, kNotB, kDeferred}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() [all …]
|
D | RoundRectTest.cpp | 1111 kA, kB, kRect enumerator 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() 1195 verify_success(reporter, a.makeOffset(6.f, 0.f), b, kA, kRect, kRect, kA); in test_conservative_intersection() 1196 verify_success(reporter, a.makeOffset(-6.f, 0.f), b, kRect, kA, kA, kRect); in test_conservative_intersection() 1201 verify_success(reporter, a.makeOffset(-7.f, -8.f), b, kB, kRect, kA, kRect); // TL of B in test_conservative_intersection() 1202 verify_success(reporter, a.makeOffset(7.f, -8.f), b, kRect, kB, kRect, kA); // TR of B in test_conservative_intersection() 1203 verify_success(reporter, a.makeOffset(7.f, 8.f), b, kA, kRect, kB, kRect); // BR of B in test_conservative_intersection() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | fast_uniform_bits.h | 191 static constexpr size_t kA = // ceil(w/m) in Generate() local 194 static constexpr size_t kABits = kResultBits / kA; // w0' in Generate() 200 ((kUrbgRange - kARejection) <= (kARejection / kA)) ? kA : (kA + 1); // n in Generate()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGFeDisplacementMap.h | 26 SVG_ATTR(XChannelSelector, ChannelSelector , ChannelSelector::kA) 27 SVG_ATTR(YChannelSelector, ChannelSelector , ChannelSelector::kA)
|
/third_party/skia/src/core/ |
D | SkYUVAInfoLocation.h | 22 SkColorChannel fChannel = SkColorChannel::kA; 36 if (i != SkYUVAInfo::YUVAChannels::kA) {
|
D | SkYUVAInfo.cpp | 156 case 1: *channel = SkColorChannel::kA; return true; in channel_index_to_channel() 162 *channel = SkColorChannel::kA; in channel_index_to_channel()
|
/third_party/skia/include/core/ |
D | SkColor.h | 230 kA, // the alpha channel enumerator 232 kLastEnum = kA, 240 kAlpha_SkColorChannelFlag = 1 << static_cast<uint32_t>(SkColorChannel::kA),
|
D | SkYUVAInfo.h | 24 enum YUVAChannels { kY, kU, kV, kA, kLast = kA }; enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
D | vktMemoryModelPadding.cpp | 238 constexpr deInt32 kA = 1; in iterate() local 252 BufferStructure inputValues {kA, kB, kC, kInputPaddingByte}; in iterate() 339 …return (outputData->checkValues(kA, kB, kC, kOutputPaddingByte) ? tcu::TestStatus::pass("Pass") : … in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelPadding.cpp | 238 constexpr deInt32 kA = 1; in iterate() local 252 BufferStructure inputValues {kA, kB, kC, kInputPaddingByte}; in iterate() 339 …return (outputData->checkValues(kA, kB, kC, kOutputPaddingByte) ? tcu::TestStatus::pass("Pass") : … in iterate()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-1435.hpp | 7 static const AB kA = AB::A; variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-1435.rs | 22 pub static kA: root::AB; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | char_map_test.cc | 92 constexpr absl::strings_internal::Charmap kA = in TEST() local 94 EXPECT_THAT(Members(kA), "A"); in TEST()
|
/third_party/skia/tools/skui/ |
D | Key.h | 45 kA, enumerator
|
/third_party/skia/samplecode/ |
D | SampleFitCubicToCircle.cpp | 71 constexpr static double kA = 4*M_SQRT2/3; in fit_cubic_to_unit_circle() local 73 double c = (std::sqrt(1 + d) * kM + kA) / std::sqrt(1 - d); in fit_cubic_to_unit_circle()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFeDisplacementMap.cpp | 64 { "A", SkSVGFeDisplacementMap::ChannelSelector::kA }, in parse()
|
/third_party/skia/src/utils/ |
D | SkShadowTessellator.cpp | 1064 static constexpr SkScalar kA = 0.32495117187f; 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/skia/src/gpu/effects/ |
D | GrYUVtoRGBEffect.cpp | 199 return locations[SkYUVAInfo::YUVAChannels::kA].fPlane >= 0 ? kPremul_SkAlphaType in alpha_type() 262 const bool hasAlpha = yuvEffect.fLocations[SkYUVAInfo::YUVAChannels::kA].fPlane >= 0; in onMakeProgramImpl()
|
/third_party/skia/src/gpu/ |
D | GrYUVATextureProxies.cpp | 111 case 'a': fYUVALocations[i].fChannel = SkColorChannel::kA; break; in GrYUVATextureProxies()
|