Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp181 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() argument
182 SkASSERTF(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width), in copyFTBitmap()
185 dstMask.fBounds.width(), in copyFTBitmap()
188 SkASSERTF(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows), in copyFTBitmap()
191 dstMask.fBounds.height(), in copyFTBitmap()
201 uint8_t* dst = dstMask.fImage; in copyFTBitmap()
202 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat); in copyFTBitmap()
203 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap()
209 copyFT2LCD16<false>(srcFTBitmap, dstMask, false, nullptr, nullptr, nullptr); in copyFTBitmap()
533 SkMask dstMask; in generateGlyphImage() local
[all …]
/external/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,
Dpack.c176 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7); in _mesa_pack_bitmap() local
182 *d |= dstMask; in _mesa_pack_bitmap()
191 if (dstMask == 128) { in _mesa_pack_bitmap()
192 dstMask = 1; in _mesa_pack_bitmap()
197 dstMask = dstMask << 1; in _mesa_pack_bitmap()
203 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_pack_bitmap() local
209 *d |= dstMask; in _mesa_pack_bitmap()
218 if (dstMask == 1) { in _mesa_pack_bitmap()
219 dstMask = 128; in _mesa_pack_bitmap()
224 dstMask = dstMask >> 1; in _mesa_pack_bitmap()
[all …]
Datifragshader.c128 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op() argument
140 fprintf(stderr, ", %d", dstMask); in debug_op()
578 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI() argument
692 curI->DstReg[optype].dstMask = dstMask; in _mesa_FragmentOpXATI()
695 …debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2M… in _mesa_FragmentOpXATI()
701 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp1ATI() argument
705 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask, in _mesa_ColorFragmentOp1ATI()
710 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp2ATI() argument
715 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 2, op, dst, dstMask, in _mesa_ColorFragmentOp2ATI()
721 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp3ATI() argument
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_masking.c61 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span() local
66 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()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c383 GLuint dstMask = inst->DstReg[optype].dstMask; in compile_instruction() local
384 if (dstMask == GL_NONE) { in compile_instruction()
387 dst[0] = ureg_writemask(dst[0], dstMask); /* the enum values match */ in compile_instruction()
/external/skia/src/core/
DSkAAClip.cpp2142 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8() argument
2144 SkASSERT(SkMask::kA8_Format == dstMask->fFormat); in upscaleBW2A8()
2151 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage; in upscaleBW2A8()
2152 const size_t dstRB = dstMask->fRowBytes; in upscaleBW2A8()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp339 …const VkAccessFlags dstMask = static_cast<VkAccessFlags>(fromRes ? VK_ACCESS_TRANSFER_R… in makeMemoryBarrierInfo() local
345 dstMask, // VkAccessFlags dstAccessMask; in makeMemoryBarrierInfo()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith()
/external/skia/src/pdf/
DSkPDFDevice.cpp846 SkMask dstMask; in internalDrawPathWithFilter() local
848 if (!paint->getMaskFilter()->filterMask(&dstMask, sourceMask, ctm, &margin)) { in internalDrawPathWithFilter()
851 SkIRect dstMaskBounds = dstMask.fBounds; in internalDrawPathWithFilter()
852 sk_sp<SkImage> mask = mask_to_greyscale_image(&dstMask); in internalDrawPathWithFilter()
/external/swiftshader/include/GL/
Dglext.h5376 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5377 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5378 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5391 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
5392 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
5393 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
/external/mesa3d/include/GL/
Dglext.h6068 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
6069 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
6070 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
6083 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
6084 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
6085 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…