Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_buffer.h170 struct hk_rendering_state { struct
171 VkRenderingFlagBits flags;
173 VkRect2D area;
174 uint32_t layer_count;
175 uint32_t view_mask;
177 uint32_t color_att_count;
178 struct hk_attachment color_att[HK_MAX_RTS];
179 struct hk_attachment depth_att;
180 struct hk_attachment stencil_att;
204 struct hk_rendering_state render; argument