/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 472 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 487 float ny = wy / dstH; in sampleTextureProjected() 491 float triWy = triNdx ? dstH - wy : wy; in sampleTextureProjected() 512 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 530 float ny = wy / dstH; in sampleTextureProjected() 534 float triWy = triNdx ? dstH - wy : wy; in sampleTextureProjected() 618 const float dstH = float(dstSize.y()); in sampleTextureCube() local 636 const float ny = wy / dstH; in sampleTextureCube() 648 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx), in sampleTextureCube() 649 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx), in sampleTextureCube() [all …]
|
/external/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 85 size_t dstH = srcH + 2 * borderH; in blur() local 87 dst->fBounds.set(0, 0, dstW, dstH); in blur() 99 dst->fImage = SkMask::AllocImage(dstW * dstH); in blur() 123 dstStart, dst->fRowBytes, dstStart + dst->fRowBytes * dstH); in blur() 142 auto dstEnd = &dst->fImage[dst->fRowBytes * dstH]; in blur()
|
D | SkBitmapController.cpp | 130 const int dstH = SkScalarRoundToScalar(provider.height() / invScaleY); in processHQRequest() local 131 const SkBitmapCacheDesc desc = provider.makeCacheDesc(dstW, dstH); in processHQRequest() 174 SkIntToScalar(dstH) / provider.height()); in processHQRequest()
|
D | SkBitmapScaler.cpp | 202 static bool valid_for_resize(const SkPixmap& source, int dstW, int dstH) { in valid_for_resize() argument 205 source.width() >= 1 && source.height() >= 1 && dstW >= 1 && dstH >= 1; in valid_for_resize()
|
D | SkScalerContext.cpp | 362 int dstH = srcH; in generateMask() local 389 clip.setRect(SkIRect::MakeWH(dstW, dstH)); in generateMask() 391 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH); in generateMask()
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 648 …const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int … in Decode() argument 664 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 676 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 687 …sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType … in Decode() 698 ETC2::DecodeBlock(&sources[0], &(alphaValues[0][0]), 1, x, y, dstW, dstH, 4, false); in Decode() 702 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false); in Decode()
|
D | ETC_Decoder.hpp | 40 …static bool Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH,…
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_blit.c | 617 const GLint dstH = abs(dstY1 - dstY0); in blitframebuffer_texture() local 699 scaled_blit = dstW != srcW || dstH != srcH; in blitframebuffer_texture() 808 _mesa_set_viewport(ctx, 0, dstX, dstY, dstW, dstH); in blitframebuffer_texture() 958 const GLint dstH = abs(dstY1 - dstY0); in _mesa_meta_BlitFramebuffer() local 960 const GLint dstFlipY = (dstY1 - dstY0) / dstH; in _mesa_meta_BlitFramebuffer()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 69 float dstH = (float)dst.getHeight(); in renderReference() local 83 float ny = wy / dstH; in renderReference()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 67 float dstH = (float)dst.getHeight(); in renderReference() local 81 float ny = wy / dstH; in renderReference()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 307 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv() argument 329 add_vertex_1tex(r, dstX + dstW, dstY + dstH, s1, t1); in setup_vertex_data_yuv() 331 add_vertex_1tex(r, dstX, dstY + dstH, s0, t1); in setup_vertex_data_yuv()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 1722 Register dstH, in smlal() argument 1727 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc)); in smlal() 1728 DCHECK(!dstL.is(dstH)); in smlal() 1729 emit(cond | B23 | B22 | A | s | dstH.code()*B16 | dstL.code()*B12 | in smlal() 1735 Register dstH, in smull() argument 1740 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc)); in smull() 1741 DCHECK(!dstL.is(dstH)); in smull() 1742 emit(cond | B23 | B22 | s | dstH.code()*B16 | dstL.code()*B12 | in smull() 1748 Register dstH, in umlal() argument 1753 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc)); in umlal() [all …]
|
D | assembler-arm.h | 933 void smlal(Register dstL, Register dstH, Register src1, Register src2, 936 void smull(Register dstL, Register dstH, Register src1, Register src2, 939 void umlal(Register dstL, Register dstH, Register src1, Register src2, 942 void umull(Register dstL, Register dstH, Register src1, Register src2,
|
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 3409 HReg dstH = newVRegD(env); in iselF16Expr_wrk() local 3410 addInstr(env, ARM64Instr_VCvtHS(False/*!hToS*/, dstH, srcS)); in iselF16Expr_wrk() 3411 return dstH; in iselF16Expr_wrk() 3416 HReg dstH = newVRegD(env); in iselF16Expr_wrk() local 3417 addInstr(env, ARM64Instr_VCvtHD(False/*!hToD*/, dstH, srcD)); in iselF16Expr_wrk() 3418 return dstH; in iselF16Expr_wrk()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3120 int dstH = de::abs(dstY1-dstY0); in blitFramebuffer() local 3121 bool scale = srcW != dstW || srcH != dstH; in blitFramebuffer() 3127 IVec4 dstRect = IVec4(dstOriginX, dstOriginY, dstW, dstH); in blitFramebuffer() 3143 RC_IF_ERROR(srcW != dstW || srcH != dstH, GL_INVALID_OPERATION, RC_RET_VOID); in blitFramebuffer()
|