Lines Matching refs:format
234 vk::VkVertexInputAttributeDescription2EXT makeVertexInputAttributeDescription2EXT (deUint32 location, deUint32 binding, vk::VkFormat format, deUint32 offset)
239 desc.format = format;
1933 // Force UNORM color format.
2652 // Returns the appropriate color image format for the test.
2659 // Pick int color format when testing logic op dynamic states.
2663 // Pick special color format for coverage to color.
2938 vk::VkImageCreateInfo makeImageCreateInfo (vk::VkFormat format, vk::VkExtent3D extent, vk::VkSampleCountFlagBits sampleCount, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags createFlags)
2946 format, // VkFormat format;
3117 // Check color image format support (depth/stencil will be chosen and checked at runtime).
3124 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, colorImageInfo.format, colorImageInfo.imageType, colorImageInfo.tiling, colorImageInfo.usage, colorImageInfo.flags, &formatProps);
3138 TCU_THROW(NotSupportedError, "Color format does not support blending");
4532 tcu::TextureChannelClass getChannelClass (const tcu::TextureFormat& format)
4534 const auto generalClass = getTextureChannelClass(format.type);
4572 // Choose depth/stencil format.
4581 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, dsImageInfo.format, dsImageInfo.imageType, dsImageInfo.tiling, dsImageInfo.usage, dsImageInfo.flags, &formatProps);
4612 log << tcu::TestLog::Message << "Chosen depth/stencil format: " << dsFormatInfo->imageFormat << tcu::TestLog::EndMessage;
4613 log << tcu::TestLog::Message << "Chosen color format: " << colorFormat << tcu::TestLog::EndMessage;
5036 colorFormat, // VkFormat format;
5050 dsFormatInfo->imageFormat, // VkFormat format;
5068 colorFormat, // VkFormat format;
8436 // We will choose a format with floating point representation, but force a UNORM exact depth bias representation.
8442 // N is the number of mantissa bits in the floating point format (23 in our case)