Home
last modified time | relevance | path

Searched refs:checkSupport (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp72 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() argument
251 …ctionInstance0::Function, FunctionSupport0>(testCtx, type, name, desc, testFunction, checkSupport); in createFunctionCase()
269 FunctionSupport0::Function checkSupport, in createFunctionCaseWithPrograms() argument
274 testCtx, type, name, desc, FunctionPrograms0(initPrograms), testFunction, checkSupport); in createFunctionCaseWithPrograms()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderPropertyTests.cpp245 void checkSupport (Context& context) const override;
253 void MaxDrawMeshTasksCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2e3a30070111::MaxDrawMeshTasksCountCase
308 void checkSupport (Context& context) const override;
313 void MaxTaskWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2e3a30070111::MaxTaskWorkGroupInvocationsCase
356 void checkSupport (Context& context) const override;
363 void MaxTaskWorkGroupSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2e3a30070111::MaxTaskWorkGroupSizeCase
385 void checkSupport (Context& context) const override;
390 void MaxTaskOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2e3a30070111::MaxTaskOutputCountCase
433 void checkSupport (Context& context) const override;
438 void MaxMeshWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2e3a30070111::MaxMeshWorkGroupInvocationsCase
[all …]
DvktMeshShaderBuiltinTests.cpp365 void checkSupport (Context& context) const override;
371 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon8938bff90111::MeshShaderBuiltinCase
544 void checkSupport (Context& context) const override;
660 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon8938bff90111::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::__anon8938bff90111::LayerCase
774 MeshShaderBuiltinCase::checkSupport(context); in checkSupport()
820 void checkSupport (Context& context) const override;
897 void ViewportIndexCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon8938bff90111::ViewportIndexCase
[all …]
DvktMeshShaderBuiltinTestsEXT.cpp475 void checkSupport (Context& context) const override;
481 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anond63274aa0111::MeshShaderBuiltinCase
672 void checkSupport (Context& context) const override;
789 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anond63274aa0111::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::__anond63274aa0111::LayerCase
907 MeshShaderBuiltinCase::checkSupport(context); in checkSupport()
961 void checkSupport (Context& context) const override;
1040 void ViewportIndexCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anond63274aa0111::ViewportIndexCase
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp123 void checkSupport (Context& context, const TestType config) in checkSupport() function
215 …addFunctionCase(group, "driver_id_match", "Check driverID is supported", checkSupport, testQu… in createTestCases()
216 …addFunctionCase(group, "name_is_not_empty", "Check name field is not empty", checkSupport, tes… in createTestCases()
217 …oup, "name_zero_terminated", "Check name field is zero-terminated", checkSupport, testQueryPrope… in createTestCases()
218 …oup, "info_zero_terminated", "Check info field is zero-terminated", checkSupport, testQueryPrope… in createTestCases()
219 …"conformance_version", "Check conformanceVersion reported by driver", checkSupport, testQueryPrope… in createTestCases()
DvktApiDeviceDrmPropertiesTests.cpp47 void checkSupport (Context& context, const TestType config) in checkSupport() function
110 …rm_files_exist", "Verify device files for major/minor nodes exist", checkSupport, testDeviceDrmP… in createTestCases()
DvktApiFormatPropertiesExtendedKHRtests.cpp39 void checkSupport (Context& context, const VkFormat format) in checkSupport() function
76 addFunctionCase(group, testName, std::string(), checkSupport, test, format); in createTestCases()
DvktApiToolingInfoTests.cpp59 void checkSupport (Context& context) in checkSupport() function
235 …up, "validate_getter", "Validate getPhysicalDeviceToolPropertiesEXT", checkSupport, validateGetter… in createTestCases()
236 …addFunctionCase(group, "validate_tools_properties","Validate tools properties", checkSupport, vali… in createTestCases()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp423 void checkSupport (Context& context, TestConfig config) in checkSupport() function
426 VideoDevice::checkSupport(context, config.videoCodecOperationFlags); in checkSupport()
439 checkSupport(context, config); in checkSecondaryBufferSupport()
460 …s.get(), "host_set_reset", "Basic event tests set and reset on host", checkSupport, hostResetSetEv… in createBasicEventTests()
461 …t(), "device_set_reset", "Basic event tests set and reset on device", checkSupport, deviceResetSet… in createBasicEventTests()
462 …ti_command_buffer", "Wait and set event single submission on device", checkSupport, singleSubmissi… in createBasicEventTests()
463 …lti_command_buffer", "Wait and set event mutli submission on device", checkSupport, multiSubmissio… in createBasicEventTests()
482 …t(), "device_set_reset", "Basic event tests set and reset on device", checkSupport, deviceResetSet… in createSynchronization2BasicEventTests()
483 …ti_command_buffer", "Wait and set event single submission on device", checkSupport, singleSubmissi… in createSynchronization2BasicEventTests()
484 …lti_command_buffer", "Wait and set event mutli submission on device", checkSupport, multiSubmissio… in createSynchronization2BasicEventTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp1153 void checkSupport(Context& context, IndirectDraw::TestSpec testSpec) in checkSupport() function
1215 …triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1218 …riangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1223 …triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1226 …riangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1231 …triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1234 …riangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1256 …triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1259 …riangle strip", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
1264 …triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
[all …]
DvktDrawTestCaseUtil.hpp87 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::Draw::InstanceFactory
89 m_support.checkSupport(context); in checkSupport()
DvktDrawOutputLocationTests.cpp40 void checkSupport (Context& context, std::string testName) in checkSupport() function
99 testCase->setCheckSupportCallback(checkSupport); in createTests()
DvktDrawIndexedTest.cpp392 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport() function
423 … triangle list", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Args(checkSupport, testSpec))); in init()
426 …triangle strip", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Args(checkSupport, testSpec))); in init()
440 … list", testSpec, FunctionSupport1<DrawInstancedIndexed::TestSpec>::Args(checkSupport, testSpec))); in init()
443 …strip", testSpec, FunctionSupport1<DrawInstancedIndexed::TestSpec>::Args(checkSupport, testSpec))); in init()
DvktDrawSimpleTest.cpp379 void checkSupport(Context& context, SimpleDraw::TestSpec testSpec) in checkSupport() function
410 …s triangle list", testSpec, FunctionSupport1<SimpleDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
413 … triangle strip", testSpec, FunctionSupport1<SimpleDraw::TestSpec>::Args(checkSupport, testSpec))); in init()
427 …e list", testSpec, FunctionSupport1<SimpleDrawInstanced::TestSpec>::Args(checkSupport, testSpec))); in init()
430 … strip", testSpec, FunctionSupport1<SimpleDrawInstanced::TestSpec>::Args(checkSupport, testSpec))); in init()
/external/deqp/modules/gles31/functional/
Des31fNegativePreciseTests.cpp159 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()
Des31fSampleShadingTests.cpp50 static bool checkSupport(Context& ctx) in checkSupport() function
80 if (!checkSupport(m_context)) in init()
131 if (!checkSupport(m_context)) in init()
198 if (!checkSupport(m_context)) in init()
285 if (!checkSupport(m_context)) in init()
Des31fTextureBufferTests.cpp129 static void checkSupport(Context& ctx) in checkSupport() function
163 checkSupport(m_context); in iterate()
198 checkSupport(m_context); in iterate()
229 checkSupport(m_context); in iterate()
288 checkSupport(m_context); in iterate()
347 checkSupport(m_context); in iterate()
418 checkSupport(m_context); in iterate()
499 checkSupport(m_context); in iterate()
Des31fNegativeFragmentApiTests.cpp160 static bool checkSupport(NegativeTestContext& ctx) in checkSupport() function
171 if (!checkSupport(ctx)) in blend_equationi()
191 if (!checkSupport(ctx)) in blend_equation_separatei()
239 if (!checkSupport(ctx)) in blend_funci()
261 if (!checkSupport(ctx)) in blend_func_separatei()
/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp46 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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp56 void checkSupport(Context& context, TestParams testParams) in checkSupport() function
342 …addFunctionCaseWithPrograms(group, "cache", "", checkSupport, initPrograms, testEarlyDestroyKeepLa… in addEarlyDestroyTestCasesWithFunctions()
344 …addFunctionCaseWithPrograms(group, "no_cache", "", checkSupport, initPrograms, testEarlyDestroyKee… in addEarlyDestroyTestCasesWithFunctions()
346 …addFunctionCaseWithPrograms(group, "cache_destroy_layout", "", checkSupport, initPrograms, testEar… in addEarlyDestroyTestCasesWithFunctions()
348 …addFunctionCaseWithPrograms(group, "no_cache_destroy_layout", "", checkSupport, initPrograms, test… in addEarlyDestroyTestCasesWithFunctions()
DvktPipelineMatchedAttachmentsTests.cpp50 void checkSupport(Context& context, const MatchedAttachmentsTestParams params) in checkSupport() function
253 …addFunctionCaseWithPrograms(group, "cache", "", checkSupport, initPrograms, testMatchedAttachments… in addMatchedAttachmentsTestCasesWithFunctions()
256 …addFunctionCaseWithPrograms(group, "no_cache", "", checkSupport, initPrograms, testMatchedAttachme… in addMatchedAttachmentsTestCasesWithFunctions()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp213 virtual void checkSupport(Context& context) const;
219 void MaxWorkgroupMemoryTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon4c32d5f00111::MaxWorkgroupMemoryTest
330 virtual void checkSupport(Context& context) const;
336 void TypeTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon4c32d5f00111::TypeTest
612 virtual void checkSupport(Context& context) const;
617 void CompositeTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon4c32d5f00111::CompositeTest
980 virtual void checkSupport(Context& context) const;
985 void MaxWorkgroupsTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon4c32d5f00111::MaxWorkgroupsTest
1097 virtual void checkSupport(Context& context) const;
1104 void SpecializeWorkgroupTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon4c32d5f00111::SpecializeWorkgroupTest
[all …]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp102 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::DynamicState::InstanceFactory
106 m_support.checkSupport(context); in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp285 void checkSupport (Context& context, const TestParameters params) in checkSupport() function
606 …addFunctionCaseWithPrograms(group, name, "", checkSupport, initPrograms, testFormat, TestParameter… in populatePerFormatGroup()
609 …addFunctionCaseWithPrograms(group, name + "_disjoint", "", checkSupport, initPrograms, testFormat,… in populatePerFormatGroup()
613 …addFunctionCaseWithPrograms(group, name + "_mapped", "", checkSupport, initPrograms, testFormat, T… in populatePerFormatGroup()
616 …addFunctionCaseWithPrograms(group, name + "_disjoint_mapped", "", checkSupport, initPrograms, test… in populatePerFormatGroup()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageExtendedUsageBitTests.cpp208 void checkSupport (Context& context, TestParams params) in checkSupport() function
303 … usage bit format compatibility among compatible image view formats", checkSupport, testExtendedUs… in createImageExtendedUsageBitTests()
304 … usage bit format compatibility among compatible image view formats", checkSupport, testExtendedUs… in createImageExtendedUsageBitTests()

12345678910>>...14