Lines Matching refs:arrayElement
175 unsigned int arrayElement) 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()
199 unsigned int arrayElement) in readDepth() argument
206 …readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect… in readDepth()
219 unsigned int arrayElement) 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()
242 unsigned int arrayElement) 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()
267 unsigned int arrayElement, in read() argument
275 height, depth, mipLevel, arrayElement, aspect, type); in read()
288 unsigned int arrayElement, in readUsingBuffer() argument
367 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 }, in readUsingBuffer()
420 unsigned int arrayElement) in readSurfaceLinear() argument
423 readLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data()); in readSurfaceLinear()
432 unsigned int arrayElement, in readLinear() argument
437 DE_ASSERT(arrayElement < m_layerCount); in readLinear()
439 …vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement… in readLinear()
464 unsigned int arrayElement, in copyToLinearImage() argument
487 …vk::VkImageCopy region = { { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, offset, {… in copyToLinearImage()
533 unsigned int arrayElement) 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()
555 unsigned int arrayElement) 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()
577 unsigned int arrayElement) 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()
599 unsigned int arrayElement) in uploadSurfaceLinear() argument
601 uploadLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurfaceLinear()
612 unsigned int arrayElement, in upload() argument
670 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, in upload()
690 unsigned int arrayElement, in uploadUsingBuffer() argument
763 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 }, in uploadUsingBuffer()
781 unsigned int arrayElement, in uploadLinear() argument
786 DE_ASSERT(arrayElement < m_layerCount); in uploadLinear()
790 …vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement… in uploadLinear()