Home
last modified time | relevance | path

Searched refs:isStencilTexture (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp329 const bool isStencilTexture = tcu::hasStencilComponent(textureFormat.order); in guessAspectMask() local
330 return isShadowTexture ? VK_IMAGE_ASPECT_DEPTH_BIT : isStencilTexture ? VK_IMAGE_ASPECT_STENCIL_BIT : VK_IMAGE_ASPECT_COLOR_BIT; in guessAspectMask()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp339 const bool isStencilTexture = tcu::hasStencilComponent(textureFormat.order); in guessAspectMask() local
340 return isShadowTexture ? VK_IMAGE_ASPECT_DEPTH_BIT : isStencilTexture ? VK_IMAGE_ASPECT_STENCIL_BIT : VK_IMAGE_ASPECT_COLOR_BIT; in guessAspectMask()

Completed in 7 milliseconds