Lines Matching refs:stencil
732 … = 0x00000003, /// Optimal layout when image is only used for depth/stencil attachment read/w…
733 … 0x00000004, /// Optimal layout when image is used for read only depth/stencil attachment and sh…
2603 …ATTACHMENT_BIT = 0x00000020, /// Can be used as framebuffer depth/stencil attachment
2716 …ATTACHMENT_BIT = 0x00000200, /// Format can be used for depth/stencil attachment images
2856 …STAGE_EARLY_FRAGMENT_TESTS_BIT = 0x00000100, /// Early fragment (depth/stencil) tests
2857 …_STAGE_LATE_FRAGMENT_TESTS_BIT = 0x00000200, /// Late fragment (depth/stencil) tests
3028 /// Depth/stencil state creation flags
4390 u32 stencil
4394 /// Union allowing specification of color, depth, and stencil color values. Actual value selected i…
4412 VkAttachmentLoadOp stencilLoadOp /// Load op for stencil data
4413 VkAttachmentStoreOp stencilStoreOp /// Store op for stencil data