Lines Matching refs:depth

47 					 int				depth,
62 const vk::VkDeviceSize size = depthPitch * depth;
80 for (int d = 0; d < depth; d++)
99 int depth,
114 const vk::VkDeviceSize size = depthPitch * depth;
131 for (size_t d = 0; d < (size_t)depth; d++)
216 int depth,
221 m_pixelAccessData.resize(width * height * depth * vk::mapVkFormat(m_format).getPixelSize());
225 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
230 readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
232 return tcu::ConstPixelBufferAccess(vk::mapVkFormat(m_format), width, height, depth, m_pixelAccessData.data());
265 int depth,
275 height, depth, mipLevel, arrayElement, aspect, type);
277 stagingResource->readLinear(zeroOffset, width, height, depth, 0, 0, aspect, data);
286 int depth,
300 bufferSize = vk::mapVkFormat(m_format).getPixelSize() * width * height * depth;
324 bufferSize = pixelSize*width*height*depth;
369 { (deUint32)width, (deUint32)height, (deUint32)depth }
403 /* data copied to or from the depth aspect of a
417 int depth,
423 readLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
430 int depth,
452 MemoryOp::unpack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth,
462 int depth,
470 vk::VkExtent3D stagingExtent = {(deUint32)width, (deUint32)height, (deUint32)depth};
487 vk::VkImageCopy region = { { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, offset, { (vk::VkImageAspectFlags)aspect, 0, 0, 1}, zeroOffset, {(deUint32)width, (deUint32)height, (deUint32)depth} };
596 int depth,
601 uploadLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, access.getDataPtr());
610 int depth,
620 vk::VkExtent3D extent = {(deUint32)width, (deUint32)height, (deUint32)depth};
629 stagingResource->uploadLinear(zeroOffset, width, height, depth, 0, 0, aspect, data);
672 {(deUint32)width, (deUint32)height, (deUint32)depth}};
688 int depth,
700 bufferSize = vk::mapVkFormat(m_format).getPixelSize() *width*height*depth;
720 bufferSize = pixelSize*width*height*depth;
765 { (deUint32)width, (deUint32)height, (deUint32)depth }
779 int depth,
801 MemoryOp::pack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth,