Lines Matching refs:format
67 // Find a suitable format for the depth/stencil buffer.
72 for (const auto& format : candidates)
74 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, format);
76 return format;
79 TCU_FAIL("No suitable depth/stencil format found");
83 // Return a different depth/stencil format from the one chosen.
88 for (const auto& format : candidates)
90 if (format != chosenFormat)
91 return format;
122 const bool wrongFormatWithNullViews; // Use the wrong format value if the image view handle is VK_NULL_HANDLE.
403 // Make sure the fragment shader does not write to any attachment which will have an undefined format in the pipeline.
515 dsFormat, // VkFormat format;
558 // If the depth or stencil test is enabled and the image view is not VK_NULL_HANDLE, the format cannot be UNDEFINED.
761 // The inheritance info and framebuffer attachments must match (null handle -> undefined format, non-null handle -> valid format).
1106 // Bad format tests.