Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyBufferToImageTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in CopyBufferToImageTestCase()
103 CmdBufferType m_cmdBufferType;
110 const CmdBufferType cmdBufferType) in CopyBufferToImageTestInstance()
309 tcu::TestCaseGroup* createCopyBufferToImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBuffe… in createCopyBufferToImageTests()
DvktProtectedMemClearColorImageTests.cpp62 const CmdBufferType cmdBufferType);
70 const CmdBufferType m_cmdBufferType;
80 CmdBufferType cmdBufferType) in ClearColorImageTestCase()
101 CmdBufferType m_cmdBufferType;
108 const CmdBufferType cmdBufferType) in ClearColorImageTestInstance()
242 tcu::TestCaseGroup* createClearColorImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferT… in createClearColorImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp65 const CmdBufferType cmdBufferType);
72 const CmdBufferType m_cmdBufferType;
84 CmdBufferType cmdBufferType) in CopyImageToBufferTestCase()
104 CmdBufferType m_cmdBufferType;
111 const CmdBufferType cmdBufferType) in CopyImageToBufferTestInstance()
310 tcu::TestCaseGroup* createCopyImageToFloatBufferTests(tcu::TestContext& testCtx, CmdBufferType cmdB… in createCopyImageToFloatBufferTests()
DvktProtectedMemBlitImageTests.cpp62 const CmdBufferType cmdBufferType);
70 const CmdBufferType m_cmdBufferType;
80 CmdBufferType cmdBufferType) in BlitImageTestCase()
101 CmdBufferType m_cmdBufferType;
108 const CmdBufferType cmdBufferType) in BlitImageTestInstance()
349 tcu::TestCaseGroup* createBlitImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createBlitImageTests()
DvktProtectedMemCopyImageTests.cpp62 const CmdBufferType cmdBufferType);
70 const CmdBufferType m_cmdBufferType;
80 CmdBufferType cmdBufferType) in CopyImageTestCase()
101 CmdBufferType m_cmdBufferType;
108 const CmdBufferType cmdBufferType) in CopyImageTestInstance()
347 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests()
DvktProtectedMemAttachmentClearTests.cpp62 const CmdBufferType cmdBufferType);
70 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in AttachmentClearTestCase()
102 CmdBufferType m_cmdBufferType;
109 const CmdBufferType cmdBufferType) in AttachmentClearTestInstance()
280 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferT… in createAttachmentClearTests()
DvktProtectedMemFillUpdateCopyBufferTests.cpp82 const CmdBufferType cmdBufferType);
89 const CmdBufferType m_cmdBufferType;
102 CmdBufferType cmdBufferType) in FillUpdateCopyBufferTestCase()
124 CmdBufferType m_cmdBufferType;
132 const CmdBufferType cmdBufferType) in FillUpdateCopyBufferTestInstance()
298 …pdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferFloatTests()
407 …ateCopyBufferIntegerTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferIntegerTests()
516 …teCopyBufferUnsignedTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferUnsignedTests()
DvktProtectedMemUtils.hpp106 enum CmdBufferType { enum
111 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType);
DvktProtectedMemUtils.cpp642 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType) in getCmdBufferTypeStr()