Lines Matching refs:stencil
402 … = 0x00000003, /// Optimal layout when image is only used for depth/stencil attachment read/w…
403 … 0x00000004, /// Optimal layout when image is used for read only depth/stencil attachment and sh…
1446 …ATTACHMENT_BIT = 0x00000020, /// Can be used as framebuffer depth/stencil attachment
1516 …ATTACHMENT_BIT = 0x00000200, /// Format can be used for depth/stencil attachment images
1617 …STAGE_EARLY_FRAGMENT_TESTS_BIT = 0x00000100, /// Early fragment (depth/stencil) tests
1618 …_STAGE_LATE_FRAGMENT_TESTS_BIT = 0x00000200, /// Late fragment (depth/stencil) tests
1759 /// Depth/stencil state creation flags
2853 u32 stencil
2857 /// Union allowing specification of color, depth, and stencil color values. Actual value selected i…
2875 VkAttachmentLoadOp stencilLoadOp /// Load op for stencil data
2876 VkAttachmentStoreOp stencilStoreOp /// Store op for stencil data