Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.h73 struct tu_render_pass_attachment struct
75 VkFormat format;
76 uint32_t samples;
77 uint32_t cpp;
78 VkImageAspectFlags clear_mask;
79 uint32_t clear_views;
80 bool load;
81 bool store;
82 bool gmem;
83 int32_t gmem_offset[TU_GMEM_LAYOUT_COUNT];
[all …]