Home
last modified time | relevance | path

Searched refs:bufferRowPitch (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp107 int bufferRowPitch = image->getImage()->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in present() local
108 image->getImage()->copyTo(reinterpret_cast<uint8_t *>(wlImage->data), bufferRowPitch); in present()
/external/angle/src/libANGLE/renderer/
DCLCommandQueueImpl.h47 size_t bufferRowPitch,
60 size_t bufferRowPitch,
/external/angle/src/libANGLE/renderer/cl/
DCLCommandQueueCL.h48 size_t bufferRowPitch,
61 size_t bufferRowPitch,
DCLCommandQueueCL.cpp125 size_t bufferRowPitch, in enqueueReadBufferRect() argument
142 mNative, nativeBuffer, block, bufferOrigin, hostOrigin, region, bufferRowPitch, in enqueueReadBufferRect()
155 size_t bufferRowPitch, in enqueueWriteBufferRect() argument
172 mNative, nativeBuffer, block, bufferOrigin, hostOrigin, region, bufferRowPitch, in enqueueWriteBufferRect()
/external/angle/src/libANGLE/
DCLCommandQueue.h59 size_t bufferRowPitch,
73 size_t bufferRowPitch,
DCLCommandQueue.cpp185 size_t bufferRowPitch, in enqueueReadBufferRect() argument
202 buf, blocking, bufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, in enqueueReadBufferRect()
214 size_t bufferRowPitch, in enqueueWriteBufferRect() argument
231 buf, blocking, bufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, in enqueueWriteBufferRect()
/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm1402 int bufferRowPitch = area.width * readAngleFormat.pixelBytes;
1404 ANGLE_CHECK_GL_ALLOC(contextMtl, readPixelRowBuffer.resize(bufferRowPitch));
1423 context, texture, bufferRowPitch, srcRowRegion, renderTarget->getLevelIndex(),
1427 PackPixels(packPixelsRowParams, readAngleFormat, bufferRowPitch, readPixelRowBuffer.data(),
1515 params.bufferRowPitch = dstBufferRowPitch;
Dmtl_render_utils.mm120 uint32_t bufferRowPitch;
130 uint32_t bufferRowPitch;
2778 options.bufferRowPitch = params.bufferRowPitch;
2816 options.bufferRowPitch = params.bufferRowPitch;
Dmtl_render_utils.h147 uint32_t bufferRowPitch = 0; member
DTextureMtl.mm1739 params.bufferRowPitch = static_cast<uint32_t>(pixelsRowPitch);
/external/angle/src/libANGLE/renderer/metal/shaders/
Dcopy_buffer.metal36 uint bufferRowPitch;
48 uint bufferRowPitch;
181 gIndices.y * options.bufferRowPitch + gIndices.x * pixelSize)
184 options.bufferStartOffset + (gIndices.y * options.bufferRowPitch + gIndices.x * pixelSize)
Dmtl_default_shaders_src_autogen.inc1738 uint bufferRowPitch;
1750 uint bufferRowPitch;
2882 …fset + (gIndices.z * options.bufferDepthPitch + gIndices.y * options.bufferRowPitch + gIndices.x *…
2896 …fset + (gIndices.z * options.bufferDepthPitch + gIndices.y * options.bufferRowPitch + gIndices.x *…
2910 …fset + (gIndices.z * options.bufferDepthPitch + gIndices.y * options.bufferRowPitch + gIndices.x *…
2925 …uint bufferOffset = options.bufferStartOffset + (gIndices.y * options.bufferRowPitch + gIndices.x …
2939 …uint bufferOffset = options.bufferStartOffset + (gIndices.y * options.bufferRowPitch + gIndices.x …
2953 …uint bufferOffset = options.bufferStartOffset + (gIndices.y * options.bufferRowPitch + gIndices.x …
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp789 UINT bufferRowPitch = static_cast<unsigned int>(outputPixelSize) * width; in setData() local
790 UINT bufferDepthPitch = bufferRowPitch * height; in setData()
801 srcDepthPitch, conversionBuffer->data(), bufferRowPitch, in setData()
808 bufferRowPitch = srcRowPitch; in setData()
827 bufferRowPitch, bufferDepthPitch); in setData()
832 bufferRowPitch, bufferDepthPitch); in setData()