Searched defs:DepthStencilParams (Results 1 – 3 of 3) sorted by relevance
96 struct DepthStencilParams struct98 rr::FaceType visibleFace; //!< Quad visible face.100 bool stencilTestEnabled;101 StencilParams stencil[rr::FACETYPE_LAST];103 bool depthTestEnabled;104 uint32_t depthFunc;105 float depth;106 bool depthWriteMask;108 DepthStencilParams(void) in DepthStencilParams() argument
96 struct DepthStencilParams struct98 rr::FaceType visibleFace; //!< Quad visible face.100 bool stencilTestEnabled;101 StencilParams stencil[rr::FACETYPE_LAST];103 bool depthTestEnabled;104 uint32_t depthFunc;105 float depth;106 bool depthWriteMask;108 DepthStencilParams(void) in DepthStencilParams() function
86 struct DepthStencilParams struct88 const VkFormat format;89 const VkImageLayout layout;91 DepthStencilParams(VkFormat format_, VkImageLayout layout_) : format(format_), layout(layout_) in DepthStencilParams() function