| /external/deqp/external/vulkancts/modules/vulkan/ |
| 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() 269 FunctionSupport0::Function checkSupport, in createFunctionCaseWithPrograms() 294 typename FunctionSupport1<Arg0>::Function checkSupport, in createFunctionCase() 320 typename FunctionSupport1<Arg0>::Function checkSupport, in createFunctionCaseWithPrograms() [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderPropertyTests.cpp | 262 void MaxDrawMeshTasksCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxDrawMeshTasksCountCase 322 void MaxTaskWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxTaskWorkGroupInvocationsCase 372 void MaxTaskWorkGroupSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxTaskWorkGroupSizeCase 399 void MaxTaskOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxTaskOutputCountCase 447 void MaxMeshWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxMeshWorkGroupInvocationsCase 492 void MaxMeshWorkGroupSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxMeshWorkGroupSizeCase 574 void MaxTaskTotalMemorySizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxTaskTotalMemorySizeCase 630 void MaxMeshTotalMemorySizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon0a2f9b6e0111::MaxMeshTotalMemorySizeCase
|
| D | vktMeshShaderSmokeTests.cpp | 152 void MeshOnlyTriangleCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonf12643280111::MeshOnlyTriangleCase 157 void MeshTaskTriangleCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonf12643280111::MeshTaskTriangleCase 162 void TaskOnlyTriangleCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonf12643280111::TaskOnlyTriangleCase
|
| D | vktMeshShaderBuiltinTests.cpp | 332 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaeeada800111::MeshShaderBuiltinCase 629 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaeeada800111::PrimitiveIdCase 740 void LayerCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaeeada800111::LayerCase 864 void ViewportIndexCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaeeada800111::ViewportIndexCase 1064 void PointSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaeeada800111::PointSizeCase 1175 void ClipDistanceCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaeeada800111::ClipDistanceCase 1296 void CullDistanceCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaeeada800111::CullDistanceCase
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiFormatPropertiesExtendedKHRtests.cpp | 36 void checkSupport (Context& context, const VkFormat format) in checkSupport() function
|
| D | vktApiToolingInfoTests.cpp | 59 void checkSupport (Context& context) in checkSupport() function
|
| D | vktApiDriverPropertiesTests.cpp | 110 void checkSupport (Context& context, const TestType config) in checkSupport() function
|
| D | vktApiDeviceDrmPropertiesTests.cpp | 57 void checkSupport (Context& context, const TestType config) in checkSupport() function
|
| D | vktApiMaintenance3Check.cpp | 476 virtual void checkSupport (Context& ctx) const in checkSupport() function in vkt::api::__anonbd7fc1d70111::Maintenance3StructTestCase 644 virtual void checkSupport (Context& ctx) const in checkSupport() function in vkt::api::__anonbd7fc1d70111::Maintenance3DescriptorTestCase
|
| /external/deqp/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 218 void MaxWorkgroupMemoryTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anonfd84a9970111::MaxWorkgroupMemoryTest 335 void TypeTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anonfd84a9970111::TypeTest 616 void CompositeTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anonfd84a9970111::CompositeTest 984 void MaxWorkgroupsTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anonfd84a9970111::MaxWorkgroupsTest 1103 void SpecializeWorkgroupTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anonfd84a9970111::SpecializeWorkgroupTest 1200 void RepeatedPipelineTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anonfd84a9970111::RepeatedPipelineTest
|
| D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 435 void AliasTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon6620ebe50111::AliasTest 875 void ZeroTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon6620ebe50111::ZeroTest 1134 void PaddingTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon6620ebe50111::PaddingTest 1276 void SizeTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon6620ebe50111::SizeTest
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleShaderBuiltInTests.cpp | 190 virtual void checkSupport (Context&) const {} in checkSupport() function in vkt::pipeline::multisample::MSCase 268 template<> void MSCase<MSCaseSampleID>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase 420 template<> void MSCase<MSCaseSamplePosDistribution>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase 511 template<> void MSCase<MSCaseSamplePosCorrectness>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase 808 template<> void MSCase<MSCaseSampleMaskBitCount>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase 902 template<> void MSCase<MSCaseSampleMaskCorrectBit>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase 1189 void WriteSampleTest::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::WriteSampleTest 1541 void WriteSampleMaskTestCase::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::WriteSampleMaskTestCase
|
| D | vktPipelineMultisampleInterpolationTests.cpp | 99 void MSCase<CaseClassName>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase 242 template<> void MSCase<MSCaseSampleQualifierDistinctValues>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase 1005 template<> void MSCase<MSCaseCentroidQualifierInsidePrimitive>::checkSupport (Context&) const in checkSupport() function in vkt::pipeline::multisample::MSCase
|
| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawTestCaseUtil.hpp | 86 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::Draw::InstanceFactory
|
| /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
| D | vktDynamicStateTestCaseUtil.hpp | 90 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::DynamicState::InstanceFactory
|
| /external/deqp/external/vulkancts/modules/vulkan/geometry/ |
| D | vktGeometryBasicGeometryShaderTests.cpp | 580 void GeometryOutputCountTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anoncf522f1f0111::GeometryOutputCountTest 681 void VaryingOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anoncf522f1f0111::VaryingOutputCountCase 887 void BuiltinVariableRenderTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anoncf522f1f0111::BuiltinVariableRenderTest
|
| D | vktGeometryVaryingGeometryShaderTests.cpp | 119 void VaryingTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon154b6c1d0111::VaryingTest
|
| D | vktGeometryInputGeometryShaderTests.cpp | 143 void GeometryExpanderRenderTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon9ff908ad0111::GeometryExpanderRenderTest
|
| D | vktGeometryEmitGeometryShaderTests.cpp | 119 void EmitTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anonb9a8ac6c0111::EmitTest
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fNegativePreciseTests.cpp | 159 static bool checkSupport(NegativeTestContext& ctx) in checkSupport() function
|
| /external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| D | vktFragmentShadingRateTests.cpp | 412 void checkSupport(Context& context) in checkSupport() function
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fDebugMarkerTests.cpp | 46 void checkSupport (const glu::ContextInfo& ctxInfo) in checkSupport() function
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmFromHlslTests.cpp | 212 void checkSupport(Context& context) in checkSupport() function
|
| D | vktSpvAsmNonSemanticInfoTests.cpp | 114 void SpvAsmSpirvNonSemanticInfoBasicCase::checkSupport(Context& context) const in checkSupport() function in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicCase
|
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationGeometryPassthroughTests.cpp | 143 void IdentityGeometryShaderTestCase::checkSupport (Context& context) const in checkSupport() function in vkt::tessellation::__anon94535b940111::IdentityGeometryShaderTestCase 238 void IdentityTessellationShaderTestCase::checkSupport (Context& context) const in checkSupport() function in vkt::tessellation::__anon94535b940111::IdentityTessellationShaderTestCase
|