| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
| H A D | vktProtectedMemBlitImageTests.cpp | 426 const std::string name = "blit_" + de::toString(ndx + 1); in createBlitImageTests() local 436 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 | 319 const std::string name = "clear_" + de::toString(ndx + 1); in createClearColorImageTests() local 329 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 | 381 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyBufferToImageTests() local 391 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 | 424 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyImageTests() local 434 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 | 389 const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_protected_access" : "");; in createCopyImageToFloatBufferTests() local 401 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 std::string& description, const Params& params) StackTestCase() argument
|
| H A D | vktProtectedMemWorkgroupStorageTests.cpp | 111 WorkgroupStorageTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const Params& params) WorkgroupStorageTestCase() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassSubpassMergeFeedbackTests.cpp | 101 SubpassMergeFeedbackTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const TestParams& testParams) SubpassMergeFeedbackTest() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 | 285 const char* name; in createCommandPoolMemoryReservationTests() member 298 const char* name; in createCommandPoolMemoryReservationTests() member 308 const char* name; in createCommandPoolMemoryReservationTests() member 318 const char* name; in createCommandPoolMemoryReservationTests() member
|
| H A D | vktFaultHandlingTests.cpp | 247 const char* name; in createFaultHandlingTests() member 256 const char* name; in createFaultHandlingTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderReturnTests.cpp | 138 de::MovePtr<ShaderReturnCase> makeConditionalReturnInFuncCase (tcu::TestContext& context, const std::string& name, const std::string& description, ReturnMode returnMode, bool isVertex) in makeConditionalReturnInFuncCase() argument 178 de::MovePtr<ShaderReturnCase> makeOutputWriteReturnCase (tcu::TestContext& context, const std::string& name, const std::string& description, bool inFunction, ReturnMode returnMode, bool isVertex) in makeOutputWriteReturnCase() argument 233 de::MovePtr<ShaderReturnCase> makeReturnInLoopCase (tcu::TestContext& context, const std::string& name, const std::string& description, bool isDynamicLoop, ReturnMode returnMode, bool isVertex) in makeReturnInLoopCase() argument 361 std::string name in init() local 80 ShaderReturnCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool isVertexCase, const std::string& shaderSource, const ShaderEvalFunc evalFunc, const UniformSetup* uniformFunc) ShaderReturnCase() argument 427 std::string name = std::string("output_write_") + (inFunc ? "in_func_" : "") + getReturnModeName((ReturnMode)returnMode) + (isFragment ? "_fragment" : "_vertex"); init() local 442 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_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesBufferSparseBinding.cpp | 74 BufferSparseBindingCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const deUint32 bufferSize, const bool useDeviceGroups) BufferSparseBindingCase() argument
|
| H A D | vktSparseResourcesBufferSparseResidency.cpp | 84 BufferSparseResidencyCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const deUint32 bufferSize, const glu::GLSLVersion glslVersion, const bool useDeviceGroups) BufferSparseResidencyCase() argument
|
| H A D | vktSparseResourcesImageBlockShapes.cpp | 487 const std::string name = std::string("samples_") + de::toString(sampleCount); in createImageBlockShapesTests() local 78 ImageBlockShapesCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, deUint32 numSamples) ImageBlockShapesCase() argument
|
| H A D | vktSparseResourcesQueueBindSparseTests.cpp | 311 SparseQueueBindTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in SparseQueueBindTest() argument 337 std::string name; in populateTestGroup() member
|
| H A D | vktSparseResourcesShaderIntrinsicsBase.hpp | 108 SparseShaderIntrinsicsCaseBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseBase() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmFloatControlsExtensionlessTests.cpp | 168 SpvAsmFloatControlsExtensionlessCase::SpvAsmFloatControlsExtensionlessCase (tcu::TestContext& testCtx, const char* name, const char* description, const char* featureName, const int fpWideness, const bool spirv14) in SpvAsmFloatControlsExtensionlessCase() argument
|
| H A D | vktSpvAsmNonSemanticInfoTests.cpp | 108 SpvAsmSpirvNonSemanticInfoBasicCase::SpvAsmSpirvNonSemanticInfoBasicCase(tcu::TestContext& testCtx, const char* name, TestType type) in SpvAsmSpirvNonSemanticInfoBasicCase() argument 342 const char* name; in createNonSemanticInfoGroup() member
|
| H A D | vktSpvAsmSpirvVersionTests.cpp | 262 SpvAsmSpirvVersionsCase::SpvAsmSpirvVersionsCase (tcu::TestContext& testCtx, const char* name, const char* description, const TestParameters& testParameters) in SpvAsmSpirvVersionsCase() argument
|
| H A D | vktSpvAsmVariableInitTests.cpp | 55 string name; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
| H A D | vktSSBOCornerCase.cpp | 49 CornerCase (tcu::TestContext &testCtx, const char *name, const char *description) in CornerCase() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupUniformControlFlowTests.cpp | 78 SubgroupUniformControlFlowTestCase(tcu::TestContext& testCtx, const char* name, const char* description, const std::string& readFilename, bool small_workgroups, bool use_subgroup_size_control, vk::VkShaderStageFlagBits stage, vk::VkSubgroupFeatureFlagBits operation) SubgroupUniformControlFlowTestCase() argument
|