Lines Matching refs:isDepthStencilFormat
1105 …xt.getDeviceInterface(), context.getDevice(), m_images, m_format, isDepthStencilFormat(m_format) ?… in SubpassDependencyTestInstance()
1137 …const VkFormatFeatureFlags flags = isDepthStencilFormat(m_format) ? VK_FORMAT_FEATURE_DEPTH_STENC… in createAndAllocateImages()
1155 VkImageUsageFlags usage = ((isDepthStencilFormat(format) in createAndAllocateImages()
1292 const VkPipelineDepthStencilStateCreateInfo depthStencilCreateInfo (isDepthStencilFormat(format) in createRenderPipelines()
1407 VkImageLayout imageLayout = isDepthStencilFormat(format) in createDescriptorSets()
1468 if (isDepthStencilFormat(m_format)) in iterateInternal()
1509 …clearValues.push_back(isDepthStencilFormat(m_format) ? makeClearValueDepthStencil(1.0f, 255u) : ma… in iterateInternal()
1593 const VkImageAspectFlags imageAspectFlags = isDepthStencilFormat(m_format) in iterateInternal()
1595 const VkAccessFlags srcAccessMask = isDepthStencilFormat(m_format) in iterateInternal()
1597 const VkImageLayout oldLayout = isDepthStencilFormat(m_format) in iterateInternal()
1599 const VkPipelineStageFlags srcStageMask = isDepthStencilFormat(m_format) in iterateInternal()
1630 if (isDepthStencilFormat(m_format)) in iterateInternal()
1716 if (isDepthStencilFormat(m_format)) in iterateInternal()
1744 if (isDepthStencilFormat(m_format)) in iterateInternal()
2345 const bool isDSFormat = isDepthStencilFormat(m_format); in iterateInternal()
3714 if (isDepthStencilFormat(testConfig.format)) in init()
3822 if (isDepthStencilFormat(testConfig.format)) in init()