/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCaseUtil.hpp | 72 void checkSupport (Context&) const { } in checkSupport() function in vkt::InstanceFactory1 100 void checkSupport (Context& context) const { m_support.checkSupport(context); } in checkSupport() function in vkt::InstanceFactory1WithSupport 166 void checkSupport (Context&) const {} in checkSupport() function 178 void checkSupport (Context& context) const { m_function(context); } in checkSupport() function in vkt::FunctionSupport0 187 void checkSupport (Context&, Arg0) const {} in checkSupport() function 211 void checkSupport (Context& context) const { return m_args.func(context, m_args.arg0); } in checkSupport() function in vkt::FunctionSupport1 246 FunctionSupport0::Function checkSupport, in createFunctionCase() 249 return new InstanceFactory1WithSupport<FunctionInstance0, FunctionInstance0::Function, FunctionSupport0>(testCtx, type, name, testFunction, checkSupport); in createFunctionCase() 265 FunctionSupport0::Function checkSupport, in createFunctionCaseWithPrograms() 243 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunction) createFunctionCase() argument 262 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, FunctionSupport0::Function checkSupport, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunction) createFunctionCaseWithPrograms() argument 285 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument 309 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument 330 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunc) addFunctionCase() argument 346 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, FunctionSupport0::Function checkSupport, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunc) addFunctionCaseWithPrograms() argument 365 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument 395 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCaseUtil.hpp | 72 void checkSupport (Context&) const { } in checkSupport() function in vkt::InstanceFactory1 100 void checkSupport (Context& context) const { m_support.checkSupport(context); } in checkSupport() function in vkt::InstanceFactory1WithSupport 166 void checkSupport (Context&) const {} in checkSupport() function 178 void checkSupport (Context& context) const { m_function(context); } in checkSupport() function in vkt::FunctionSupport0 187 void checkSupport (Context&, Arg0) const {} in checkSupport() function 211 void checkSupport (Context& context) const { return m_args.func(context, m_args.arg0); } in checkSupport() function in vkt::FunctionSupport1 248 FunctionSupport0::Function checkSupport, in createFunctionCase() 251 return new InstanceFactory1WithSupport<FunctionInstance0, FunctionInstance0::Function, FunctionSupport0>(testCtx, type, name, desc, testFunction, checkSupport); in createFunctionCase() 269 FunctionSupport0::Function checkSupport, in createFunctionCaseWithPrograms() 244 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunction) createFunctionCase() argument 265 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionSupport0::Function checkSupport, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunction) createFunctionCaseWithPrograms() argument 290 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument 316 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument 339 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunc) addFunctionCase() argument 357 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, FunctionSupport0::Function checkSupport, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunc) addFunctionCaseWithPrograms() argument 378 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument 411 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDriverPropertiesTests.cpp | 63 void checkSupport (Context& context, const TestType config) in checkSupport() function 158 addFunctionCase(group, "driver_id_match", checkSupport, testQueryProperties, TEST_TYPE_DRIVER_ID_MATCH); in createTestCases() 159 addFunctionCase(group, "name_is_not_empty", checkSupport, testQueryProperties, TEST_TYPE_NAME_IS_NOT_EMPTY); in createTestCases() 160 addFunctionCase(group, "name_zero_terminated", checkSupport, testQueryProperties, TEST_TYPE_NAME_ZERO_TERMINATED); in createTestCases() 161 addFunctionCase(group, "info_zero_terminated", checkSupport, testQueryProperties, TEST_TYPE_INFO_ZERO_TERMINATED); in createTestCases() 162 addFunctionCase(group, "conformance_version", checkSupport, testQueryProperties, TEST_TYPE_VERSION); in createTestCases()
|
H A D | vktApiDeviceDrmPropertiesTests.cpp | 47 void checkSupport (Context& context, const TestType config) in checkSupport() function 111 addFunctionCase(group, "drm_files_exist", checkSupport, testDeviceDrmProperties, TEST_FILES_EXIST); in createTestCases()
|
H A D | vktApiFormatPropertiesExtendedKHRtests.cpp | 39 void checkSupport (Context& context, const VkFormat format) in checkSupport() function 76 addFunctionCase(group, testName, checkSupport, test, format); in createTestCases()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTests.cpp | 245 void checkSupport (Context& context) const override; 253 void MaxDrawMeshTasksCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28102::MaxDrawMeshTasksCountCase 308 void checkSupport (Context& context) const override; 313 void MaxTaskWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28102::MaxTaskWorkGroupInvocationsCase 356 void checkSupport (Context& context) const override; 363 void MaxTaskWorkGroupSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28102::MaxTaskWorkGroupSizeCase 385 void checkSupport (Context& context) const override; 390 void MaxTaskOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28102::MaxTaskOutputCountCase 433 void checkSupport (Context& context) const override; 438 void MaxMeshWorkGroupInvocationsCase::checkSupport (Contex function in vkt::MeshShader::__anon28102::MaxMeshWorkGroupInvocationsCase 483 void MaxMeshWorkGroupSizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28102::MaxMeshWorkGroupSizeCase 567 void MaxTaskTotalMemorySizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28102::MaxTaskTotalMemorySizeCase 623 void MaxMeshTotalMemorySizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28102::MaxMeshTotalMemorySizeCase [all...] |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 465 // Abstract case that implements the generic checkSupport method. 475 void checkSupport (Context& context) const override; 481 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28090::MeshShaderBuiltinCase 672 void checkSupport (Context& context) const override; 789 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28090::PrimitiveIdCase 791 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 826 void checkSupport (Context& context) const override; 905 void LayerCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28090::LayerCase 907 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 961 void checkSupport (Contex 1040 void ViewportIndexCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28090::ViewportIndexCase 1250 void PointSizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28090::PointSizeCase 1361 void ClipDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28090::ClipDistanceCase 1478 void CullDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28090::CullDistanceCase 2119 void ViewIndexCase::checkSupport(Context &context) const checkSupport() function in vkt::MeshShader::__anon28090::ViewIndexCase 2328 void PrimitiveShadingRateCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28090::PrimitiveShadingRateCase [all...] |
H A D | vktMeshShaderBuiltinTests.cpp | 355 // Abstract case that implements the generic checkSupport method. 365 void checkSupport (Context& context) const override; 371 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28089::MeshShaderBuiltinCase 544 void checkSupport (Context& context) const override; 660 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28089::PrimitiveIdCase 662 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 695 void checkSupport (Context& context) const override; 772 void LayerCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon28089::LayerCase 774 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 820 void checkSupport (Contex 897 void ViewportIndexCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28089::ViewportIndexCase 1100 void PointSizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28089::PointSizeCase 1212 void ClipDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28089::ClipDistanceCase 1334 void CullDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28089::CullDistanceCase 2030 void PrimitiveShadingRateCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon28089::PrimitiveShadingRateCase [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTests.cpp | 245 void checkSupport (Context& context) const override; 253 void MaxDrawMeshTasksCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29333::MaxDrawMeshTasksCountCase 308 void checkSupport (Context& context) const override; 313 void MaxTaskWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29333::MaxTaskWorkGroupInvocationsCase 356 void checkSupport (Context& context) const override; 363 void MaxTaskWorkGroupSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29333::MaxTaskWorkGroupSizeCase 385 void checkSupport (Context& context) const override; 390 void MaxTaskOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29333::MaxTaskOutputCountCase 433 void checkSupport (Context& context) const override; 438 void MaxMeshWorkGroupInvocationsCase::checkSupport (Contex function in vkt::MeshShader::__anon29333::MaxMeshWorkGroupInvocationsCase 483 void MaxMeshWorkGroupSizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29333::MaxMeshWorkGroupSizeCase 567 void MaxTaskTotalMemorySizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29333::MaxTaskTotalMemorySizeCase 623 void MaxMeshTotalMemorySizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29333::MaxMeshTotalMemorySizeCase [all...] |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 465 // Abstract case that implements the generic checkSupport method. 475 void checkSupport (Context& context) const override; 481 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29321::MeshShaderBuiltinCase 672 void checkSupport (Context& context) const override; 789 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29321::PrimitiveIdCase 791 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 826 void checkSupport (Context& context) const override; 905 void LayerCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29321::LayerCase 907 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 961 void checkSupport (Contex 1040 void ViewportIndexCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29321::ViewportIndexCase 1250 void PointSizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29321::PointSizeCase 1361 void ClipDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29321::ClipDistanceCase 1478 void CullDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29321::CullDistanceCase 2119 void ViewIndexCase::checkSupport(Context &context) const checkSupport() function in vkt::MeshShader::__anon29321::ViewIndexCase 2328 void PrimitiveShadingRateCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29321::PrimitiveShadingRateCase [all...] |
H A D | vktMeshShaderBuiltinTests.cpp | 355 // Abstract case that implements the generic checkSupport method. 365 void checkSupport (Context& context) const override; 371 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29320::MeshShaderBuiltinCase 544 void checkSupport (Context& context) const override; 660 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29320::PrimitiveIdCase 662 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 695 void checkSupport (Context& context) const override; 772 void LayerCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon29320::LayerCase 774 MeshShaderBuiltinCase::checkSupport(context); in checkSupport() 820 void checkSupport (Contex 897 void ViewportIndexCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29320::ViewportIndexCase 1100 void PointSizeCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29320::PointSizeCase 1212 void ClipDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29320::ClipDistanceCase 1334 void CullDistanceCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29320::CullDistanceCase 2030 void PrimitiveShadingRateCase::checkSupport (Context& context) const checkSupport() function in vkt::MeshShader::__anon29320::PrimitiveShadingRateCase [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDriverPropertiesTests.cpp | 121 void checkSupport (Context& context, const TestType config) in checkSupport() function 213 addFunctionCase(group, "driver_id_match", "Check driverID is supported", checkSupport, testQueryProperties, TEST_TYPE_DRIVER_ID_MATCH); in createTestCases() 214 addFunctionCase(group, "name_is_not_empty", "Check name field is not empty", checkSupport, testQueryProperties, TEST_TYPE_NAME_IS_NOT_EMPTY); in createTestCases() 215 addFunctionCase(group, "name_zero_terminated", "Check name field is zero-terminated", checkSupport, testQueryProperties, TEST_TYPE_NAME_ZERO_TERMINATED); in createTestCases() 216 addFunctionCase(group, "info_zero_terminated", "Check info field is zero-terminated", checkSupport, testQueryProperties, TEST_TYPE_INFO_ZERO_TERMINATED); in createTestCases() 217 addFunctionCase(group, "conformance_version", "Check conformanceVersion reported by driver", checkSupport, testQueryProperties, TEST_TYPE_VERSION); in createTestCases()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawShaderInvocationTests.cpp | 47 void checkSupport(Context& context, TestType type) in checkSupport() function 71 void checkExtTestSupport (Context& context, std::string testName) { DE_UNREF(testName); checkSupport(context, EXT); } in checkExtTestSupport() 72 void checkCoreTestSupport (Context& context, std::string testName) { DE_UNREF(testName); checkSupport(context, CORE); } in checkCoreTestSupport() 73 void checkMemModelTestSupport (Context& context, std::string testName) { DE_UNREF(testName); checkSupport(context, CORE_MEM_MODEL); } in checkMemModelTestSupport()
|
H A D | vktDrawIndirectTest.cpp | 1229 void checkSupport(Context& context, IndirectDraw::TestSpec testSpec) in checkSupport() function 1319 (m_testCtx, "triangle_list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1322 (m_testCtx, "triangle_strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1329 (m_testCtx, "triangle_strip_memory_access", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1336 (m_testCtx, "triangle_list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1339 (m_testCtx, "triangle_strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1346 (m_testCtx, "triangle_strip_memory_access", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1353 (m_testCtx, "triangle_list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1356 (m_testCtx, "triangle_strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1362 (m_testCtx, "triangle_list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpe in init() [all...] |
H A D | vktDrawTestCaseUtil.hpp | 87 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::Draw::InstanceFactory 89 m_support.checkSupport(context); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicEventTests.cpp | 423 void checkSupport (Context& context, TestConfig config) in checkSupport() function 426 VideoDevice::checkSupport(context, config.videoCodecOperationFlags); in checkSupport() 439 checkSupport(context, config); in checkSecondaryBufferSupport() 462 addFunctionCase(basicTests.get(), "host_set_reset", checkSupport, hostResetSetEventCase, config); in createBasicEventTests() 464 addFunctionCase(basicTests.get(), "device_set_reset", checkSupport, deviceResetSetEventCase, config); in createBasicEventTests() 466 addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", checkSupport, singleSubmissionCase, config); in createBasicEventTests() 468 addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", checkSupport, multiSubmissionCase, config); in createBasicEventTests() 489 addFunctionCase(basicTests.get(), "device_set_reset", checkSupport, deviceResetSetEventCase, config); in createSynchronization2BasicEventTests() 491 addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", checkSupport, singleSubmissionCase, config); in createSynchronization2BasicEventTests() 493 addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", checkSupport, multiSubmissionCas in createSynchronization2BasicEventTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationBasicEventTests.cpp | 423 void checkSupport (Context& context, TestConfig config) in checkSupport() function 426 VideoDevice::checkSupport(context, config.videoCodecOperationFlags); in checkSupport() 439 checkSupport(context, config); in checkSecondaryBufferSupport() 460 addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", checkSupport, hostResetSetEventCase, config); in createBasicEventTests() 461 addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device", checkSupport, deviceResetSetEventCase, config); in createBasicEventTests() 462 addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single submission on device", checkSupport, singleSubmissionCase, config); in createBasicEventTests() 463 addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli submission on device", checkSupport, multiSubmissionCase, config); in createBasicEventTests() 482 addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device", checkSupport, deviceResetSetEventCase, config); in createSynchronization2BasicEventTests() 483 addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single submission on device", checkSupport, singleSubmissionCase, config); in createSynchronization2BasicEventTests() 484 addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli submission on device", checkSupport, multiSubmissionCas in createSynchronization2BasicEventTests() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativePreciseTests.cpp | 159 static bool checkSupport(NegativeTestContext& ctx) in checkSupport() function 168 TCU_CHECK_AND_THROW(NotSupportedError, checkSupport(ctx), in precise_as_variable_name() 182 TCU_CHECK_AND_THROW(NotSupportedError, checkSupport(ctx), in precise_as_function_name() 196 TCU_CHECK_AND_THROW(NotSupportedError, checkSupport(ctx), in precise_as_function_argument()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 59 void checkSupport(Context& context, TestParams testParams) in checkSupport() function 347 addFunctionCaseWithPrograms(group, "cache", checkSupport, initPrograms, testEarlyDestroyKeepLayout, params); in addEarlyDestroyTestCasesWithFunctions() 349 addFunctionCaseWithPrograms(group, "no_cache", checkSupport, initPrograms, testEarlyDestroyKeepLayout, params); in addEarlyDestroyTestCasesWithFunctions() 351 addFunctionCaseWithPrograms(group, "cache_destroy_layout", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions() 353 addFunctionCaseWithPrograms(group, "no_cache_destroy_layout", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions() 355 addFunctionCaseWithPrograms(group, "no_cache_destroy_layout_maintenance5", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions()
|
H A D | vktPipelineMatchedAttachmentsTests.cpp | 52 void checkSupport(Context& context, const MatchedAttachmentsTestParams params) in checkSupport() function 260 addFunctionCaseWithPrograms(group, "cache", checkSupport, initPrograms, testMatchedAttachments, useCache); in addMatchedAttachmentsTestCasesWithFunctions() 263 addFunctionCaseWithPrograms(group, "no_cache", checkSupport, initPrograms, testMatchedAttachments, noCache); in addMatchedAttachmentsTestCasesWithFunctions()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDebugMarkerTests.cpp | 46 void checkSupport (const glu::ContextInfo& ctxInfo) in checkSupport() function 69 checkSupport(m_context.getContextInfo()); in iterate() 112 checkSupport(m_context.getContextInfo()); in init() 171 checkSupport(m_context.getContextInfo()); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 1153 void checkSupport(Context& context, IndirectDraw::TestSpec testSpec) in checkSupport() function 1215 (m_testCtx, "triangle_list", "Draws triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1218 (m_testCtx, "triangle_strip", "Draws triangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1223 (m_testCtx, "triangle_list", "Draws triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1226 (m_testCtx, "triangle_strip", "Draws triangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1231 (m_testCtx, "triangle_list", "Draws triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1234 (m_testCtx, "triangle_strip", "Draws triangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1256 (m_testCtx, "triangle_list", "Draws triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1259 (m_testCtx, "triangle_strip", "Draws triangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init() 1264 (m_testCtx, "triangle_list", "Draws triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpe in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 180 void checkSupport (vkt::Context& context) const override; 184 void ShaderObjectApiCase::checkSupport (Context& context) const in checkSupport() function in vkt::ShaderObject::__anon28631::ShaderObjectApiCase 306 void checkSupport (vkt::Context& context) const override; 312 void ShaderObjectExtensionVersionCase::checkSupport(Context& context) const in checkSupport() function in vkt::ShaderObject::__anon28631::ShaderObjectExtensionVersionCase
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 56 void checkSupport(Context& context, TestParams testParams) in checkSupport() function 342 addFunctionCaseWithPrograms(group, "cache", "", checkSupport, initPrograms, testEarlyDestroyKeepLayout, params); in addEarlyDestroyTestCasesWithFunctions() 344 addFunctionCaseWithPrograms(group, "no_cache", "", checkSupport, initPrograms, testEarlyDestroyKeepLayout, params); in addEarlyDestroyTestCasesWithFunctions() 346 addFunctionCaseWithPrograms(group, "cache_destroy_layout", "", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions() 348 addFunctionCaseWithPrograms(group, "no_cache_destroy_layout", "", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions()
|
H A D | vktPipelineMatchedAttachmentsTests.cpp | 50 void checkSupport(Context& context, const MatchedAttachmentsTestParams params) in checkSupport() function 253 addFunctionCaseWithPrograms(group, "cache", "", checkSupport, initPrograms, testMatchedAttachments, useCache); in addMatchedAttachmentsTestCasesWithFunctions() 256 addFunctionCaseWithPrograms(group, "no_cache", "", checkSupport, initPrograms, testMatchedAttachments, noCache); in addMatchedAttachmentsTestCasesWithFunctions()
|