Home
last modified time | relevance | path

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

123

/external/deqp/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()
/external/deqp-deps/amber/tests/cases/
Ddraw_triangle_list_with_depth.vkscript80 depthTestEnable true
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp62 bool depthTestEnable = false; member
DvktDrawUtil.cpp479 pipelineState.depthTestEnable, // VkBool32 depthTestEnable; in registerDrawObject()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c113 depth_stencil_state.depthTestEnable = state->depth_stencil_alpha_state->depth_test; in zink_create_gfx_pipeline()
/external/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
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c961 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,
Danv_cmd_buffer.c715 VkBool32 depthTestEnable) in anv_CmdSetDepthTestEnableEXT() argument
720 cmd_buffer->state.gfx.dynamic.depth_test_enable = depthTestEnable; in anv_CmdSetDepthTestEnableEXT()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c226 .depthTestEnable = false, in create_pipeline()
Dradv_meta_blit.c923 .depthTestEnable = true, in build_pipeline()
930 .depthTestEnable = false, in build_pipeline()
Dradv_meta_blit2d.c1076 .depthTestEnable = true, in blit2d_init_depth_only_pipeline()
1266 .depthTestEnable = false, in blit2d_init_stencil_only_pipeline()
Dradv_meta_clear.c291 .depthTestEnable = false, in create_color_pipeline()
667 .depthTestEnable = !!(aspects & VK_IMAGE_ASPECT_DEPTH_BIT), in create_depthstencil_pipeline()
Dradv_meta_resolve_fs.c607 .depthTestEnable = true, in create_depth_stencil_resolve_pipeline()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp427 DepthStencilState (vk::VkBool32 depthTestEnable = false,
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp230 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp260 depthStencilState.depthTestEnable = VK_FALSE; in createGraphicsPipeline()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp249 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
/external/swiftshader/src/Device/
DContext.cpp466 depthBufferEnable = (depthStencilState->depthTestEnable != VK_FALSE); in GraphicsState()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc474 depthstencil_info.depthTestEnable = pipeline_data->GetEnableDepthTest(); in GetVkPipelineDepthStencilInfo()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c375 .depthTestEnable = false, in create_color_clear_pipeline()
435 .depthTestEnable = has_depth, in create_depth_clear_pipeline()
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp640 ds_state.depthTestEnable = ds_output != VK_FORMAT_UNDEFINED; in create_graphics_pipeline()
/external/deqp-deps/amber/docs/
Dvk_script.md306 * `depthTestEnable <bool>`
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp904 m_depthStencilStateParams.depthTestEnable = VK_TRUE; in addPipelineInfo()

123