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

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

Completed in 3 milliseconds