Lines Matching defs:image
47 namespace image
158 // create image views
174 testedImage.get(), // VkImage image;
209 // generate data for compressed image and copy it to in buffer
268 for (Image* image : inImages)
273 image->get(), subresourceRange);
292 vk.cmdCopyBufferToImage(*cmdBuffer, inBuffer.get(), image->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, ©Region);
414 TCU_THROW(NotSupportedError, "Operation not supported with this image format");
419 TCU_THROW(NotSupportedError, "Operation not supported with this image format");
552 } // image