Home
last modified time | relevance | path

Searched refs:VK_COMPARE_OP_NEVER (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c850 if (face->op.compare == VK_COMPARE_OP_NEVER || in optimize_stencil_face()
851 depthCompareOp == VK_COMPARE_OP_NEVER) in optimize_stencil_face()
858 if (face->op.compare == VK_COMPARE_OP_NEVER || in optimize_stencil_face()
920 ds->stencil.front.op.compare == VK_COMPARE_OP_NEVER && in vk_optimize_depth_stencil_state()
921 ds->stencil.back.op.compare == VK_COMPARE_OP_NEVER) { in vk_optimize_depth_stencil_state()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1765 eNever = VK_COMPARE_OP_NEVER,
Dvk_enum_string_helper.h3534 case VK_COMPARE_OP_NEVER: in string_VkCompareOp()
Dvulkan_enums.hpp2800 eNever = VK_COMPARE_OP_NEVER,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc632 * ename:VK_COMPARE_OP_NEVER specifies that the comparison always evaluates
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1890 VK_COMPARE_OP_NEVER = 0, enumerator