Lines Matching refs:mipLevel
174 unsigned int mipLevel,
181 read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
186 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
198 unsigned int mipLevel,
206 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
218 unsigned int mipLevel,
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());
241 unsigned int mipLevel,
248 read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
253 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect,
266 unsigned int mipLevel,
275 height, depth, mipLevel, arrayElement, aspect, type);
287 unsigned int mipLevel,
367 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 },
419 unsigned int mipLevel,
423 readLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
431 unsigned int mipLevel,
436 DE_ASSERT(mipLevel < m_levelCount);
439 vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement };
463 unsigned int mipLevel,
487 vk::VkImageCopy region = { { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, offset, { (vk::VkImageAspectFlags)aspect, 0, 0, 1}, zeroOffset, {(deUint32)width, (deUint32)height, (deUint32)depth} };
532 unsigned int mipLevel,
538 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
544 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr());
554 unsigned int mipLevel,
560 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
566 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr());
576 unsigned int mipLevel,
582 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
588 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr());
598 unsigned int mipLevel,
601 uploadLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, access.getDataPtr());
611 unsigned int mipLevel,
670 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1},
689 unsigned int mipLevel,
763 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 },
780 unsigned int mipLevel,
785 DE_ASSERT(mipLevel < m_levelCount);
790 vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement};