Home
last modified time | relevance | path

Searched refs:depthWriteEnable (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.hpp44 bool depthWriteEnable : 1; member
256 void setDepthWriteEnable(bool depthWriteEnable);
H A DPixelProcessor.cpp588 void PixelProcessor::setDepthWriteEnable(bool depthWriteEnable) in setDepthWriteEnable() argument
590 context->depthWriteEnable = depthWriteEnable; in setDepthWriteEnable()
988 state.depthWriteEnable = context->depthWriteActive(); in update()
H A DContext.hpp514 bool depthWriteEnable; member in sw::Context
H A DContext.cpp264 depthWriteEnable = true; in init()
517 return depthWriteEnable; in depthWriteActive()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DPixelProcessor.hpp73 bool depthWriteEnable; member
H A DContext.cpp491 depthWriteEnable = (depthStencilState->depthWriteEnable != VK_FALSE); in GraphicsState()
630 return depthTestActive(attachments) && depthWriteEnable;
H A DContext.hpp237 bool depthWriteEnable = false; member
H A DPixelProcessor.cpp93 state.depthWriteEnable = pipelineState.depthWriteActive(attachments); in update()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp63 bool depthWriteEnable = false; member
H A DvktDrawUtil.cpp480 pipelineState.depthWriteEnable, // VkBool32 depthWriteEnable; in registerDrawObject()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.hpp63 bool depthWriteEnable = false; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c217 config.z_updates_enable = ds_info->depthWriteEnable; in pack_cfg_bits()
H A Dv3dv_meta_clear.c588 .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 Dzink_pipeline.c217 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 Dradv_meta_blit2d.c866 .depthWriteEnable = true, in blit2d_init_depth_only_pipeline()
1023 .depthWriteEnable = false, in blit2d_init_stencil_only_pipeline()
H A Dradv_meta_blit.c778 .depthWriteEnable = true, in build_pipeline()
785 .depthWriteEnable = false, in build_pipeline()
H A Dradv_meta_decompress.c266 .depthWriteEnable = false, in create_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp428 vk::VkBool32 depthWriteEnable = false,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp428 vk::VkBool32 depthWriteEnable = false,
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp250 stencilInfo->depthWriteEnable = VK_FALSE;
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp261 depthStencilState.depthWriteEnable = VK_FALSE; in createGraphicsPipeline()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp294 depthStencilState.depthWriteEnable = descriptor->depthWriteEnabled ? VK_TRUE : VK_FALSE; in ComputeDepthStencilDesc()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c680 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 Dvn_protocol_driver_command_buffer.h6863 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 DvktDynamicStateDiscardTests.cpp229 depthStencilState.depthWriteEnable = VK_TRUE; in initPipeline()

Completed in 49 milliseconds

1234