Home
last modified time | relevance | path

Searched refs:dstMask (Results 1 – 25 of 29) sorted by relevance

12

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeFactorizer.java147 int dstMask = dstEdge.getDigitMask(); in visit() local
148 if ((strategy == REQUIRE_EQUAL_EDGES) ? (dstMask == srcMask) : (dstMask & ~srcMask) == 0) { in visit()
153 recursivelyMerge(srcTarget, dstTarget, path.extendByMask(dstMask)); in visit()
155 partialOverlap |= (dstMask & srcMask) != 0; in visit()
157 allDstMask |= dstMask; in visit()
/third_party/skia/src/core/
DSkScalerContext.cpp621 SkMask dstMask = origGlyph.mask(); in getImage() local
622 SkIRect origBounds = dstMask.fBounds; in getImage()
625 if (srcMask.fBounds.fTop < dstMask.fBounds.fTop) { in getImage()
626 int32_t topDiff = dstMask.fBounds.fTop - srcMask.fBounds.fTop; in getImage()
628 srcMask.fBounds.fTop = dstMask.fBounds.fTop; in getImage()
630 if (dstMask.fBounds.fTop < srcMask.fBounds.fTop) { in getImage()
631 int32_t topDiff = srcMask.fBounds.fTop - dstMask.fBounds.fTop; in getImage()
632 dstMask.fImage += dstMask.fRowBytes * topDiff; in getImage()
633 dstMask.fBounds.fTop = srcMask.fBounds.fTop; in getImage()
636 if (srcMask.fBounds.fLeft < dstMask.fBounds.fLeft) { in getImage()
[all …]
DSkAAClip.cpp1862 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8() argument
1864 SkASSERT(SkMask::kA8_Format == dstMask->fFormat); in upscaleBW2A8()
1871 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage; in upscaleBW2A8()
1872 const size_t dstRB = dstMask->fRowBytes; in upscaleBW2A8()
/third_party/mesa3d/src/mesa/main/
Datifragshader.h38 GLuint dstMask; member
90 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
95 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
101 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
Datifragshader.c118 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op() argument
130 fprintf(stderr, ", %d", dstMask); in debug_op()
582 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI() argument
726 curI->DstReg[optype].dstMask = WRITEMASK_W; in _mesa_FragmentOpXATI()
727 else if (dstMask == GL_NONE) in _mesa_FragmentOpXATI()
728 curI->DstReg[optype].dstMask = WRITEMASK_XYZ; in _mesa_FragmentOpXATI()
730 curI->DstReg[optype].dstMask = dstMask; in _mesa_FragmentOpXATI()
733 …debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2M… in _mesa_FragmentOpXATI()
739 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp1ATI() argument
743 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask, in _mesa_ColorFragmentOp1ATI()
[all …]
Dpack.c178 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7); in _mesa_pack_bitmap() local
184 *d |= dstMask; in _mesa_pack_bitmap()
193 if (dstMask == 128) { in _mesa_pack_bitmap()
194 dstMask = 1; in _mesa_pack_bitmap()
199 dstMask = dstMask << 1; in _mesa_pack_bitmap()
205 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_pack_bitmap() local
211 *d |= dstMask; in _mesa_pack_bitmap()
220 if (dstMask == 1) { in _mesa_pack_bitmap()
221 dstMask = 128; in _mesa_pack_bitmap()
226 dstMask = dstMask >> 1; in _mesa_pack_bitmap()
[all …]
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType_common.cpp202 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() argument
203 SkASSERTF(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width), in copyFTBitmap()
206 dstMask.fBounds.width(), in copyFTBitmap()
209 SkASSERTF(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows), in copyFTBitmap()
212 dstMask.fBounds.height(), in copyFTBitmap()
222 uint8_t* dst = dstMask.fImage; in copyFTBitmap()
223 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat); in copyFTBitmap()
224 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap()
230 copyFT2LCD16<false>(srcFTBitmap, dstMask, false, nullptr, nullptr, nullptr); in copyFTBitmap()
581 SkMask dstMask = glyph.mask(); in generateGlyphImage() local
[all …]
/third_party/mesa3d/src/mesa/swrast/
Ds_masking.c67 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span() local
72 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); in _swrast_mask_rgba_span()
Ds_atifragshader.c531 inst->DstReg[optype].dstMask, dst[optype], in execute_shader()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp214 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() argument
215 SkASSERTF(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width), in copyFTBitmap()
218 dstMask.fBounds.width(), in copyFTBitmap()
221 SkASSERTF(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows), in copyFTBitmap()
224 dstMask.fBounds.height(), in copyFTBitmap()
234 uint8_t* dst = dstMask.fImage; in copyFTBitmap()
235 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat); in copyFTBitmap()
236 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap()
242 copyFT2LCD16<false>(srcFTBitmap, dstMask, false, nullptr, nullptr, nullptr); in copyFTBitmap()
1460 SkMask dstMask = glyph.mask(); in generateGlyphImage() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp882 const auto dstMask = (m_explicitLayoutTransitions ? VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT : 0); in recordFrame() local
884 …const auto barrier = makeImageMemoryBarrier(srcMask, dstMask, m_attachmentLayouts[imageNdx], newLa… in recordFrame()
934 const auto dstMask = (m_explicitLayoutTransitions ? VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT : 0); in recordDeviceGroupFrame() local
936 …const auto barrier = makeImageMemoryBarrier(srcMask, dstMask, m_attachmentLayouts[imageNdx], newLa… in recordDeviceGroupFrame()
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_fragment_shader.txt80 void ColorFragmentOp1ATI (enum op, uint dst, uint dstMask,
84 void ColorFragmentOp2ATI (enum op, uint dst, uint dstMask,
89 void ColorFragmentOp3ATI (enum op, uint dst, uint dstMask,
194 Accepted by the <dstMask> parameter of ColorFragmentOp[1..3]ATI:
403 void ColorFragmentOp1ATI (enum op, uint dst, uint dstMask, uint dstMod,
405 void ColorFragmentOp2ATI (enum op, uint dst, uint dstMask, uint dstMod,
408 void ColorFragmentOp3ATI (enum op, uint dst, uint dstMask, uint dstMod,
521 The <dstMask> parameter specifies which of the color components in
DATI_text_fragment_shader.txt1267 "." of a <dstMask> (now <optionalDstMask>) without specifying
/third_party/openGLES/extensions/ATI/
DATI_fragment_shader.txt80 void ColorFragmentOp1ATI (enum op, uint dst, uint dstMask,
84 void ColorFragmentOp2ATI (enum op, uint dst, uint dstMask,
89 void ColorFragmentOp3ATI (enum op, uint dst, uint dstMask,
194 Accepted by the <dstMask> parameter of ColorFragmentOp[1..3]ATI:
403 void ColorFragmentOp1ATI (enum op, uint dst, uint dstMask, uint dstMod,
405 void ColorFragmentOp2ATI (enum op, uint dst, uint dstMask, uint dstMod,
408 void ColorFragmentOp3ATI (enum op, uint dst, uint dstMask, uint dstMod,
521 The <dstMask> parameter specifies which of the color components in
DATI_text_fragment_shader.txt1267 "." of a <dstMask> (now <optionalDstMask>) without specifying
/third_party/skia/src/pdf/
DSkPDFDevice.cpp513 SkMask dstMask; in internalDrawPathWithFilter() local
515 if (!as_MFB(paint->getMaskFilter())->filterMask(&dstMask, sourceMask, ctm, &margin)) { in internalDrawPathWithFilter()
518 SkIRect dstMaskBounds = dstMask.fBounds; in internalDrawPathWithFilter()
519 sk_sp<SkImage> mask = mask_to_greyscale_image(&dstMask); in internalDrawPathWithFilter()
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp489 SkMask dstMask; in internalDrawPathWithFilter() local
491 if (!as_MFB(paint->getMaskFilter())->filterMask(&dstMask, sourceMask, ctm, &margin)) { in internalDrawPathWithFilter()
494 SkIRect dstMaskBounds = dstMask.fBounds; in internalDrawPathWithFilter()
495 sk_sp<SkImage> mask = mask_to_greyscale_image(&dstMask); in internalDrawPathWithFilter()
/third_party/flutter/skia/src/core/
DSkAAClip.cpp2057 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8() argument
2059 SkASSERT(SkMask::kA8_Format == dstMask->fFormat); in upscaleBW2A8()
2066 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage; in upscaleBW2A8()
2067 const size_t dstRB = dstMask->fRowBytes; in upscaleBW2A8()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp369 …const VkAccessFlags dstMask = static_cast<VkAccessFlags>(fromRes ? VK_ACCESS_TRANSFER_R… in makeMemoryBarrierInfo() local
375 dstMask, // VkAccessFlags dstAccessMask; in makeMemoryBarrierInfo()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c274 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c412 if (inst->DstReg[optype].dstMask & (1 << i)) in compile_instruction()
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp1414 deInt32 dstMask = (deInt32)(((deUint64)1 << dstBits) - 1); in signExtend() local
1416 return (value | extendedBits) & dstMask; in signExtend()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_opengl_glext.h5504 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5505 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5506 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5519 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
5520 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
5521 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglext.h7043 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
7044 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
7045 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
/third_party/mesa3d/include/GL/
Dglext.h6199 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
6200 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
6201 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
6214 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
6215 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
6216 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…

12