• Home
  • Raw
  • Download

Lines Matching refs:VkAttachmentStoreOp

665 												 VkAttachmentStoreOp	storeOp,  in Attachment()
668 VkAttachmentStoreOp stencilStoreOp, in Attachment()
690 VkAttachmentStoreOp getStoreOp (void) const { return m_storeOp; } in getStoreOp()
694 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp()
704 VkAttachmentStoreOp m_storeOp;
707 VkAttachmentStoreOp m_stencilStoreOp;
5569 const VkAttachmentStoreOp storeOps[] = in addAttachmentTests()
5690 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests()
5701 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests()
5723 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests()
5733 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests()
5829 const VkAttachmentStoreOp storeOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests()
5831 const VkAttachmentStoreOp stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests()
5904 const VkAttachmentStoreOp storeOps[] = in addAttachmentAllocationTests()
6051 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps),… in addAttachmentAllocationTests()
6061 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(store… in addAttachmentAllocationTests()
6362 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentAllocationTests()
6368 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentAllocationTests()
6935 const VkAttachmentStoreOp op; in addFormatTests()
7026 const VkAttachmentStoreOp storeOp = storeOps[storeOpNdx].op; in addFormatTests()
7349 const VkAttachmentStoreOp storeOp = storeOps[storeOpNdx].op; in addFormatTests()