Home
last modified time | relevance | path

Searched defs:dstX (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h104 GLint dstX, in copyRenderbufferSubData()
122 GLint dstX, in copyTextureSubData()
DTextureImpl.cpp54 GLint dstX, in copyRenderbufferSubData()
72 GLint dstX, in copyTextureSubData()
/third_party/mesa3d/src/mesa/main/
Dcopyimage.c544 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata()
583 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error()
606 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData()
742 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV_no_error()
765 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dcommon_func_fp32.c75 float *dstX = dstY + x * unitStep; in WinogradTransLeft() local
100 float *dstX = dstY + x * unitStep; in WinogradTransRight() local
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1()
253 float dstX, float dstY, float width, float height, in add_vertex_data2()
286 float dstX, in setup_vertex_data_yuv()
Dxa_composite.c548 int dstX, int dstY, int width, int height) in xa_composite_rect()
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp187 UINT dstX, UINT dstY, in copyTextureRegionToTexture()
201 UINT dstX, in copyTextureRegionToBuffer()
505 unsigned int dstX, unsigned int dstY, in resolveSubresourceRegion()
/third_party/flutter/skia/src/codec/
DSkBmpRLECodec.cpp176 const int dstX = get_dst_coord(x, fSampleX); in setPixel() local
210 const int dstX = get_dst_coord(x, fSampleX); in setRGBPixel() local
DSkBmpStandardCodec.cpp331 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask() local
DSkWebpCodec.cpp383 int dstX = frameRect.x(); in onGetPixels() local
/third_party/skia/src/codec/
DSkBmpRLECodec.cpp179 const int dstX = get_dst_coord(x, fSampleX); in setPixel() local
213 const int dstX = get_dst_coord(x, fSampleX); in setRGBPixel() local
DSkBmpStandardCodec.cpp331 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask() local
DSkWebpCodec.cpp378 int dstX = frameRect.x(); in onGetPixels() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp201 GLint dstX, in copyRenderbufferSubData()
226 GLint dstX, in copyTextureSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp202 GLint dstX, in copyRenderbufferSubData()
223 GLint dstX, in copyTextureSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.cpp121 GLint dstX, in copyRenderbufferSubData()
138 GLint dstX, in copyTextureSubData()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp400 byte *dstX = destBuffer; in copyBuffer() local
412 byte *dstX = destBuffer; in copyBuffer() local
/third_party/skia/tests/
DBitmapCopyTest.cpp199 const int dstX = gRec[i].fExpectedDstLoc.x(); in DEF_TEST() local
/third_party/flutter/skia/tests/
DBitmapCopyTest.cpp203 const int dstX = gRec[i].fExpectedDstLoc.x(); in DEF_TEST() local
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c357 int dstX = x; in xmesa_DrawPixels_8R8G8B() local
489 int dstX = x; in xmesa_DrawPixels_5R6G5B() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Ddeconv_winograd_fp16.c447 float16_t *dstX = dstY + x * unitStep; in WinogradTransLeftFp16() local
472 float16_t *dstX = dstY + x * unitStep; in WinogradTransRightFp16() local
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.cpp76 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic()
/third_party/mesa3d/src/mesa/swrast/
Ds_copypix.c437 GLint dstX, GLint dstY, GLenum type) in swrast_fast_copy_pixels()
/third_party/skia/src/pdf/
DSkPDFUtils.cpp77 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c102 const GLint dstX = MIN2(dstX0, dstX1); in blitframebuffer_texture() local

123