Searched refs:FormatIsDepthAndStencil (Results 1 – 7 of 7) sorted by relevance
141 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format);179 …HasDepth(VkFormat format) { return (FormatIsDepthOnly(format) || FormatIsDepthAndStencil(format));… in FormatHasDepth()180 …tencil(VkFormat format) { return (FormatIsStencilOnly(format) || FormatIsDepthAndStencil(format));… in FormatHasStencil()
495 …return (FormatIsDepthAndStencil(format) || FormatIsDepthOnly(format) || FormatIsStencilOnly(format… in FormatIsDepthOrStencil()499 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format) { in FormatIsDepthAndStencil() function
297 if (FormatIsDepthAndStencil(image_state->createInfo.format)) { in SetImageLayout()815 if (FormatIsDepthAndStencil(image_create_info->format)) { in ValidateBarriersToImages()4003 } else if (FormatIsDepthAndStencil(format)) { in ValidateImageAspectMask()4624 …if (!FormatIsDepthAndStencil(image_state->createInfo.format) && SafeModulo(pRegions[i].bufferOffse… in ValidateBufferImageCopyData()
500 if (FormatIsDepthAndStencil(fmt)) return FORMAT_TYPE_FLOAT | FORMAT_TYPE_UINT; in GetFormatType()
695 …if (FormatIsDepthAndStencil(fmt)) return DESCRIPTOR_REQ_COMPONENT_TYPE_FLOAT | DESCRIPTOR_REQ_COMP… in DescriptorRequirementsBitsFromFormat()
10108 if (FormatIsDepthAndStencil(pDepthStencilResolveAttachmentFormat) && in ValidateDepthStencilResolve()10119 if (FormatIsDepthAndStencil(pDepthStencilResolveAttachmentFormat) && in ValidateDepthStencilResolve()10190 bool check_stencil_load_op = FormatIsDepthAndStencil(format) || !check_color_depth_load_op; in FormatSpecificLoadAndStoreOpSettings()
1070 if (FormatIsDepthAndStencil(format)) { in Init()1107 if (FormatIsDepthAndStencil(create_info->format)) { in init()