Home | History | Annotate | Download | only in draw

Lines Matching refs:arrayElement

175 												unsigned int				arrayElement)
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());
200 unsigned int arrayElement)
206 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
211 readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
223 unsigned int arrayElement)
229 read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
234 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect,
248 unsigned int arrayElement,
256 height, depth, mipLevel, arrayElement, aspect, type);
269 unsigned int arrayElement,
345 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 },
370 unsigned int arrayElement)
373 readLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
382 unsigned int arrayElement,
387 DE_ASSERT(arrayElement < m_layerCount);
389 vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement };
414 unsigned int arrayElement,
437 vk::VkImageCopy region = { { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, offset, { (vk::VkImageAspectFlags)aspect, 0, 0, 1}, zeroOffset, {(deUint32)width, (deUint32)height, (deUint32)depth} };
458 unsigned int arrayElement)
463 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
469 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr());
480 unsigned int arrayElement)
485 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
491 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr());
502 unsigned int arrayElement)
507 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
513 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr());
524 unsigned int arrayElement)
526 uploadLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, access.getDataPtr());
537 unsigned int arrayElement,
595 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1},
615 unsigned int arrayElement,
688 { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1 },
706 unsigned int arrayElement,
711 DE_ASSERT(arrayElement < m_layerCount);
715 vk::VkImageSubresource imageSubResource = { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement};