Home
last modified time | relevance | path

Searched refs:descA (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp634 const ColorStateDescriptor& descA = *a->GetColorStateDescriptor(i); in operator ()() local
636 if (descA.format != descB.format || descA.writeMask != descB.writeMask) { in operator ()()
639 if (descA.colorBlend.operation != descB.colorBlend.operation || in operator ()()
640 descA.colorBlend.srcFactor != descB.colorBlend.srcFactor || in operator ()()
641 descA.colorBlend.dstFactor != descB.colorBlend.dstFactor) { in operator ()()
644 if (descA.alphaBlend.operation != descB.alphaBlend.operation || in operator ()()
645 descA.alphaBlend.srcFactor != descB.alphaBlend.srcFactor || in operator ()()
646 descA.alphaBlend.dstFactor != descB.alphaBlend.dstFactor) { in operator ()()
652 const DepthStencilStateDescriptor& descA = a->mDepthStencilState; in operator ()() local
654 if (descA.format != descB.format || in operator ()()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp954 const ColorTargetState& descA = *a->GetColorTargetState(i); in operator ()() local
956 if (descA.writeMask != descB.writeMask) { in operator ()()
959 if ((descA.blend == nullptr) != (descB.blend == nullptr)) { in operator ()()
962 if (descA.blend != nullptr) { in operator ()()
963 if (descA.blend->color.operation != descB.blend->color.operation || in operator ()()
964 descA.blend->color.srcFactor != descB.blend->color.srcFactor || in operator ()()
965 descA.blend->color.dstFactor != descB.blend->color.dstFactor) { in operator ()()
968 if (descA.blend->alpha.operation != descB.blend->alpha.operation || in operator ()()
969 descA.blend->alpha.srcFactor != descB.blend->alpha.srcFactor || in operator ()()
970 descA.blend->alpha.dstFactor != descB.blend->alpha.dstFactor) { in operator ()()
[all …]
/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp51 auto descA = GrGetColorTypeDesc(a); in determine_tolerances() local
57 if (descA[i] != descB[i]) { in determine_tolerances()
58 auto m = std::min(descA[i], descB[i]); in determine_tolerances()
/third_party/skia/tests/
DTransferPixelsTest.cpp54 auto descA = GrGetColorTypeDesc(a); in determine_tolerances() local
60 if (descA[i] != descB[i]) { in determine_tolerances()
61 auto m = std::min(descA[i], descB[i]); in determine_tolerances()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h621 const GraphicsPipelineDesc &descA, in GraphicsPipelineTransitionMatch() argument
635 const uint32_t *rawPtrA = descA.getPtr<uint32_t>(); in GraphicsPipelineTransitionMatch()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h979 const GraphicsPipelineDesc &descA, in GraphicsPipelineTransitionMatch() argument
993 const uint32_t *rawPtrA = descA.getPtr<uint32_t>(); in GraphicsPipelineTransitionMatch()