Lines Matching defs:image

66 namespace image
337 DE_FATAL("Ivalid image view type");
673 // Create a subpass for each attachment (each attachement is a layer of an arrayed image).
760 void generateExpectedImage(const tcu::PixelBufferAccess& image, const CaseDef& caseDef)
762 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(image.getFormat().type);
777 image.setPixel(colorInt, x, y, z);
781 image.setPixel(tcu::linearToSRGB(COLOR_TABLE_FLOAT[colorIdx]), x, y, z);
783 image.setPixel(COLOR_TABLE_FLOAT[colorIdx], x, y, z);
827 // We can only create a view for the image if it is going to be used for any of these usages,
853 void runSwapchain(Context& context, VkBuffer buffer, VkImage image);
866 void copyImageToBuffer(VkImage image,
889 // Target image for upload paths
970 void UploadDownloadExecutor::runSwapchain(Context& context, VkBuffer buffer, VkImage image)
979 m_image = image;
1102 m_image, // VkImage image;
1151 // Transition storage image for shader access (imageStore)
1163 m_image, // VkImage image;
1212 // Prepare buffer and image for copy
1236 m_image, // VkImage image;
1243 // Copy buffer to image
1274 m_image, // VkImage image;
1298 // Create attachments and pipelines for each image layer
1366 // Create output image with download result
1417 m_image, // VkImage image;
1429 *m_dTex.outImage, // VkImage image;
1442 // Copy output image to color buffer
1448 // Create output image with download result
1498 m_image, // VkImage image;
1510 *m_dLoad.outImage, // VkImage image;
1523 // Copy output image to color buffer
1545 sourceImage, // VkImage image;
1613 // For verification purposes, we use the format of the upload to generate the expected image
1668 // For the texture case we write the samples read to a separate output image with the same view format
1688 // We don't use the base image for anything other than transfer
1690 // 1.0 spec does not allow us to create an image view with usage that
1703 TCU_THROW(NotSupportedError, "Base image format is not supported");
2157 // For verification purposes, we use the format of the upload to generate the expected image
2237 } // image