/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.hpp | 62 bool depthTestEnable = false; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.hpp | 62 bool depthTestEnable = false; member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 490 depthTestEnable = (depthStencilState->depthTestEnable != VK_FALSE); in GraphicsState() 629 // "Depth writes are always disabled when depthTestEnable is VK_FALSE." 635 return attachments.depthBuffer && depthTestEnable;
|
H A D | Context.hpp | 235 bool depthTestEnable = false; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 142 const bool depthTestEnable = true, 182 const bool depthTestEnable, 275 const bool depthTestEnable, in DepthTest() 289 , m_depthTestEnable (depthTestEnable) in DepthTest() 375 const bool depthTestEnable, in DepthTestInstance() 390 , m_depthTestEnable (depthTestEnable) in DepthTestInstance() 630 m_depthTestEnable, // VkBool32 depthTestEnable; 1409 false, /* depthTestEnable */ in createDepthTests() 1431 true, /* depthTestEnable */ in createDepthTests() 265 DepthTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, const VkCompareOp depthCompareOps[QUAD_COUNT], const bool separateDepthStencilLayouts, const VkPrimitiveTopology primitiveTopology, const bool depthBoundsTestEnable, const float depthBoundsMin, const float depthBoundsMax, const bool depthTestEnable, const bool stencilTestEnable, const bool colorAttachmentEnable, const bool hostVisible, const tcu::UVec2 renderSize, const DepthClipControlCase depthClipControl) DepthTest() argument 366 DepthTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT], const bool separateDepthStencilLayouts, const VkPrimitiveTopology primitiveTopology, const bool depthBoundsTestEnable, const float depthBoundsMin, const float depthBoundsMax, const bool depthTestEnable, const bool stencilTestEnable, const bool colorAttachmentEnable, const bool hostVisible, const tcu::UVec2 renderSize, const DepthClipControlCase depthClipControl) DepthTestInstance() argument
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1369 VkBool32 depthTestEnable = in setup() local 1385 depthTestEnable, // VkBool32 depthTestEnable in setup() 1386 depthTestEnable, // VkBool32 depthWriteEnable in setup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 141 const bool depthTestEnable = true, 177 const bool depthTestEnable, 268 const bool depthTestEnable, in DepthTest() 280 , m_depthTestEnable (depthTestEnable) in DepthTest() 364 const bool depthTestEnable, in DepthTestInstance() 377 , m_depthTestEnable (depthTestEnable) in DepthTestInstance() 610 m_depthTestEnable, // VkBool32 depthTestEnable; 1389 false, /* depthTestEnable */ in createDepthTests() 257 DepthTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, const VkCompareOp depthCompareOps[QUAD_COUNT], const bool separateDepthStencilLayouts, const VkPrimitiveTopology primitiveTopology, const bool depthBoundsTestEnable, const float depthBoundsMin, const float depthBoundsMax, const bool depthTestEnable, const bool stencilTestEnable, const bool colorAttachmentEnable, const DepthClipControlCase depthClipControl) DepthTest() argument 355 DepthTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT], const bool separateDepthStencilLayouts, const VkPrimitiveTopology primitiveTopology, const bool depthBoundsTestEnable, const float depthBoundsMin, const float depthBoundsMax, const bool depthTestEnable, const bool stencilTestEnable, const bool colorAttachmentEnable, const DepthClipControlCase depthClipControl) DepthTestInstance() argument
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1230 VkBool32 depthTestEnable = in setup() local 1246 depthTestEnable, // VkBool32 depthTestEnable in setup() 1247 depthTestEnable, // VkBool32 depthWriteEnable in setup()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1269 (!in_zsa->depthTestEnable || in_zsa->depthCompareOp != VK_COMPARE_OP_NEVER) && in translate_stencil_test() 1271 (in_zsa->depthTestEnable && in translate_stencil_test() 1279 (!in_zsa->depthTestEnable || in_zsa->depthCompareOp != VK_COMPARE_OP_NEVER) && in translate_stencil_test() 1281 (in_zsa->depthTestEnable && in translate_stencil_test() 1342 in_zsa->depthTestEnable || in_zsa->depthBoundsTestEnable; in dzn_graphics_pipeline_translate_zsa() 1347 in_zsa->depthTestEnable ? in dzn_graphics_pipeline_translate_zsa()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_pipeline.c | 216 if (ds_info && ds_info->depthTestEnable && has_ds_attachment) { in pack_cfg_bits()
|
H A D | v3dv_meta_clear.c | 587 .depthTestEnable = false, in create_color_clear_pipeline() 649 .depthTestEnable = has_depth, in create_depth_clear_pipeline()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 209 depth_stencil_state.depthTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_test; in zink_create_gfx_pipeline()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 865 .depthTestEnable = true, in blit2d_init_depth_only_pipeline() 1022 .depthTestEnable = false, in blit2d_init_stencil_only_pipeline()
|
H A D | radv_meta_blit.c | 777 .depthTestEnable = true, in build_pipeline() 784 .depthTestEnable = false, in build_pipeline()
|
H A D | radv_meta_decompress.c | 265 .depthTestEnable = false, in create_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 954 const auto depthTestEnable = (isMosaic ? VK_FALSE : VK_TRUE); in iterate() local 955 const auto depthWriteEnable = depthTestEnable; in iterate() 963 depthTestEnable, // VkBool32 depthTestEnable; in iterate()
|
H A D | vktDrawCreateInfoUtil.hpp | 427 DepthStencilState (vk::VkBool32 depthTestEnable = false,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 952 const auto depthTestEnable = (isMosaic ? VK_FALSE : VK_TRUE); in iterate() local 953 const auto depthWriteEnable = depthTestEnable; in iterate() 961 depthTestEnable, // VkBool32 depthTestEnable; in iterate()
|
H A D | vktDrawCreateInfoUtil.hpp | 427 DepthStencilState (vk::VkBool32 depthTestEnable = false,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 249 stencilInfo->depthTestEnable = VK_FALSE;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 260 depthStencilState.depthTestEnable = VK_FALSE; in createGraphicsPipeline()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 289 depthStencilState.depthTestEnable = in ComputeDepthStencilDesc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectMiscTests.cpp | 577 bool depthTestEnable; 607 depthTestEnable = false; 1338 m_params.depthTestEnable ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEnable 2804 bool depthTestEnable; 2994 params.depthTestEnable = depthTest.depthTestEnable;
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 679 ds->depth.test_enable = ds_info->depthTestEnable; in vk_depth_stencil_state_init() 1945 VkBool32 depthTestEnable) in vk_common_CmdSetDepthTestEnable() 1951 ds.depth.test_enable, depthTestEnable); in vk_common_CmdSetDepthTestEnable() 1944 vk_common_CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) vk_common_CmdSetDepthTestEnable() argument
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 6819 static inline size_t vn_sizeof_vkCmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) in vn_sizeof_vkCmdSetDepthTestEnable() argument 6826 cmd_size += vn_sizeof_VkBool32(&depthTestEnable); in vn_sizeof_vkCmdSetDepthTestEnable() 6831 static inline void vn_encode_vkCmdSetDepthTestEnable(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) in vn_encode_vkCmdSetDepthTestEnable() argument 6839 vn_encode_VkBool32(enc, &depthTestEnable); in vn_encode_vkCmdSetDepthTestEnable() 6842 static inline size_t vn_sizeof_vkCmdSetDepthTestEnable_reply(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) in vn_sizeof_vkCmdSetDepthTestEnable_reply() argument 6848 /* skip depthTestEnable */ in vn_sizeof_vkCmdSetDepthTestEnable_reply() 6853 static inline void vn_decode_vkCmdSetDepthTestEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) in vn_decode_vkCmdSetDepthTestEnable_reply() argument 6860 /* skip depthTestEnable */ in vn_decode_vkCmdSetDepthTestEnable_reply() 9453 static inline void vn_submit_vkCmdSetDepthTestEnable(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthTestEnable, struct vn_instance_submit_command *submit) in vn_submit_vkCmdSetDepthTestEnable() argument 9457 size_t cmd_size = vn_sizeof_vkCmdSetDepthTestEnable(commandBuffer, depthTestEnable); in vn_submit_vkCmdSetDepthTestEnable() 11318 vn_call_vkCmdSetDepthTestEnable(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) vn_call_vkCmdSetDepthTestEnable() argument 11331 vn_async_vkCmdSetDepthTestEnable(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) vn_async_vkCmdSetDepthTestEnable() argument [all...] |