Home
last modified time | relevance | path

Searched refs:depthTestEnable (Results 1 – 16 of 16) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1172 m_ds_state.pNext = VK_NULL_HANDLE, m_ds_state.depthTestEnable = VK_FALSE; in VkPipelineObj()
1216 m_ds_state.depthTestEnable = ds_state->depthTestEnable; in SetDepthStencil()
Dlayer_validation_tests.cpp453 ds_ci.depthTestEnable = VK_FALSE; in GenericDrawPreparation()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp158 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp419 DepthStencilState (vk::VkBool32 depthTestEnable = false,
DvktDrawCreateInfoUtil.cpp981 depthTestEnable = _depthTestEnable; in DepthStencilState()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp419 DepthStencilState (vk::VkBool32 depthTestEnable = false,
DvktQueryPoolCreateInfoUtil.cpp987 depthTestEnable = _depthTestEnable; in DepthStencilState()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp421 DepthStencilState (vk::VkBool32 depthTestEnable = false,
DvktDynamicStateCreateInfoUtil.cpp980 depthTestEnable = _depthTestEnable; in DepthStencilState()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl723 VkBool32 depthTestEnable; member
DvkStrUtilImpl.inl2366 s << "\tdepthTestEnable = " << value.depthTestEnable << '\n';
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp806 depthStencilState.depthTestEnable = VK_FALSE; in generateWork()
/external/vulkan-validation-layers/demos/
Dtri.c1325 ds.depthTestEnable = VK_TRUE; in demo_prepare_pipeline()
Dcube.c1578 ds.depthTestEnable = VK_TRUE; in demo_prepare_pipeline()
/external/skia/third_party/vulkan/
Dvulkan.h1778 VkBool32 depthTestEnable; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1787 VkBool32 depthTestEnable; member