Home
last modified time | relevance | path

Searched defs:DepthStencilState (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Ddepth_stencil.rs29 pub struct DepthStencilState { struct
48 impl DepthStencilState { argument
75 impl Default for DepthStencilState { implementation
Dmod.rs214 pub fn depth_stencil_state(&self) -> Option<&DepthStencilState> { in depth_stencil_state()
Dbuilder.rs1902 let DepthStencilState { in validate_create() localVariable
3281 let DepthStencilState { in record_create() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DState.h273 struct DepthStencilState struct
279 static inline DepthStencilState * argument
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.cpp136 DepthStencilState::DepthStencilState() in DepthStencilState() function in gl::DepthStencilState
158 DepthStencilState::DepthStencilState(const DepthStencilState &other) in DepthStencilState() function in gl::DepthStencilState
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp361 class DepthStencilState : public vk::VkPipelineDepthStencilStateCreateInfo class in vkt::Draw::PipelineCreateInfo
H A DvktDrawCreateInfoUtil.cpp943 PipelineCreateInfo::DepthStencilState::DepthStencilState(vk::VkBool32 _depthTestEnable, vk::VkBool3… in DepthStencilState() function in vkt::Draw::PipelineCreateInfo::DepthStencilState