Home
last modified time | relevance | path

Searched refs:VK_COMPARE_OP_ALWAYS (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_clear.c158 ds_info.depthCompareOp = VK_COMPARE_OP_ALWAYS; in get_clear_pipeline()
162 ds_info.front.compareOp = VK_COMPARE_OP_ALWAYS; in get_clear_pipeline()
Dvk_graphics_state.c844 if (face->op.compare == VK_COMPARE_OP_ALWAYS) in optimize_stencil_face()
859 depthCompareOp == VK_COMPARE_OP_ALWAYS) in optimize_stencil_face()
904 ds->depth.compare_op = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state()
912 ds->stencil.front.op.compare = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state()
913 ds->stencil.back.op.compare = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state()
945 if (ds->depth.compare_op == VK_COMPARE_OP_ALWAYS && !ds->depth.write_enable) in vk_optimize_depth_stencil_state()
951 if (ds->stencil.front.op.compare == VK_COMPARE_OP_ALWAYS && in vk_optimize_depth_stencil_state()
952 ds->stencil.back.op.compare == VK_COMPARE_OP_ALWAYS && in vk_optimize_depth_stencil_state()
Dvk_meta_blit_resolve.c420 ds_info.depthCompareOp = VK_COMPARE_OP_ALWAYS; in get_blit_pipeline()
425 ds_info.front.compareOp = VK_COMPARE_OP_ALWAYS; in get_blit_pipeline()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp792 .compareOp = VK_COMPARE_OP_ALWAYS, in setUpSampler()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1772 eAlways = VK_COMPARE_OP_ALWAYS
Dvk_enum_string_helper.h3522 case VK_COMPARE_OP_ALWAYS: in string_VkCompareOp()
Dvulkan_enums.hpp2807 eAlways = VK_COMPARE_OP_ALWAYS
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc646 * ename:VK_COMPARE_OP_ALWAYS specifies that the comparison always
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1897 VK_COMPARE_OP_ALWAYS = 7, enumerator