Home
last modified time | relevance | path

Searched refs:storeOps (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp980 const VkAttachmentStoreOp storeOps[] = in createRenderPassUnusedAttachmentTests() local
990 for (deUint32 storeOpIdx = 0; storeOpIdx < DE_LENGTH_OF_ARRAY(storeOps); storeOpIdx++) in createRenderPassUnusedAttachmentTests()
992 de::MovePtr<tcu::TestCaseGroup> storeOpGroup(new tcu::TestCaseGroup(testCtx, (std::string("storeop") + storeOpToString(storeOps[storeOpIdx])).c_str())); in createRenderPassUnusedAttachmentTests()
998 for (deUint32 stencilStoreOpIdx = 0; stencilStoreOpIdx < DE_LENGTH_OF_ARRAY(storeOps); stencilStoreOpIdx++) in createRenderPassUnusedAttachmentTests()
1001 const std::string testName = std::string("stencilstoreop") + storeOpToString(storeOps[stencilStoreOpIdx]); in createRenderPassUnusedAttachmentTests()
1004 params.storeOp = storeOps[storeOpIdx]; in createRenderPassUnusedAttachmentTests()
1006 params.stencilStoreOp = storeOps[stencilStoreOpIdx]; in createRenderPassUnusedAttachmentTests()
H A DvktRenderPassTests.cpp5594 const VkAttachmentStoreOp storeOps[] =
5715 const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5726 const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5748 const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5758 const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5929 const VkAttachmentStoreOp storeOps[]
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp981 const VkAttachmentStoreOp storeOps[] = in createRenderPassUnusedAttachmentTests() local
991 for (deUint32 storeOpIdx = 0; storeOpIdx < DE_LENGTH_OF_ARRAY(storeOps); storeOpIdx++) in createRenderPassUnusedAttachmentTests()
993 de::MovePtr<tcu::TestCaseGroup> storeOpGroup(new tcu::TestCaseGroup(testCtx, (std::string("storeop") + storeOpToString(storeOps[storeOpIdx])).c_str(), "")); in createRenderPassUnusedAttachmentTests()
999 for (deUint32 stencilStoreOpIdx = 0; stencilStoreOpIdx < DE_LENGTH_OF_ARRAY(storeOps); stencilStoreOpIdx++) in createRenderPassUnusedAttachmentTests()
1002 const std::string testName = std::string("stencilstoreop") + storeOpToString(storeOps[stencilStoreOpIdx]); in createRenderPassUnusedAttachmentTests()
1005 params.storeOp = storeOps[storeOpIdx]; in createRenderPassUnusedAttachmentTests()
1007 params.stencilStoreOp = storeOps[stencilStoreOpIdx]; in createRenderPassUnusedAttachmentTests()
H A DvktRenderPassTests.cpp5569 const VkAttachmentStoreOp storeOps[] =
5690 const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5701 const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5723 const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5733 const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps));
5904 const VkAttachmentStoreOp storeOps[]
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp1967 std::string loadOps, storeOps; in addCommandDiagnostics() local
1972 storeOps += " Color: "; in addCommandDiagnostics()
1978 storeOps += GetStoreOpShorthand( in addCommandDiagnostics()
1989 storeOps += " Depth/Stencil: "; in addCommandDiagnostics()
1996 storeOps += GetStoreOpShorthand( in addCommandDiagnostics()
1998 storeOps += GetStoreOpShorthand( in addCommandDiagnostics()
2005 out << "StoreOp: " << storeOps << "\\l"; in addCommandDiagnostics() local

Completed in 32 milliseconds