Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp65 enum class CmdBufferType enum
108 CmdBufferType cmdBufferType;
117 return (cmdBufferType != CmdBufferType::PRIMARY); in needsSecondaryCmdBuffer()
344 if (m_params.cmdBufferType == CmdBufferType::SECONDARY_WITH_INHERITANCE) in checkSupport()
447 …const auto conditionalRenderingEnable = ((m_params.cmdBufferType == CmdBufferType::… in iterate()
480 if (m_params.cmdBufferType == CmdBufferType::PRIMARY) in iterate()
492 else if (m_params.cmdBufferType == CmdBufferType::SECONDARY) in iterate()
510 else if (m_params.cmdBufferType == CmdBufferType::SECONDARY_WITH_INHERITANCE) in iterate()
575 CmdBufferType cmdBufferType; in createMeshShaderConditionalRenderingTestsEXT()
579 { CmdBufferType::PRIMARY, "primary_cmd_buffer" }, in createMeshShaderConditionalRenderingTestsEXT()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp65 enum class CmdBufferType enum
108 CmdBufferType cmdBufferType;
117 return (cmdBufferType != CmdBufferType::PRIMARY); in needsSecondaryCmdBuffer()
344 if (m_params.cmdBufferType == CmdBufferType::SECONDARY_WITH_INHERITANCE) in checkSupport()
447 …const auto conditionalRenderingEnable = ((m_params.cmdBufferType == CmdBufferType::… in iterate()
480 if (m_params.cmdBufferType == CmdBufferType::PRIMARY) in iterate()
492 else if (m_params.cmdBufferType == CmdBufferType::SECONDARY) in iterate()
510 else if (m_params.cmdBufferType == CmdBufferType::SECONDARY_WITH_INHERITANCE) in iterate()
575 CmdBufferType cmdBufferType; in createMeshShaderConditionalRenderingTestsEXT()
579 { CmdBufferType::PRIMARY, "primary_cmd_buffer" }, in createMeshShaderConditionalRenderingTestsEXT()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemCopyBufferToImageTests.cpp64 const CmdBufferType cmdBufferType);
72 const CmdBufferType m_cmdBufferType;
82 CmdBufferType cmdBufferType) in CopyBufferToImageTestCase()
112 CmdBufferType m_cmdBufferType;
119 const CmdBufferType cmdBufferType) in CopyBufferToImageTestInstance()
318 tcu::TestCaseGroup* createCopyBufferToImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBuffe… in createCopyBufferToImageTests()
DvktProtectedMemClearColorImageTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in ClearColorImageTestCase()
110 CmdBufferType m_cmdBufferType;
117 const CmdBufferType cmdBufferType) in ClearColorImageTestInstance()
251 tcu::TestCaseGroup* createClearColorImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferT… in createClearColorImageTests()
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()
110 CmdBufferType m_cmdBufferType;
117 const CmdBufferType cmdBufferType) in CopyImageTestInstance()
356 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp66 const CmdBufferType cmdBufferType,
74 const CmdBufferType m_cmdBufferType;
86 CmdBufferType cmdBufferType, in CopyImageToBufferTestCase()
121 CmdBufferType m_cmdBufferType;
129 const CmdBufferType cmdBufferType, in CopyImageToBufferTestInstance()
328 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()
110 CmdBufferType m_cmdBufferType;
117 const CmdBufferType cmdBufferType) in BlitImageTestInstance()
358 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()
133 CmdBufferType m_cmdBufferType;
141 const CmdBufferType cmdBufferType) in FillUpdateCopyBufferTestInstance()
307 …pdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferFloatTests()
418 …ateCopyBufferIntegerTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferIntegerTests()
529 …teCopyBufferUnsignedTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferUnsignedTests()
DvktProtectedMemUtils.hpp113 enum CmdBufferType { enum
118 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType);
DvktProtectedMemUtils.cpp640 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType) in getCmdBufferTypeStr()
/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()
110 CmdBufferType m_cmdBufferType;
117 const CmdBufferType cmdBufferType) in ClearColorImageTestInstance()
251 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()
112 CmdBufferType m_cmdBufferType;
119 const CmdBufferType cmdBufferType) in CopyBufferToImageTestInstance()
318 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()
DvktProtectedMemBlitImageTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in BlitImageTestCase()
110 CmdBufferType m_cmdBufferType;
117 const CmdBufferType cmdBufferType) in BlitImageTestInstance()
358 tcu::TestCaseGroup* createBlitImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createBlitImageTests()
DvktProtectedMemCopyImageTests.cpp63 const CmdBufferType cmdBufferType);
71 const CmdBufferType m_cmdBufferType;
81 CmdBufferType cmdBufferType) in CopyImageTestCase()
110 CmdBufferType m_cmdBufferType;
117 const CmdBufferType cmdBufferType) in CopyImageTestInstance()
356 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp66 const CmdBufferType cmdBufferType,
74 const CmdBufferType m_cmdBufferType;
86 CmdBufferType cmdBufferType, in CopyImageToBufferTestCase()
121 CmdBufferType m_cmdBufferType;
129 const CmdBufferType cmdBufferType, in CopyImageToBufferTestInstance()
328 tcu::TestCaseGroup* createCopyImageToFloatBufferTests(tcu::TestContext& testCtx, CmdBufferType cmdB… in createCopyImageToFloatBufferTests()
DvktProtectedMemFillUpdateCopyBufferTests.cpp82 const CmdBufferType cmdBufferType);
89 const CmdBufferType m_cmdBufferType;
102 CmdBufferType cmdBufferType, in FillUpdateCopyBufferTestCase()
133 CmdBufferType m_cmdBufferType;
141 const CmdBufferType cmdBufferType) in FillUpdateCopyBufferTestInstance()
307 …pdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferFloatTests()
418 …ateCopyBufferIntegerTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferIntegerTests()
529 …teCopyBufferUnsignedTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType) in createFillUpdateCopyBufferUnsignedTests()
DvktProtectedMemUtils.hpp113 enum CmdBufferType { enum
118 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType);
DvktProtectedMemUtils.cpp640 const char* getCmdBufferTypeStr (const CmdBufferType cmdBufferType) in getCmdBufferTypeStr()