/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 90 …clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: GLuint): v… 91 …clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: GLuint): voi… 92 …clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: GLuint): v… 99 …uniform1uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 100 …uniform2uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 101 …uniform3uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 102 …uniform4uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 103 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 104 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 105 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… [all …]
|
D | dom.iterable.generated.d.ts | 275 …clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: GLuint): v… 276 …clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: GLuint): voi… 277 …clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: GLuint): v… 284 …uniform1uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 285 …uniform2uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 286 …uniform3uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 287 …uniform4uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 288 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 289 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 290 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… [all …]
|
/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 110 …clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: GLuint): v… 111 …clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: GLuint): voi… 112 …clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: GLuint): v… 119 …uniform1uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 120 …uniform2uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 121 …uniform3uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 122 …uniform4uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 123 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 124 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 125 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… [all …]
|
D | lib.dom.iterable.d.ts | 295 …clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: GLuint): v… 296 …clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: GLuint): voi… 297 …clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: GLuint): v… 304 …uniform1uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 305 …uniform2uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 306 …uniform3uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 307 …uniform4uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, src… 308 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 309 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… 310 …LUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLen… [all …]
|
/third_party/ffmpeg/libswscale/tests/ |
D | colorspace.c | 110 int srcOffset; in main() local 113 for (srcOffset = 128; srcOffset < 196; srcOffset += 4) { in main() 114 uint8_t *src = srcBuffer + srcOffset; in main() 135 i, width, srcOffset, dstOffset, name); in main() 144 i, width, srcOffset, dstOffset, name); in main() 153 i, width, srcOffset, dstOffset, name); in main()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkOffsetImageFilter.cpp | 87 SkIPoint srcOffset = SkIPoint::Make(0, 0); in onFilterImage() local 88 sk_sp<SkSpecialImage> input(this->filterInput(0, ctx, &srcOffset)); in onFilterImage() 96 offset->fX = Sk32_sat_add(srcOffset.fX, vec.fX); in onFilterImage() 97 offset->fY = Sk32_sat_add(srcOffset.fY, vec.fY); in onFilterImage() 101 const SkIRect srcBounds = SkIRect::MakeXYWH(srcOffset.fX, srcOffset.fY, in onFilterImage() 120 canvas->translate(SkIntToScalar(srcOffset.fX - bounds.fLeft), in onFilterImage() 121 SkIntToScalar(srcOffset.fY - bounds.fTop)); in onFilterImage()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkOffsetImageFilter.cpp | 85 SkIPoint srcOffset = SkIPoint::Make(0, 0); in onFilterImage() local 86 sk_sp<SkSpecialImage> input(this->filterInput(0, ctx, &srcOffset)); in onFilterImage() 94 offset->fX = Sk32_sat_add(srcOffset.fX, vec.fX); in onFilterImage() 95 offset->fY = Sk32_sat_add(srcOffset.fY, vec.fY); in onFilterImage() 99 const SkIRect srcBounds = SkIRect::MakeXYWH(srcOffset.fX, srcOffset.fY, in onFilterImage() 118 canvas->translate(SkIntToScalar(Sk32_sat_sub(srcOffset.fX, bounds.fLeft)), in onFilterImage() 119 SkIntToScalar(Sk32_sat_sub(srcOffset.fY, bounds.fTop))); in onFilterImage()
|
/third_party/flutter/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 77 const SkIPoint& srcOffset, in convolve_gaussian_1d() argument 89 SkMatrix localMatrix = SkMatrix::MakeTrans(-SkIntToScalar(srcOffset.x()), in convolve_gaussian_1d() 90 -SkIntToScalar(srcOffset.y())); in convolve_gaussian_1d() 111 const SkIPoint& srcOffset, in convolve_gaussian_2d() argument 141 SkMatrix localMatrix = SkMatrix::MakeTrans(-SkIntToScalar(srcOffset.x()), in convolve_gaussian_2d() 142 -SkIntToScalar(srcOffset.y())); in convolve_gaussian_2d() 169 const SkIPoint& srcOffset, in convolve_gaussian() argument 205 SkIPoint netOffset = srcOffset - proxyOffset; in convolve_gaussian() 216 midRect.offset(srcOffset); in convolve_gaussian() 283 SkIPoint* srcOffset, in decimate() argument [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | gen_indices.metal | 23 uint32_t srcOffset; // offset in bytes 66 uchar value = getIndexAligned(input, options.srcOffset, idx); 91 value = getIndexAligned(inputAligned, options.srcOffset, idx); 95 value = getIndexUnalignedU16(input, options.srcOffset, idx); 113 value = getIndexAligned(inputAligned, options.srcOffset, idx); 117 value = getIndexUnalignedU32(input, options.srcOffset, idx); 189 output[3 * idx] = getIndexU32(options.srcOffset, 0, inputU8, inputU16, inputU32); 190 output[3 * idx + 1] = getIndexU32(options.srcOffset, elemIdx - 1, inputU8, inputU16, inputU32); 191 output[3 * idx + 2] = getIndexU32(options.srcOffset, elemIdx, inputU8, inputU16, inputU32); 221 getIndexU32(options.srcOffset, idx % options.indexCount, inputU8, inputU16, inputU32);
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ByteArray.cs | 50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() argument 54 Buffer.BlockCopy(src, srcOffset, dst, dstOffset, count); in Copy() 58 int stop = srcOffset + count; in Copy() 59 for (int i = srcOffset; i < stop; i++) in Copy()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | resolve_image_common.txt | 93 * [[VUID-{refpage}-srcOffset-00269]] 94 For each element of pname:pRegions, pname:srcOffset.x and 95 [eq]#(pname:extent.width {plus} pname:srcOffset.x)# must: both be 98 * [[VUID-{refpage}-srcOffset-00270]] 99 For each element of pname:pRegions, pname:srcOffset.y and 100 [eq]#(pname:extent.height {plus} pname:srcOffset.y)# must: both be 105 element of pname:pRegions, pname:srcOffset.y must: be `0` and 107 * [[VUID-{refpage}-srcOffset-00272]] 108 For each element of pname:pRegions, pname:srcOffset.z and 109 [eq]#(pname:extent.depth {plus} pname:srcOffset.z)# must: both be [all …]
|
D | resolve_image_common.adoc | 101 * [[VUID-{refpage}-srcOffset-00269]] 102 For each element of pname:pRegions, pname:srcOffset.x and 103 [eq]#(pname:extent.width {plus} pname:srcOffset.x)# must: both be 106 * [[VUID-{refpage}-srcOffset-00270]] 107 For each element of pname:pRegions, pname:srcOffset.y and 108 [eq]#(pname:extent.height {plus} pname:srcOffset.y)# must: both be 113 element of pname:pRegions, pname:srcOffset.y must: be `0` and 115 * [[VUID-{refpage}-srcOffset-00272]] 116 For each element of pname:pRegions, pname:srcOffset.z and 117 [eq]#(pname:extent.depth {plus} pname:srcOffset.z)# must: both be [all …]
|
D | copy_image_common.txt | 120 * [[VUID-{refpage}-srcOffset-01783]] 121 The pname:srcOffset and pname:extent members of each element of 205 * [[VUID-{refpage}-srcOffset-00144]] 206 For each element of pname:pRegions, pname:srcOffset.x and 207 [eq]#(pname:extent.width {plus} pname:srcOffset.x)# must: both be 210 * [[VUID-{refpage}-srcOffset-00145]] 211 For each element of pname:pRegions, pname:srcOffset.y and 212 [eq]#(pname:extent.height {plus} pname:srcOffset.y)# must: both be 217 element of pname:pRegions, pname:srcOffset.y must: be `0` and 219 * [[VUID-{refpage}-srcOffset-00147]] [all …]
|
D | copy_image_common.adoc | 113 * [[VUID-{refpage}-srcOffset-01783]] 114 The pname:srcOffset and pname:extent members of each element of 198 * [[VUID-{refpage}-srcOffset-00144]] 199 For each element of pname:pRegions, pname:srcOffset.x and 200 [eq]#(pname:extent.width {plus} pname:srcOffset.x)# must: both be 203 * [[VUID-{refpage}-srcOffset-00145]] 204 For each element of pname:pRegions, pname:srcOffset.y and 205 [eq]#(pname:extent.height {plus} pname:srcOffset.y)# must: both be 210 element of pname:pRegions, pname:srcOffset.y must: be `0` and 212 * [[VUID-{refpage}-srcOffset-00147]] [all …]
|
D | copy_buffer_common.adoc | 7 * [[VUID-{refpage}-srcOffset-00113]] 8 The pname:srcOffset member of each element of pname:pRegions must: be 15 than or equal to the size of pname:srcBuffer minus pname:srcOffset
|
D | copy_buffer_common.txt | 7 * [[VUID-{refpage}-srcOffset-00113]] 8 The pname:srcOffset member of each element of pname:pRegions must: be 15 than or equal to the size of pname:srcBuffer minus pname:srcOffset
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.h | 51 uint32_t srcOffset = 0; member 62 size_t srcOffset; member 90 int srcOffset[2]; member 108 int srcOffset[2]; member 169 uint32_t srcOffset = 0; member 176 uint32_t srcOffset = 0; member 189 uint32_t srcOffset = 0; member 212 int32_t srcOffset[2] = {}; member
|
D | UtilsVk.cpp | 282 offset[0] = params.destOffset[0] * params.stretch[0] - params.srcOffset[0] * srcOffsetFactorX; in CalculateBlitOffset() 283 offset[1] = params.destOffset[1] * params.stretch[1] - params.srcOffset[1] * srcOffsetFactorY; in CalculateBlitOffset() 292 offset[0] = params.destOffset[0] - params.srcOffset[0] * srcOffsetFactorX; in CalculateResolveOffset() 293 offset[1] = params.destOffset[1] - params.srcOffset[1] * srcOffsetFactorY; in CalculateResolveOffset() 696 ConvertIndexShaderParams shaderParams = {params.srcOffset, params.dstOffset >> 2, in convertIndexBuffer() 714 const uint32_t kIndexCount = params.maxIndex - params.srcOffset; in convertIndexBuffer() 755 shaderParams.srcOffset = static_cast<uint32_t>(params.srcOffset); in convertVertexBuffer() 1347 shaderParams.srcOffset[0] = params.srcOffset[0]; in copyImage() 1348 shaderParams.srcOffset[1] = params.srcOffset[1]; in copyImage() 1357 shaderParams.srcOffset[1] = params.srcHeight - params.srcOffset[1] - 1; in copyImage() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fBufferCopyTests.cpp | 182 int srcOffset; in iterate() member 195 int srcOffset = copyRanges[ndx].srcOffset; in iterate() local 207 deMemcpy(ref.getPtr()+dstOffset, ref.getPtr()+srcOffset, copySize); in iterate() 210 glCopyBufferSubData(m_srcTarget, m_dstTarget, srcOffset, dstOffset, copySize); in iterate() 287 int srcOffset; in init() member 312 cases[ndx].srcOffset, cases[ndx].dstOffset, cases[ndx].copySize, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.h | 53 uint32_t srcOffset = 0; member 89 size_t srcOffset; member 118 int srcOffset[2]; member 150 int srcOffset[2]; member 169 int srcOffset[3]; member 314 uint32_t srcOffset = 0; member 323 uint32_t srcOffset = 0; member 333 uint32_t srcOffset = 0; member 352 uint32_t srcOffset = 0; member 380 int32_t srcOffset[2] = {}; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 45 .srcOffset = pRegions[r].srcOffset, in vk_common_CmdCopyBuffer() 84 .srcOffset = pRegions[r].srcOffset, in vk_common_CmdCopyImage() 257 .srcOffset = pRegions[r].srcOffset, in vk_common_CmdResolveImage()
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
D | lut.go | 113 cp := func(dstOffset, srcOffset, count int) { 114 dstData.CopyFrom(srcData, dstOffset, srcOffset, count) 117 srcIDs[srcOffset:srcOffset+count],
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ImageCopy.frag | 48 ivec2 srcOffset; 72 // If flipping Y, srcOffset would contain the opposite y coordinate, so we can 78 …SrcType srcValue = texelFetch(src, ivec3(params.srcOffset + srcSubImageCoords, params.srcLayer), p… 80 SrcType srcValue = texelFetch(src, params.srcOffset + srcSubImageCoords, params.srcMip);
|
D | BufferUtils.comp | 56 // srcOffset: used if IsCopy 57 uint srcOffset; 71 int srcIndex = int(params.srcOffset.x + gl_GlobalInvocationID.x);
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | Transform.java | 101 static int transformDictionaryWord(byte[] dst, int dstOffset, ByteBuffer src, int srcOffset, in transformDictionaryWord() argument 134 srcOffset += omitFirst; in transformDictionaryWord() 139 dst[offset++] = src.get(srcOffset++); in transformDictionaryWord()
|