Searched refs:destStride (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 335 const size_t destStride = ComputeVertexAttributeTypeSize(attrib); in streamAttributes() local 347 if (destStride == sourceStride) in streamAttributes() 351 destStride * streamedVertexCount); in streamAttributes() 358 uint8_t *out = bufferPointer + curBufferOffset + (destStride * vertexIdx); in streamAttributes() 360 memcpy(out, in, destStride); in streamAttributes() 365 const size_t vertexStartOffset = curBufferOffset - (firstIndex * destStride); in streamAttributes() 368 static_cast<GLsizei>(destStride), in streamAttributes() 371 curBufferOffset += destStride * streamedVertexCount; in streamAttributes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 446 const size_t destStride = ComputeVertexAttributeTypeSize(attrib); in streamAttributes() local 459 const size_t batchMemcpySize = destStride * streamedVertexCount; in streamAttributes() 504 if (destStride == sourceStride) in streamAttributes() 514 uint8_t *out = bufferPointer + curBufferOffset + (destStride * vertexIdx); in streamAttributes() 517 memcpy(out, in, destStride); in streamAttributes() 528 const size_t vertexStartOffset = curBufferOffset - (firstIndex * destStride); in streamAttributes() 531 static_cast<GLsizei>(destStride), in streamAttributes() 540 mNativeState->bindings[idx].stride = static_cast<GLsizei>(destStride); in streamAttributes() 548 destStride * streamedVertexCount + maxAttributeDataSize * indexRange.start; in streamAttributes()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBuffer.hpp | 34 int destStride; member
|
D | FrameBuffer.cpp | 118 updateState.destStride = stride; in copy() 167 const int dStride = state.destStride; in copyRoutine()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 542 const int destStride = _mesa_image_row_stride(pack, width, format, type); in st_ReadPixels() local 547 if (tex_xfer->stride == bytesPerRow && destStride == bytesPerRow) { in st_ReadPixels() 555 dest += destStride; in st_ReadPixels()
|
D | st_cb_bitmap.c | 106 ubyte *destBuffer, uint destStride) in unpack_bitmap() argument 108 destBuffer += py * destStride + px; in unpack_bitmap() 111 destBuffer, destStride, 0x0); in unpack_bitmap()
|
/third_party/mesa3d/src/mesa/main/ |
D | image.h | 95 GLubyte *destBuffer, GLint destStride,
|
D | image.c | 402 GLubyte *destBuffer, GLint destStride, in _mesa_expand_bitmap() argument 462 dstRow += destStride; in _mesa_expand_bitmap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 76 size_t destStride, in StreamVertexData() argument 96 dataCopied += destStride, dst += destStride, sourceRemainingCount--) in StreamVertexData()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 1347 VkDeviceSize destStride, in genX() 1458 dest_addr = anv_address_add(dest_addr, destStride); in genX() 1470 VkDeviceSize destStride, in genX()
|