Lines Matching refs:format
22 * \brief Tests that images using a block-compressed format are sampled
26 * block-compressed image format and an ImageView using an uncompressed
27 * format. Each test case then fills the storage image with compressed
86 inline VkImageCreateInfo makeImageCreateInfo (const IVec3& size, const VkFormat& format, bool storageImage, bool cubemap)
107 format, // VkFormat format;
225 vk::VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format;
231 vk::VK_FORMAT_R32G32_SFLOAT, // VkFormat format;
254 TextureLevel makeReferenceImage (const VkFormat format, int width, int height)
256 TextureLevel referenceImage(mapVkFormat(format), width, height, 1);
357 // The first sampler uses an uncompressed format.
360 // The second sampler uses the same format as the image.
364 // with the compressed format and unnecessary in sampling.
517 // the expected values on the first pass. The first sampler uses an uncompressed image format so the result
685 // - A compressed image can be created with usage flags that are not supported for the format but are
686 // supported by an image view that is using uncompressed format where each texel corresponds to
812 * format, they remain compressed and the drawn image ends up being garbage.
815 * a block-compressed format and correctly interprets the sampled values.
835 * - Sample the image through an image view with or without compressed format as in the cases