/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | PixelProcessor.hpp | 44 bool depthWriteEnable : 1; member 256 void setDepthWriteEnable(bool depthWriteEnable);
|
H A D | PixelProcessor.cpp | 588 void PixelProcessor::setDepthWriteEnable(bool depthWriteEnable) in setDepthWriteEnable() argument 590 context->depthWriteEnable = depthWriteEnable; in setDepthWriteEnable() 988 state.depthWriteEnable = context->depthWriteActive(); in update()
|
H A D | Context.hpp | 514 bool depthWriteEnable; member in sw::Context
|
H A D | Context.cpp | 264 depthWriteEnable = true; in init() 517 return depthWriteEnable; in depthWriteActive()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | PixelProcessor.hpp | 73 bool depthWriteEnable; member
|
H A D | Context.cpp | 491 depthWriteEnable = (depthStencilState->depthWriteEnable != VK_FALSE); in GraphicsState() 630 return depthTestActive(attachments) && depthWriteEnable;
|
H A D | Context.hpp | 237 bool depthWriteEnable = false; member
|
H A D | PixelProcessor.cpp | 93 state.depthWriteEnable = pipelineState.depthWriteActive(attachments); in update()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.hpp | 63 bool depthWriteEnable = false; member
|
H A D | vktDrawUtil.cpp | 480 pipelineState.depthWriteEnable, // VkBool32 depthWriteEnable; in registerDrawObject()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.hpp | 63 bool depthWriteEnable = false; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_pipeline.c | 217 config.z_updates_enable = ds_info->depthWriteEnable; in pack_cfg_bits()
|
H A D | v3dv_meta_clear.c | 588 .depthWriteEnable = false, in create_color_clear_pipeline() 650 .depthWriteEnable = has_depth, in create_depth_clear_pipeline()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 217 depth_stencil_state.depthWriteEnable = state->dyn_state1.depth_stencil_alpha_state->depth_write; in zink_create_gfx_pipeline()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 866 .depthWriteEnable = true, in blit2d_init_depth_only_pipeline() 1023 .depthWriteEnable = false, in blit2d_init_stencil_only_pipeline()
|
H A D | radv_meta_blit.c | 778 .depthWriteEnable = true, in build_pipeline() 785 .depthWriteEnable = false, in build_pipeline()
|
H A D | radv_meta_decompress.c | 266 .depthWriteEnable = false, in create_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 428 vk::VkBool32 depthWriteEnable = false,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 428 vk::VkBool32 depthWriteEnable = false,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 250 stencilInfo->depthWriteEnable = VK_FALSE;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 261 depthStencilState.depthWriteEnable = VK_FALSE; in createGraphicsPipeline()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 294 depthStencilState.depthWriteEnable = descriptor->depthWriteEnabled ? VK_TRUE : VK_FALSE; in ComputeDepthStencilDesc()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 680 ds->depth.write_enable = ds_info->depthWriteEnable; in vk_depth_stencil_state_init() 1956 VkBool32 depthWriteEnable) in vk_common_CmdSetDepthWriteEnable() 1962 ds.depth.write_enable, depthWriteEnable); in vk_common_CmdSetDepthWriteEnable() 1955 vk_common_CmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) vk_common_CmdSetDepthWriteEnable() argument
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 6863 static inline size_t vn_sizeof_vkCmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) in vn_sizeof_vkCmdSetDepthWriteEnable() argument 6870 cmd_size += vn_sizeof_VkBool32(&depthWriteEnable); in vn_sizeof_vkCmdSetDepthWriteEnable() 6875 static inline void vn_encode_vkCmdSetDepthWriteEnable(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) in vn_encode_vkCmdSetDepthWriteEnable() argument 6883 vn_encode_VkBool32(enc, &depthWriteEnable); in vn_encode_vkCmdSetDepthWriteEnable() 6886 static inline size_t vn_sizeof_vkCmdSetDepthWriteEnable_reply(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) in vn_sizeof_vkCmdSetDepthWriteEnable_reply() argument 6892 /* skip depthWriteEnable */ in vn_sizeof_vkCmdSetDepthWriteEnable_reply() 6897 static inline void vn_decode_vkCmdSetDepthWriteEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) in vn_decode_vkCmdSetDepthWriteEnable_reply() argument 6904 /* skip depthWriteEnable */ in vn_decode_vkCmdSetDepthWriteEnable_reply() 9474 static inline void vn_submit_vkCmdSetDepthWriteEnable(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable, struct vn_instance_submit_command *submit) in vn_submit_vkCmdSetDepthWriteEnable() argument 9478 size_t cmd_size = vn_sizeof_vkCmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); in vn_submit_vkCmdSetDepthWriteEnable() 11337 vn_call_vkCmdSetDepthWriteEnable(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) vn_call_vkCmdSetDepthWriteEnable() argument 11350 vn_async_vkCmdSetDepthWriteEnable(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) vn_async_vkCmdSetDepthWriteEnable() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 229 depthStencilState.depthWriteEnable = VK_TRUE; in initPipeline()
|