Home
last modified time | relevance | path

Searched defs:depth_stencil_state (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dmod.rs121 depth_stencil_state: Option<DepthStencilState>, field
214 pub fn depth_stencil_state(&self) -> Option<&DepthStencilState> { in depth_stencil_state() method
Dbuilder.rs83 depth_stencil_state: DepthStencilState, field
140 depth_stencil_state: bool, field
3970 pub fn depth_stencil_state(mut self, depth_stencil_state: DepthStencilState) -> Self { in depth_stencil_state() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c193 VkPipelineDepthStencilStateCreateInfo depth_stencil_state = {0}; in zink_create_gfx_pipeline() local
728 VkPipelineDepthStencilStateCreateInfo depth_stencil_state = {0}; in create_gfx_pipeline_library() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_resolve_fs.c338 VkPipelineDepthStencilStateCreateInfo depth_stencil_state = { in create_depth_stencil_resolve_pipeline() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c51 bool depth_stencil_state : 1; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs6943 pub fn depth_stencil_state( in depth_stencil_state() method