Lines Matching full:getwidth
81 return access.getWidth() == 0 || access.getHeight() == 0 || access.getDepth() == 0;
86 return access.raw().getWidth() == 0 || access.raw().getHeight() == 0 || access.raw().getDepth() == 0;
968 int width = dst.getWidth();
972 DE_ASSERT(src.getWidth() == width && src.getHeight() == height && src.getDepth() == depth);
1029 width != dst.getWidth(), GL_INVALID_OPERATION, RC_RET_VOID);
1065 width != dst.getWidth() ||
1108 width != dst.getWidth() ||
1147 width != dst.getWidth() ||
1187 width != dst.getWidth() ||
1228 width != dst.getWidth() ||
1287 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
1306 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
1331 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
1350 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
1369 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
1388 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
1432 width != dst.getWidth(), GL_INVALID_OPERATION, RC_RET_VOID);
1480 width != dst.getWidth() ||
1517 width != dst.getWidth() ||
1555 RC_IF_ERROR(xoffset + width > dst.getWidth(), GL_INVALID_VALUE, RC_RET_VOID);
1586 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
1613 RC_IF_ERROR(xoffset + width > dst.getWidth() ||
2209 attachmentWidth = level.getWidth();
2218 attachmentWidth = renderbuffer->getWidth();
2339 return tcu::PixelBufferAccess(level.getFormat(), level.getWidth(), level.getHeight(), 1, level.getRowPitch(), 0, layerData);
3016 srcRaw = tcu::ConstPixelBufferAccess(srcFmt, srcRaw.getWidth(), srcRaw.getHeight(), srcRaw.getDepth(), srcRaw.getRowPitch(), srcRaw.getSlicePitch(), srcRaw.getDataPtr());
3019 dst = tcu::PixelBufferAccess(toNonSRGBFormat(dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitch(), dst.getSlicePitch(), dst.getDataPtr());
3165 src = tcu::ConstPixelBufferAccess (toNonSRGBFormat(src.getFormat()), src.getWidth(), src.getHeight(), src.getDepth(), src.getRowPitch(), src.getSlicePitch(), src.getDataPtr());
3166 dst = tcu::PixelBufferAccess (toNonSRGBFormat(dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitch(), dst.getSlicePitch(), dst.getDataPtr());
3388 std::vector<deUint8> row (access.raw().getWidth()*access.raw().getHeight()*pixelSize);
3389 tcu::PixelBufferAccess rowAccess (depthBuf.raw().getFormat(), access.raw().getWidth(), access.raw().getHeight(), 1, &row[0]);
3392 for (int x = 0; x < rowAccess.getWidth(); x++)
3420 std::vector<deUint8> row (access.raw().getWidth()*access.raw().getHeight()*pixelSize);
3421 tcu::PixelBufferAccess rowAccess (stencilBuf.raw().getFormat(), access.raw().getWidth(), access.raw().getHeight(), 1, &row[0]);
3424 for (int x = 0; x < rowAccess.getWidth(); x++)
4775 const int w = level0.getWidth();
4785 if (level.getWidth() != expectedW ||
4807 const int texWidth = m_view.getWidth();
4834 const int width = getLevel(baseLevel).getWidth();
4871 const int w = level0.getWidth();
4883 if (level.getWidth() != expectedW ||
4906 const int width = getLevel(baseLevel).getWidth();
4924 const int texWidth = m_view.getWidth();
4973 const int width = getFace(baseLevel, tcu::CUBEFACE_NEGATIVE_X).getWidth();
4994 if (level.getWidth() != levelW ||
5019 const int size = getFace(baseLevel, tcu::CUBEFACE_NEGATIVE_X).getWidth();
5099 const int w = level0.getWidth();
5112 if (level.getWidth() != expectedW ||
5135 const int width = getLevel(baseLevel).getWidth();
5153 const int texWidth = m_view.getWidth();
5204 const int w = level0.getWidth();
5217 if (level.getWidth() != expectedW ||
5240 const int width = getLevel(baseLevel).getWidth();
5323 const int w = level0.getWidth();
5337 if (level.getWidth() != expectedW ||
5361 const int texWidth = m_view.getWidth();
5392 const int width = getLevel(baseLevel).getWidth();