Home
last modified time | relevance | path

Searched refs:isColorFormat (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp207 const bool isColorFormat = !angleFormat.hasDepthOrStencilBits(); in CanGenerateMipmapWithCompute() local
209 return hasStorageSupport && !isSRGB && !isInt && is2D && !isMultisampled && isColorFormat; in CanGenerateMipmapWithCompute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3792 const bool isColorFormat = !hasDepthComp && !hasStencilComp; in getRequiredOptimalTilingSampleCounts() local
3795 DE_ASSERT((hasDepthComp || hasStencilComp) != isColorFormat); in getRequiredOptimalTilingSampleCounts()
3808 if (isColorFormat) in getRequiredOptimalTilingSampleCounts()