Home
last modified time | relevance | path

Searched defs:name (Results 10126 - 10150 of 22161) sorted by relevance

1...<<401402403404405406407408409410>>...887

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp107 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 DvktMemoryModelSharedLayoutCase.hpp54 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 DvktPipelineMultisampleBase.hpp93 MultisampleCaseBase(tcu::TestContext& testCtx, const std::string& name, const ImageMSParams& imageMSParams) MultisampleCaseBase() argument
H A DvktPipelineMultisampleInterpolationTests.cpp117 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 DvktPostmortemUseAfterFreeTests.cpp167 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 DvktProtectedMemAttachmentClearTests.cpp354 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 DvktProtectedMemBlitImageTests.cpp427 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 DvktProtectedMemClearColorImageTests.cpp320 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 DvktProtectedMemCopyBufferToImageTests.cpp382 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 DvktProtectedMemCopyImageTests.cpp425 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 DvktProtectedMemCopyImageToBufferTests.cpp390 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 DvktProtectedMemFillUpdateCopyBufferTests.cpp364 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 DvktProtectedMemStackTests.cpp112 StackTestCase(tcu::TestContext& testCtx, const std::string& name, const Params& params) StackTestCase() argument
H A DvktProtectedMemWorkgroupStorageTests.cpp111 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 DvktRayQueryProceduralGeometryTests.cpp382 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 DvktRenderPassSubpassMergeFeedbackTests.cpp100 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 DvktApplicationParametersTests.cpp363 const char* name; in createApplicationParametersTests() member
373 const char* name; in createApplicationParametersTests() member
H A DvktCommandPoolMemoryReservationTests.cpp286 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 DvktFaultHandlingTests.cpp248 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 DvktShaderObjectApiTests.cpp175 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 DvktShaderObjectCreateTests.cpp317 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 DvktShaderRenderDiscardTests.cpp383 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 DvktShaderRenderReturnTests.cpp136 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 DvktSparseResourcesBufferSparseBinding.cpp73 BufferSparseBindingCase(tcu::TestContext& testCtx, const std::string& name, const deUint32 bufferSize, const bool useDeviceGroups) BufferSparseBindingCase() argument
H A DvktSparseResourcesBufferSparseResidency.cpp83 BufferSparseResidencyCase(tcu::TestContext& testCtx, const std::string& name, const deUint32 bufferSize, const glu::GLSLVersion glslVersion, const bool useDeviceGroups) BufferSparseResidencyCase() argument

Completed in 25 milliseconds

1...<<401402403404405406407408409410>>...887