Home
last modified time | relevance | path

Searched refs:storeOps (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4644 const VkAttachmentStoreOp storeOps[] = in addAttachmentTests() local
4742 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4749 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4760 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4766 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4815 const VkAttachmentStoreOp storeOps[] = in addAttachmentAllocationTests() local
4950 …p storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
4960 …ncilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
5194 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
5200 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md243 | RenderPass Attachments | Validates that attachment image format, layouts, loadOps, and storeOps a…