Home
last modified time | relevance | path

Searched defs:dstMask (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Datifragshader.c118 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op()
582 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI()
739 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp1ATI()
748 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp2ATI()
759 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp3ATI()
Datifragshader.h38 GLuint dstMask; member
Dpack.c178 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7); in _mesa_pack_bitmap() local
205 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_pack_bitmap() local
1260 GLubyte dstMask = 128; in _mesa_unpack_image() local
1287 GLubyte dstMask = 128; in _mesa_unpack_image() local
/third_party/mesa3d/src/mesa/swrast/
Ds_masking.c67 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span() local
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType_common.cpp202 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap()
581 SkMask dstMask = glyph.mask(); in generateGlyphImage() local
649 SkMask dstMask = glyph.mask(); in generateGlyphImage() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeFactorizer.java147 int dstMask = dstEdge.getDigitMask(); in visit() local
/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
934 const auto dstMask = (m_explicitLayoutTransitions ? VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT : 0); in recordDeviceGroupFrame() local
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp214 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap()
1460 SkMask dstMask = glyph.mask(); in generateGlyphImage() local
1519 SkMask dstMask = glyph.mask(); in generateGlyphImage() local
/third_party/skia/src/core/
DSkScalerContext.cpp621 SkMask dstMask = origGlyph.mask(); in getImage() local
DSkAAClip.cpp1862 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { 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
/third_party/skia/src/pdf/
DSkPDFDevice.cpp513 SkMask dstMask; in internalDrawPathWithFilter() local
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp489 SkMask dstMask; in internalDrawPathWithFilter() local
/third_party/flutter/skia/src/core/
DSkAAClip.cpp2057 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8()
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp1414 deInt32 dstMask = (deInt32)(((deUint64)1 << dstBits) - 1); in signExtend() local