Lines Matching refs:getDepth
81 return access.getWidth() == 0 || access.getHeight() == 0 || access.getDepth() == 0; in isEmpty()
86 …return access.raw().getWidth() == 0 || access.raw().getHeight() == 0 || access.raw().getDepth() ==… in isEmpty()
235 return tcu::IVec4(0, 0, access.raw().getHeight(), access.raw().getDepth()); in getBufferRect()
320 , m_viewport (0, 0, colorbuffer.raw().getHeight(), colorbuffer.raw().getDepth()) in ReferenceContext()
970 int depth = dst.getDepth(); in depthValueFloatClampCopy()
972 DE_ASSERT(src.getWidth() == width && src.getHeight() == height && src.getDepth() == depth); in depthValueFloatClampCopy()
1173 depth != dst.getDepth(), GL_INVALID_OPERATION, RC_RET_VOID); in texImage3D()
1212 depth != dst.getDepth(), GL_INVALID_OPERATION, RC_RET_VOID); in texImage3D()
1252 depth != dst.getDepth(), GL_INVALID_OPERATION, RC_RET_VOID); in texImage3D()
1310 zoffset + depth > dst.getDepth(), in texSubImage3D()
1329 zoffset + depth > dst.getDepth(), in texSubImage3D()
1354 zoffset + depth > dst.getDepth(), in texSubImage3D()
1373 zoffset + depth > dst.getDepth(), in texSubImage3D()
1392 zoffset + depth > dst.getDepth(), in texSubImage3D()
1411 zoffset + depth > dst.getDepth(), in texSubImage3D()
1512 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D()
1549 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D()
1614 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexSubImage2D()
1641 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexSubImage2D()
3053 …PixelBufferAccess(srcFmt, srcRaw.getWidth(), srcRaw.getHeight(), srcRaw.getDepth(), srcRaw.getRowP… in blitResolveMultisampleFramebuffer()
3056 …(toNonSRGBFormat(dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitc… in blitResolveMultisampleFramebuffer()
3203 …(toNonSRGBFormat(src.getFormat()), src.getWidth(), src.getHeight(), src.getDepth(), src.getRowPitc… in blitFramebuffer()
3204 …(toNonSRGBFormat(dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitc… in blitFramebuffer()
3324 …tcu::IVec4 area = intersect(tcu::IVec4(0, 0, buf.raw().getHeight(), buf.raw().getDepth()… in invalidateSubFramebuffer()
3349 height = de::max(height, colorBuf0.raw().getDepth()); in invalidateFramebuffer()
3350 height = de::max(height, depthBuf.raw().getDepth()); in invalidateFramebuffer()
3351 height = de::max(height, stencilBuf.raw().getDepth()); in invalidateFramebuffer()
3383 for (int y = 0; y < access.raw().getDepth(); y++) in clear()
3406 for (int y = 0; y < access.raw().getDepth(); y++) in clear()
3439 for (int y = 0; y < access.raw().getDepth(); y++) in clearBufferiv()
3458 for (int y = 0; y < access.raw().getDepth(); y++) in clearBufferiv()
3492 for (int y = 0; y < access.raw().getDepth(); y++) in clearBufferfv()
3539 for (int y = 0; y < access.raw().getDepth(); y++) in clearBufferuiv()
4603 const int copyY = deClamp32(y, 0, src.raw().getDepth()); in readPixels()
4605 const int copyHeight = deClamp32(height, 0, src.raw().getDepth()-y); in readPixels()
5087 const int numLayers = level0.getDepth(); in isComplete()
5100 level.getDepth() != numLayers || in isComplete()
5193 const int numLayers = level0.getDepth(); in isComplete()
5206 level.getDepth() != numLayers || in isComplete()
5313 const int d = level0.getDepth(); in isComplete()
5327 level.getDepth() != expectedD || in isComplete()
5351 const float texDepth = (float)m_view.getDepth(); in sample4()
5382 const int depth = getLevel(baseLevel).getDepth(); in updateView()