/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 126 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()
|
/external/deqp-deps/amber/tests/cases/ |
D | draw_triangle_list_with_depth.vkscript | 80 depthTestEnable true
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 62 bool depthTestEnable = false; member
|
D | vktDrawUtil.cpp | 479 pipelineState.depthTestEnable, // VkBool32 depthTestEnable; in registerDrawObject()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_pipeline.c | 113 depth_stencil_state.depthTestEnable = state->depth_stencil_alpha_state->depth_test; in zink_create_gfx_pipeline()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | depthstencil.h | 145 if (pDSState->depthTestEnable) in DepthStencilTest()
|
D | api.cpp | 943 (pState->state.depthStencilState.depthTestEnable == FALSE) && in SetupPipeline() 1002 ((!(pState->state.depthStencilState.depthTestEnable && in SetupPipeline() 1006 (pState->state.depthStencilState.depthTestEnable || in SetupPipeline()
|
D | state.h | 1153 uint32_t depthTestEnable : 1; member
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 961 if (!state->depthTestEnable || !(ds_aspects & VK_IMAGE_ASPECT_DEPTH_BIT)) { in sanitize_ds_state() 978 state->depthTestEnable = false; in sanitize_ds_state() 1001 state->depthTestEnable = false; in sanitize_ds_state() 1051 pipeline->depth_test_enable = info.depthTestEnable; 1064 0 : info.depthTestEnable,
|
D | anv_cmd_buffer.c | 715 VkBool32 depthTestEnable) in anv_CmdSetDepthTestEnableEXT() argument 720 cmd_buffer->state.gfx.dynamic.depth_test_enable = depthTestEnable; in anv_CmdSetDepthTestEnableEXT()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 226 .depthTestEnable = false, in create_pipeline()
|
D | radv_meta_blit.c | 923 .depthTestEnable = true, in build_pipeline() 930 .depthTestEnable = false, in build_pipeline()
|
D | radv_meta_blit2d.c | 1076 .depthTestEnable = true, in blit2d_init_depth_only_pipeline() 1266 .depthTestEnable = false, in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_clear.c | 291 .depthTestEnable = false, in create_color_pipeline() 667 .depthTestEnable = !!(aspects & VK_IMAGE_ASPECT_DEPTH_BIT), in create_depthstencil_pipeline()
|
D | radv_meta_resolve_fs.c | 607 .depthTestEnable = true, in create_depth_stencil_resolve_pipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 427 DepthStencilState (vk::VkBool32 depthTestEnable = false,
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 230 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 260 depthStencilState.depthTestEnable = VK_FALSE; in createGraphicsPipeline()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 249 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
|
/external/swiftshader/src/Device/ |
D | Context.cpp | 466 depthBufferEnable = (depthStencilState->depthTestEnable != VK_FALSE); in GraphicsState()
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.cc | 474 depthstencil_info.depthTestEnable = pipeline_data->GetEnableDepthTest(); in GetVkPipelineDepthStencilInfo()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_clear.c | 375 .depthTestEnable = false, in create_color_clear_pipeline() 435 .depthTestEnable = has_depth, in create_depth_clear_pipeline()
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 640 ds_state.depthTestEnable = ds_output != VK_FORMAT_UNDEFINED; in create_graphics_pipeline()
|
/external/deqp-deps/amber/docs/ |
D | vk_script.md | 306 * `depthTestEnable <bool>`
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 904 m_depthStencilStateParams.depthTestEnable = VK_TRUE; in addPipelineInfo()
|