Searched refs:dstMask (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Datifragshader.h41 GLuint dstMask; member in struct:atifragshader_dst_register
98 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
103 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
109 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
H A Datifragshader.c151 GLuint dstMask, GLuint dstMod, GLuint arg1,
163 fprintf(stderr, ", %d", dstMask);
589 GLuint dstMask, GLuint dstMod, GLuint arg1,
703 curI->DstReg[optype].dstMask = dstMask;
706 debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
712 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, argument
716 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask,
721 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, argument
726 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 2, op, dst, dstMask,
150 debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
588 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
732 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
[all...]
H A Dpack.c186 GLubyte dstMask = 128; local
192 *d |= dstMask;
201 if (dstMask == 1) {
202 dstMask = 128;
207 dstMask = dstMask >> 1;
213 GLubyte dstMask = 128; local
219 *d |= dstMask;
228 if (dstMask == 1) {
229 dstMask
278 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7); local
305 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7); local
5897 GLubyte dstMask = 128; local
5924 GLubyte dstMask = 128; local
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp179 static void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { argument
180 SkASSERT(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width));
181 SkASSERT(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows));
189 uint8_t* dst = dstMask.fImage;
190 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat);
191 const size_t dstRowBytes = dstMask.fRowBytes;
197 copyFT2LCD16<false>(srcFTBitmap, dstMask, false, NULL, NULL, NULL);
419 SkMask dstMask; local
420 glyph.toMask(&dstMask);
421 copyFTBitmap(face->glyph->bitmap, dstMask);
472 SkMask dstMask; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_masking.c61 const GLuint dstMask = ~srcMask; local
66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask);
H A Ds_atifragshader.c545 inst->DstReg[optype].dstMask, dst[optype],
/external/skia/src/gpu/
H A DGrClipMaskManager.h157 GrTexture* dstMask,
H A DGrClipMaskManager.cpp461 GrTexture* dstMask,
466 pipelineBuilder->setRenderTarget(dstMask->asRenderTarget());
460 mergeMask(GrPipelineBuilder* pipelineBuilder, GrTexture* dstMask, GrTexture* srcMask, SkRegion::Op op, const SkIRect& dstBound, const SkIRect& srcBound) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c272 GLuint dstmask = inst->DstReg[optype].dstMask;
/external/skia/src/core/
H A DSkAAClip.cpp2118 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { argument
2120 SkASSERT(SkMask::kA8_Format == dstMask->fFormat);
2127 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage;
2128 const size_t dstRB = dstMask->fRowBytes;
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1833 SkPDFFormXObject* dstMask = srcFormXObject.get(); local
1846 dstMask = dstMaskStorage.get();
1848 drawFormXObjectWithMask(addXObjectResource(dst), dstMask, local
/external/mesa3d/include/GL/
H A Dglext.h10405 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
10406 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
10407 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
10420 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
10421 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
10422 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);

Completed in 374 milliseconds