Home
last modified time | relevance | path

Searched refs:temp_atts (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_render_pass.c163 VkAttachmentDescription *temp_atts = in vn_CreateRenderPass() local
164 vk_alloc(alloc, sizeof(*temp_atts) * pCreateInfo->attachmentCount, in vn_CreateRenderPass()
166 if (!temp_atts) { in vn_CreateRenderPass()
171 vn_render_pass_replace_present_src(pass, pCreateInfo, temp_atts); in vn_CreateRenderPass()
175 local_pass_info.pAttachments = temp_atts; in vn_CreateRenderPass()
213 VkAttachmentDescription2 *temp_atts = in vn_CreateRenderPass2() local
214 vk_alloc(alloc, sizeof(*temp_atts) * pCreateInfo->attachmentCount, in vn_CreateRenderPass2()
216 if (!temp_atts) { in vn_CreateRenderPass2()
221 vn_render_pass_replace_present_src2(pass, pCreateInfo, temp_atts); in vn_CreateRenderPass2()
225 local_pass_info.pAttachments = temp_atts; in vn_CreateRenderPass2()
[all...]

Completed in 1 milliseconds