Home
last modified time | relevance | path

Searched refs:CmdBufferType (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemClearColorImageTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in ClearColorImageTestCase()
106 CmdBufferType m_cmdBufferType;
113 const CmdBufferType cmdBufferType) in ClearColorImageTestInstance()
247 tcu::TestCaseGroup* createClearColorImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferT… in createClearColorImageTests()
DvktProtectedMemCopyBufferToImageTests.cpp64 const CmdBufferType cmdBufferType);
72 const CmdBufferType m_cmdBufferType;
82 CmdBufferType cmdBufferType) in CopyBufferToImageTestCase()
108 CmdBufferType m_cmdBufferType;
115 const CmdBufferType cmdBufferType) in CopyBufferToImageTestInstance()
314 tcu::TestCaseGroup* createCopyBufferToImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBuffe… in createCopyBufferToImageTests()
DvktProtectedMemAttachmentClearTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
82 CmdBufferType cmdBufferType) in AttachmentClearTestCase()
107 CmdBufferType m_cmdBufferType;
114 const CmdBufferType cmdBufferType) in AttachmentClearTestInstance()
285 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferT… in createAttachmentClearTests()
DvktProtectedMemCopyImageTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in CopyImageTestCase()
106 CmdBufferType m_cmdBufferType;
113 const CmdBufferType cmdBufferType) in CopyImageTestInstance()
352 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp66 const CmdBufferType cmdBufferType);
73 const CmdBufferType m_cmdBufferType;
85 CmdBufferType cmdBufferType, in CopyImageToBufferTestCase()
110 CmdBufferType m_cmdBufferType;
117 const CmdBufferType cmdBufferType) in CopyImageToBufferTestInstance()
315 tcu::TestCaseGroup* createCopyImageToFloatBufferTests(tcu::TestContext& testCtx, CmdBufferType cmdB… in createCopyImageToFloatBufferTests()
DvktProtectedMemBlitImageTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in BlitImageTestCase()
106 CmdBufferType m_cmdBufferType;
113 const CmdBufferType cmdBufferType) in BlitImageTestInstance()
354 tcu::TestCaseGroup* createBlitImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createBlitImageTests()
DvktProtectedMemFillUpdateCopyBufferTests.cpp82 const CmdBufferType cmdBufferType);
89 const CmdBufferType m_cmdBufferType;
102 CmdBufferType cmdBufferType, in FillUpdateCopyBufferTestCase()
129 CmdBufferType m_cmdBufferType;
137 const CmdBufferType cmdBufferType) in FillUpdateCopyBufferTestInstance()
303 …pdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferFloatTests()
414 …ateCopyBufferIntegerTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferIntegerTests()
525 …teCopyBufferUnsignedTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferUnsignedTests()
DvktProtectedMemUtils.hpp109 enum CmdBufferType { enum
114 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType);
DvktProtectedMemUtils.cpp598 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType) in getCmdBufferTypeStr()