Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp980 const VkAttachmentStoreOp storeOps[] = in createRenderPassUnusedAttachmentTests() local
990 for (deUint32 storeOpIdx = 0; storeOpIdx < DE_LENGTH_OF_ARRAY(storeOps); storeOpIdx++) in createRenderPassUnusedAttachmentTests()
992 …w tcu::TestCaseGroup(testCtx, (std::string("storeop") + storeOpToString(storeOps[storeOpIdx])).c_s… in createRenderPassUnusedAttachmentTests()
998 …for (deUint32 stencilStoreOpIdx = 0; stencilStoreOpIdx < DE_LENGTH_OF_ARRAY(storeOps); stencilStor… in createRenderPassUnusedAttachmentTests()
1001 …const std::string testName = std::string("stencilstoreop") + storeOpToString(storeOps[stencilStore… in createRenderPassUnusedAttachmentTests()
1004 params.storeOp = storeOps[storeOpIdx]; in createRenderPassUnusedAttachmentTests()
1006 params.stencilStoreOp = storeOps[stencilStoreOpIdx]; in createRenderPassUnusedAttachmentTests()
DvktRenderPassTests.cpp4731 const VkAttachmentStoreOp storeOps[] = in addAttachmentTests() local
4829 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4836 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4847 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4853 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests()
4996 const VkAttachmentStoreOp storeOps[] = in addAttachmentAllocationTests() local
5143 …p storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
5153 …ncilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
5432 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
5438 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests()
[all …]