/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayout.cpp | 107 RandomSharedLayoutCase::RandomSharedLayoutCase (tcu::TestContext &testCtx, const char *name, in RandomSharedLayoutCase() argument 135 const string name = "S" + de::toString(m_interface.getNumSharedObjects() + 1); in generateSharedMemoryObject() local 175 const string name in generateType() local [all...] |
H A D | vktMemoryModelSharedLayoutCase.hpp | 54 std::string name; member 70 SharedStruct (const std::string name, const std::string instanceName) in SharedStruct() argument 137 SharedLayoutCase (tcu::TestContext& testCtx, const char* name) in SharedLayoutCase() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 93 MultisampleCaseBase(tcu::TestContext& testCtx, const std::string& name, const ImageMSParams& imageMSParams) MultisampleCaseBase() argument
|
H A D | vktPipelineMultisampleInterpolationTests.cpp | 117 MultisampleCaseBase* MSCase<CaseClassName>::createCase (tcu::TestContext& testCtx, const std::string& name, const ImageMSParams& imageMSParams) in createCase() argument 86 MSCase(tcu::TestContext& testCtx, const std::string& name, const ImageMSParams& imageMSParams) MSCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemUseAfterFreeTests.cpp | 167 UseAfterFreeTestCase(tcu::TestContext& testCtx, const std::string& name, const deUint32 numValues, const tcu::IVec3& localSize, const tcu::IVec3& workSize, const BufferType bufferType) UseAfterFreeTestCase() argument 183 UBOToSSBOInvertCase(tcu::TestContext& testCtx, const std::string& name, const deUint32 numValues, const tcu::IVec3& localSize, const tcu::IVec3& workSize) UBOToSSBOInvertCase() argument 192 CopyInvertSSBOCase(tcu::TestContext& testCtx, const std::string& name, const deUint32 numValues, const tcu::IVec3& localSize, const tcu::IVec3& workSize) CopyInvertSSBOCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemAttachmentClearTests.cpp | 354 const std::string name = "clear_" + de::toString(ndx + 1); in createAttachmentClearTests() local 364 const std::string name = "clear_" + de::toString(ndx + 1); in createAttachmentClearTests() local 78 AttachmentClearTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearValue clearValue, ValidationData data, CmdBufferType cmdBufferType) AttachmentClearTestCase() argument
|
H A D | vktProtectedMemBlitImageTests.cpp | 427 const std::string name = "blit_" + de::toString(ndx + 1); in createBlitImageTests() local 437 const std::string name = "blit_" + de::toString(ndx + 1); in createBlitImageTests() local 77 BlitImageTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue clearColorValue, ValidationData data, CmdBufferType cmdBufferType) BlitImageTestCase() argument
|
H A D | vktProtectedMemClearColorImageTests.cpp | 320 const std::string name = "clear_" + de::toString(ndx + 1); in createClearColorImageTests() local 330 const std::string name = "clear_" + de::toString(ndx + 1); in createClearColorImageTests() local 77 ClearColorImageTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue clearColorValue, ValidationData data, CmdBufferType cmdBufferType) ClearColorImageTestCase() argument
|
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 382 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyBufferToImageTests() local 392 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyBufferToImageTests() local 78 CopyBufferToImageTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData data, CmdBufferType cmdBufferType) CopyBufferToImageTestCase() argument
|
H A D | vktProtectedMemCopyImageTests.cpp | 425 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyImageTests() local 435 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyImageTests() local 77 CopyImageTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue clearColorValue, ValidationData data, CmdBufferType cmdBufferType) CopyImageTestCase() argument
|
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 390 const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_protected_access" : "");; in createCopyImageToFloatBufferTests() local 402 const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_protected_access" : ""); in createCopyImageToFloatBufferTests() local 82 CopyImageToBufferTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue fillValue, ValidationData<T> data, CmdBufferType cmdBufferType, vk::VkFormat format, bool pipelineProtectedAccess) CopyImageToBufferTestCase() argument
|
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 364 const std::string name = "test_" + de::toString(ndx + 1); in createFillUpdateCopyBufferFloatTests() local 375 const std::string name = "test_" + de::toString(ndx + 1); in createFillUpdateCopyBufferFloatTests() local 475 const std::string name = "test_" + de::toString(ndx + 1); in createFillUpdateCopyBufferIntegerTests() local 486 const std::string name = "test_" + de::toString(ndx + 1); in createFillUpdateCopyBufferIntegerTests() local 97 FillUpdateCopyBufferTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData<T> data, CmdType cmdType, CmdBufferType cmdBufferType, vk::VkFormat format) FillUpdateCopyBufferTestCase() argument 583 const std::string name = "test_" + de::toString(ndx + 1); createFillUpdateCopyBufferUnsignedTests() local 594 const std::string name = "test_" + de::toString(ndx + 1); createFillUpdateCopyBufferUnsignedTests() local [all...] |
H A D | vktProtectedMemStackTests.cpp | 112 StackTestCase(tcu::TestContext& testCtx, const std::string& name, const Params& params) StackTestCase() argument
|
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 111 WorkgroupStorageTestCase(tcu::TestContext& testCtx, const std::string& name, const Params& params) WorkgroupStorageTestCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryProceduralGeometryTests.cpp | 382 RayQueryProceduralGeometryTestCase::RayQueryProceduralGeometryTestCase(tcu::TestContext& context, const char* name, TestType testType) in RayQueryProceduralGeometryTestCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSubpassMergeFeedbackTests.cpp | 100 SubpassMergeFeedbackTest(tcu::TestContext& testContext, const std::string& name, const TestParams& testParams) SubpassMergeFeedbackTest() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 363 const char* name; in createApplicationParametersTests() member 373 const char* name; in createApplicationParametersTests() member
|
H A D | vktCommandPoolMemoryReservationTests.cpp | 286 const char* name; in createCommandPoolMemoryReservationTests() member 299 const char* name; in createCommandPoolMemoryReservationTests() member 309 const char* name; in createCommandPoolMemoryReservationTests() member 319 const char* name; in createCommandPoolMemoryReservationTests() member
|
H A D | vktFaultHandlingTests.cpp | 248 const char* name; in createFaultHandlingTests() member 257 const char* name; in createFaultHandlingTests() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 175 ShaderObjectApiCase (tcu::TestContext& testCtx, const std::string& name) in ShaderObjectApiCase() argument 300 ShaderObjectExtensionVersionCase (tcu::TestContext& testCtx, const std::string& name, const ShaderObjectApiTest test) in ShaderObjectExtensionVersionCase() argument 334 const char* name; in createShaderObjectApiTests() member
|
H A D | vktShaderObjectCreateTests.cpp | 317 ShaderObjectCreateCase (tcu::TestContext& testCtx, const std::string& name, const bool useMeshShaders) in ShaderObjectCreateCase() argument 626 ShaderObjectStageCase (tcu::TestContext& testCtx, const std::string& name, const vk::VkShaderStageFlagBits stage, const bool fail, const bool useMeshShaders) in ShaderObjectStageCase() argument 798 const char* name; in createShaderObjectCreateTests() member 816 const char* name; in createShaderObjectCreateTests() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDiscardTests.cpp | 383 std::string name = std::string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase() local 133 ShaderDiscardCase(tcu::TestContext& testCtx, const char* name, const char* shaderSource, const ShaderEvalFunc evalFunc, bool usesTexture, bool fuzzyCompare, bool demote) ShaderDiscardCase() argument
|
H A D | vktShaderRenderReturnTests.cpp | 136 de::MovePtr<ShaderReturnCase> makeConditionalReturnInFuncCase (tcu::TestContext& context, const std::string& name, ReturnMode returnMode, bool isVertex) in makeConditionalReturnInFuncCase() argument 176 de::MovePtr<ShaderReturnCase> makeOutputWriteReturnCase (tcu::TestContext& context, const std::string& name, bool inFunction, ReturnMode returnMode, bool isVertex) in makeOutputWriteReturnCase() argument 231 de::MovePtr<ShaderReturnCase> makeReturnInLoopCase (tcu::TestContext& context, const std::string& name, bool isDynamicLoop, ReturnMode returnMode, bool isVertex) in makeReturnInLoopCase() argument 348 std::string name in init() local 79 ShaderReturnCase(tcu::TestContext& testCtx, const std::string& name, bool isVertexCase, const std::string& shaderSource, const ShaderEvalFunc evalFunc, const UniformSetup* uniformFunc) ShaderReturnCase() argument 416 std::string name = std::string("output_write_") + (inFunc ? "in_func_" : "") + getReturnModeName((ReturnMode)returnMode) + (isFragment ? "_fragment" : "_vertex"); init() local 430 std::string name = std::string("return_in_") + (isDynamicLoop ? "dynamic" : "static") + "_loop_" + getReturnModeName((ReturnMode)returnMode) + (isFragment ? "_fragment" : "_vertex"); init() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseBinding.cpp | 73 BufferSparseBindingCase(tcu::TestContext& testCtx, const std::string& name, const deUint32 bufferSize, const bool useDeviceGroups) BufferSparseBindingCase() argument
|
H A D | vktSparseResourcesBufferSparseResidency.cpp | 83 BufferSparseResidencyCase(tcu::TestContext& testCtx, const std::string& name, const deUint32 bufferSize, const glu::GLSLVersion glslVersion, const bool useDeviceGroups) BufferSparseResidencyCase() argument
|