Home
last modified time | relevance | path

Searched defs:RenderPassTraits (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp322 struct RenderPassTraits<RENDERING_TYPE_RENDERPASS_LEGACY> struct
324 typedef AttachmentDescription1 AttachmentDesc;
325 typedef AttachmentReference1 AttachmentRef;
326 typedef SubpassDescription1 SubpassDesc;
327 typedef SubpassDependency1 SubpassDep;
328 typedef RenderPassCreateInfo1 RenderPassCreateInfo;
329 typedef RenderpassSubpass1 RenderpassSubpass;
333 struct RenderPassTraits<RENDERING_TYPE_RENDERPASS2> struct
335 typedef AttachmentDescription2 AttachmentDesc;
336 typedef AttachmentReference2 AttachmentRef;
[all …]