Searched refs:planeOffsets (Results 1 – 6 of 6) sorted by relevance
402 const Index planeOffsets[2] = { in packet() local407 eigen_assert(planeOffsets[0] <= planeOffsets[1]); in packet()409 planeIndex * m_plane_strides + planeOffsets[0] - m_planePaddingTop, in packet()410 planeIndex * m_plane_strides + planeOffsets[1] - m_planePaddingTop}; in packet()
470 const Index planeOffsets[2] = { in loadPartialPacketStandard() local473 const Index inputPlanes[2] = {planeIndex + planeOffsets[0], in loadPartialPacketStandard()474 planeIndex + planeOffsets[1]}; in loadPartialPacketStandard()561 const Index planeOffsets[2] = { in loadPacketStandardFromSingleColumnSingleRow() local566 eigen_assert(planeOffsets[0] <= planeOffsets[1]); in loadPacketStandardFromSingleColumnSingleRow()567 const Index inputPlanes[2] = {planeIndex + planeOffsets[0], in loadPacketStandardFromSingleColumnSingleRow()568 planeIndex + planeOffsets[1]}; in loadPacketStandardFromSingleColumnSingleRow()
470 const Index planeOffsets[2] = {473 eigen_assert(planeOffsets[0] <= planeOffsets[1]);475 planeIndex * m_plane_strides + planeOffsets[0] - m_planePaddingTop,476 planeIndex * m_plane_strides + planeOffsets[1] - m_planePaddingTop};
231 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite() local302 planeOffsets[planeNdx] = imageSizeInBytes; in testStorageImageWrite()319 planeOffsets[planeNdx], // VkDeviceSize bufferOffset; in testStorageImageWrite()353 planePointers[planeNdx] = outputData + static_cast<size_t>(planeOffsets[planeNdx]); in testStorageImageWrite()
453 std::vector<std::vector<deUint32>> planeOffsets( imageSparseInfo.mipLevels ); in iterate() local458 planeOffsets[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate()467 planeOffsets[mipmapNdx][planeNdx] = imageSizeInBytes; in iterate()725 …planePointers[mipmapNdx][planeNdx] = outputData + static_cast<size_t>(planeOffsets[mipmapNdx][plan… in iterate()
691 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in iterate() local696 planeOffsets[planeNdx] = imageSizeInBytes; in iterate()713 planeOffsets[planeNdx], // VkDeviceSize bufferOffset; in iterate()752 planePointers[planeNdx] = outputData + static_cast<size_t>(planeOffsets[planeNdx]); in iterate()