Lines Matching refs:depth
321 return (pixelSize * extent.width * extent.height * extent.depth);
360 pixels.setPixDepth(clearValue.depthStencil.depth, x, y, z);
375 pixels.setPixDepth(clearValue.depthStencil.depth, x, y, z);
1077 case VK_IMAGE_TYPE_3D: return makeOffset3D(extent.width, extent.height, extent.depth);
1236 // Don't blit depth/stencil images.
1458 // Don't blit depth/stencil images.
3365 // Because depth or stencil aspect buffer to image copies may require format conversions on some implementations,
3903 tcu::PixelBufferAccess imagePixels(texFormat, extent.width, extent.height, extent.depth, &m_data[0]);
4039 //! \todo Add support for depth/stencil too?
4113 tcu::PixelBufferAccess imagePixels(mapVkFormat(m_colorFormat), m_attachmentExtent.width, m_attachmentExtent.height, m_attachmentExtent.depth, &m_expectedData[0]);
4341 tcu::PixelBufferAccess imagePixels(texFormat, extent.width, extent.height, extent.depth, &m_data[0]);