Lines Matching defs:queue
167 tcu::ConstPixelBufferAccess Image::readSurface (vk::VkQueue queue,
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());
191 tcu::ConstPixelBufferAccess Image::readDepth (vk::VkQueue queue,
206 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
210 tcu::ConstPixelBufferAccess Image::readVolume (vk::VkQueue queue,
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());
235 tcu::ConstPixelBufferAccess Image::readSurface1D(vk::VkQueue queue,
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,
259 void Image::read (vk::VkQueue queue,
274 de::SharedPtr<Image> stagingResource = copyToLinearImage(queue, allocator, layout, offset, width,
280 void Image::readUsingBuffer (vk::VkQueue queue,
393 submitCommandsAndWait(m_vk, m_device, queue, copyCmdBuffer.get());
456 de::SharedPtr<Image> Image::copyToLinearImage (vk::VkQueue queue,
517 submitCommandsAndWait(m_vk, m_device, queue, copyCmdBuffer.get());
527 vk::VkQueue queue,
537 upload(queue, allocator, layout, offset, access.getWidth(),
543 uploadUsingBuffer(queue, allocator, layout, offset, access.getWidth(),
549 vk::VkQueue queue,
559 upload(queue, allocator, layout, offset, access.getWidth(),
565 uploadUsingBuffer(queue, allocator, layout, offset, access.getWidth(),
571 vk::VkQueue queue,
581 upload(queue, allocator, layout, offset, access.getWidth(),
587 uploadUsingBuffer(queue, allocator, layout, offset, access.getWidth(),
604 void Image::upload (vk::VkQueue queue,
678 submitCommandsAndWait(m_vk, m_device, queue, copyCmdBuffer.get());
682 void Image::uploadUsingBuffer (vk::VkQueue queue,
772 submitCommandsAndWait(m_vk, m_device, queue, copyCmdBuffer.get());