Lines Matching refs:format
59 reference2[i].aspectMask = vk_format_aspects(att->format);
122 .format = pCreateInfo->pAttachments[i].format,
334 .format = desc->format,
335 .aspects = vk_format_aspects(desc->format),
370 .aspects = vk_format_aspects(pass_att->format),
662 color_formats[a] = att->format;
681 if (vk_format_has_depth(att->format))
682 depth_format = att->format;
683 if (vk_format_has_stencil(att->format))
684 stencil_format = att->format;
1663 if (vk_format_is_int(res_att_state->image_view->format))
1673 if (vk_format_is_int(att_state->image_view->format))
2237 * VkImageViewCreateInfo::format equal to the corresponding value of
2238 * VkAttachmentDescription::format in renderPass"
2240 assert(image_view->format == pass_att->format);
2314 if (vk_format_is_depth_or_stencil(att_state->image_view->format) &&