Lines Matching defs:format
219 uint32_t stencil_layout = vk_format_has_stencil(att[a].format) ?
311 uint32_t stencil_layout = vk_format_has_stencil(att[a].format) ?
398 if (vk_format_is_depth_or_stencil(att[i].format)) {
561 if (att->format == VK_FORMAT_D32_SFLOAT_S8_UINT) {
618 if (att->format == VK_FORMAT_D32_SFLOAT_S8_UINT) {
690 switch (att->format) {
777 att->format = pCreateInfo->pAttachments[i].format;
782 if (att->format == VK_FORMAT_D32_SFLOAT_S8_UINT)
785 att->cpp = vk_format_get_blocksize(att->format) * att->samples;
869 if (vk_format_is_srgb(pass->attachments[a].format))
963 att->format = view->vk.format;
969 if (att->format == VK_FORMAT_D32_SFLOAT_S8_UINT)
972 att->cpp = vk_format_get_blocksize(att->format) * att->samples;
1019 if (vk_format_is_srgb(view->vk.format))
1121 VkFormat format = info->pColorAttachmentFormats[i];
1123 if (format == VK_FORMAT_UNDEFINED) {
1128 att->format = format;
1142 att->format = info->depthAttachmentFormat != VK_FORMAT_UNDEFINED ?