Searched refs:elementSizeBytes (Results 1 – 7 of 7) sorted by relevance
67 PaRingBufferSize elementSizeBytes, in PaUtil_InitializeRingBuffer() argument76 rbuf->elementSizeBytes = elementSizeBytes; in PaUtil_InitializeRingBuffer()123 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferWriteRegions()130 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferWriteRegions()170 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferReadRegions()177 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferReadRegions()205 memcpy( data1, data, size1*rbuf->elementSizeBytes ); in PaUtil_WriteRingBuffer()206 data = ((char *)data) + size1*rbuf->elementSizeBytes; in PaUtil_WriteRingBuffer()207 memcpy( data2, data, size2*rbuf->elementSizeBytes ); in PaUtil_WriteRingBuffer()211 memcpy( data1, data, size1*rbuf->elementSizeBytes ); in PaUtil_WriteRingBuffer()[all …]
97 PaRingBufferSize elementSizeBytes; /**< Number of bytes per element. */ member114 …Util_InitializeRingBuffer( PaUtilRingBuffer *rbuf, PaRingBufferSize elementSizeBytes, PaRingBuffer…
85 deUint8 elementSizeBytes; member
2035 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local2039 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()2041 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()2042 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
938 const deUint32 elementSize = desc.planes[planeNdx].elementSizeBytes; in getYCbCrImageDataSize()978 const deUint32 elementSize = formatDesc.planes[planeNdx].elementSizeBytes; in getImageMemoryRequirements2KHR()
61 const deUint32 planeSize = m_description.planes[planeNdx].elementSizeBytes * planeW * planeH; in MultiPlaneImageData()89 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()109 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
582 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local584 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess()587 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()589 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()590 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()