Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp126 const bool depthTestEnable = true,
156 const bool depthTestEnable,
219 const bool depthTestEnable, in DepthTest() argument
228 , m_depthTestEnable (depthTestEnable) in DepthTest()
301 const bool depthTestEnable, in DepthTestInstance() argument
312 , m_depthTestEnable (depthTestEnable) in DepthTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp62 bool depthTestEnable = false; member
DvktDrawUtil.cpp479 pipelineState.depthTestEnable, // VkBool32 depthTestEnable; in registerDrawObject()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp490 depthTestEnable = (depthStencilState->depthTestEnable != VK_FALSE); in GraphicsState()
635 return attachments.depthBuffer && depthTestEnable; in depthTestActive()
DContext.hpp235 bool depthTestEnable = false; member
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h145 if (pDSState->depthTestEnable) in DepthStencilTest()
Dapi.cpp943 (pState->state.depthStencilState.depthTestEnable == FALSE) && in SetupPipeline()
1002 ((!(pState->state.depthStencilState.depthTestEnable && in SetupPipeline()
1006 (pState->state.depthStencilState.depthTestEnable || in SetupPipeline()
Dstate.h1153 uint32_t depthTestEnable : 1; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp848 const auto depthTestEnable = (isMosaic ? VK_FALSE : VK_TRUE); in iterate() local
849 const auto depthWriteEnable = depthTestEnable; in iterate()
857 depthTestEnable, // VkBool32 depthTestEnable; in iterate()
DvktDrawCreateInfoUtil.hpp427 DepthStencilState (vk::VkBool32 depthTestEnable = false,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c167 depth_stencil_state.depthTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_test; in zink_create_gfx_pipeline()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1035 if (!state->depthTestEnable || !(ds_aspects & VK_IMAGE_ASPECT_DEPTH_BIT)) { in sanitize_ds_state()
1052 state->depthTestEnable = false; in sanitize_ds_state()
1075 state->depthTestEnable = false; in sanitize_ds_state()
1125 pipeline->depth_test_enable = info.depthTestEnable;
1138 0 : info.depthTestEnable,
Danv_cmd_buffer.c820 VkBool32 depthTestEnable) in anv_CmdSetDepthTestEnableEXT() argument
825 cmd_buffer->state.gfx.dynamic.depth_test_enable = depthTestEnable; in anv_CmdSetDepthTestEnableEXT()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c613 .depthTestEnable = false, in create_color_clear_pipeline()
675 .depthTestEnable = has_depth, in create_depth_clear_pipeline()
Dv3dvx_pipeline.c210 if (ds_info && ds_info->depthTestEnable && has_ds_attachment) { in pack_cfg_bits()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c800 .depthTestEnable = true, in build_pipeline()
807 .depthTestEnable = false, in build_pipeline()
Dradv_meta_blit2d.c1016 .depthTestEnable = true, in blit2d_init_depth_only_pipeline()
1208 .depthTestEnable = false, in blit2d_init_stencil_only_pipeline()
Dradv_meta_decompress.c328 .depthTestEnable = false, in create_pipeline()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp273 depthStencilState.depthTestEnable = in ComputeDepthStencilDesc()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp249 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp260 depthStencilState.depthTestEnable = VK_FALSE; in createGraphicsPipeline()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp249 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp289 depthStencilState.depthTestEnable = in ComputeDepthStencilDesc()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline.h843 size += vn_sizeof_VkBool32(&val->depthTestEnable); in vn_sizeof_VkPipelineDepthStencilStateCreateInfo_self()
879 vn_encode_VkBool32(enc, &val->depthTestEnable); in vn_encode_VkPipelineDepthStencilStateCreateInfo_self()
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp721 ds_state.depthTestEnable = ds_output != VK_FORMAT_UNDEFINED; in create_graphics_pipeline()

123