Lines Matching defs:format

236 	// Check color format support.
237 for (const VkFormat format : m_testParams.colorFormats)
246 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tiling, usage, 0u, &properties);
249 TCU_THROW(NotSupportedError, "Color format not supported");
252 // Check depth stencil format support.
265 TCU_THROW(NotSupportedError, "Depth/stencil format not supported");
313 VkFormat format = m_testParams.colorFormats[i];
318 de::MovePtr<tcu::TextureLevel> referenceTextureLevelResult = pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, imageAllocator, *m_drawResources[m_noDitheringNdx].attachmentImages[i], format, m_testParams.imageSize, layout);
322 de::MovePtr<tcu::TextureLevel> resultTextureLevelResult = pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, imageAllocator, *m_drawResources[m_ditheringNdx].attachmentImages[i], format, m_testParams.imageSize, layout);
325 // 1 ULP will always be 1 bit difference no matter the format
336 VkFormat format = m_testParams.depthStencilFormat;
343 de::MovePtr<tcu::TextureLevel> referenceTextureLevelResult = pipeline::readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, imageAllocator, *m_drawResources[m_noDitheringNdx].depthStencilImage, format, m_testParams.imageSize, layout);
347 de::MovePtr<tcu::TextureLevel> resultTextureLevelResult = pipeline::readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, imageAllocator, *m_drawResources[m_ditheringNdx].depthStencilImage, format, m_testParams.imageSize, layout);
362 de::MovePtr<tcu::TextureLevel> referenceTextureLevelResult = pipeline::readStencilAttachment(vk, vkDevice, queue, queueFamilyIndex, imageAllocator, *m_drawResources[m_noDitheringNdx].depthStencilImage, format, m_testParams.imageSize, layout);
366 de::MovePtr<tcu::TextureLevel> resultTextureLevelResult = pipeline::readStencilAttachment(vk, vkDevice, queue, queueFamilyIndex, imageAllocator, *m_drawResources[m_ditheringNdx].depthStencilImage, format, m_testParams.imageSize, layout);
587 for (const VkFormat format : colorFormats)
600 format, // VkFormat format
625 format, // VkFormat format
661 m_testParams.depthStencilFormat, // VkFormat format
685 m_testParams.depthStencilFormat, // VkFormat format
721 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format
727 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format
901 colorFormats[i], // VkFormat format
928 m_testParams.depthStencilFormat, // VkFormat format