Searched refs:CmdBufferType (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemClearColorImageTests.cpp | 63 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()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 64 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()
|
D | vktProtectedMemAttachmentClearTests.cpp | 63 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()
|
D | vktProtectedMemCopyImageTests.cpp | 63 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()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 66 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()
|
D | vktProtectedMemBlitImageTests.cpp | 63 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()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 82 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()
|
D | vktProtectedMemUtils.hpp | 109 enum CmdBufferType { enum 114 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType);
|
D | vktProtectedMemUtils.cpp | 598 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType) in getCmdBufferTypeStr()
|