• Home
  • Raw
  • Download

Lines Matching refs:mipLevel

174 												unsigned int				mipLevel,  in readSurface()  argument
181 …read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IM… in readSurface()
186 …readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect… in readSurface()
198 unsigned int mipLevel, in readDepth() argument
206 …readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect… in readDepth()
218 unsigned int mipLevel, in readVolume() argument
225 …read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::V… in readVolume()
230 …readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, as… in readVolume()
241 unsigned int mipLevel, in readSurface1D() argument
248 …read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_T… in readSurface1D()
253 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, in readSurface1D()
266 unsigned int mipLevel, in read() argument
275 height, depth, mipLevel, arrayElement, aspect, type); in read()
287 unsigned int mipLevel, in readUsingBuffer() argument
367 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 }, in readUsingBuffer()
419 unsigned int mipLevel, in readSurfaceLinear() argument
423 readLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data()); in readSurfaceLinear()
431 unsigned int mipLevel, in readLinear() argument
436 DE_ASSERT(mipLevel < m_levelCount); in readLinear()
439 …vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement… in readLinear()
463 unsigned int mipLevel, in copyToLinearImage() argument
487 …vk::VkImageCopy region = { { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, offset, {… in copyToLinearImage()
532 unsigned int mipLevel, in uploadVolume() argument
538 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D, in uploadVolume()
544 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadVolume()
554 unsigned int mipLevel, in uploadSurface() argument
560 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D, in uploadSurface()
566 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurface()
576 unsigned int mipLevel, in uploadSurface1D() argument
582 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D, in uploadSurface1D()
588 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurface1D()
598 unsigned int mipLevel, in uploadSurfaceLinear() argument
601 uploadLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurfaceLinear()
611 unsigned int mipLevel, in upload() argument
670 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, in upload()
689 unsigned int mipLevel, in uploadUsingBuffer() argument
763 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 }, in uploadUsingBuffer()
780 unsigned int mipLevel, in uploadLinear() argument
785 DE_ASSERT(mipLevel < m_levelCount); in uploadLinear()
790 …vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement… in uploadLinear()