Lines Matching defs:image
48 namespace image
260 // Create an image
567 TCU_THROW(NotSupportedError, "Creating storage image with this format is not supported");
592 OpEntryPoint GLCompute %main "main" %gid %image %buffer
597 OpDecorate %image DescriptorSet 0
598 OpDecorate %image Binding 0
632 %image = OpVariable %image_ptr UniformConstant
673 ; Final image variable used to read from or write to
674 %img = OpLoad %image_type %image
916 ut::StorageImage2D image (m_context, m_params->vkFormat, m_params->textureWidth, m_params->textureHeight);
920 VkDescriptorImageInfo inputImageInfo = makeDescriptorImageInfo(DE_NULL, image.getView(), VK_IMAGE_LAYOUT_GENERAL);
930 clear (image.getPixelAccess());
933 image.upload(*cmdBuffer);
937 image.download(*cmdBuffer);
940 image.flush();
945 image.invalidate();
948 return compare(image.getPixelAccess(), buffer.getPixelAccess())
1007 // Test image OpImageWrite operation in various aspects.
1045 } // image