/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderPropertyTests.cpp | 262 void MaxDrawMeshTasksCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxDrawMeshTasksCountCase 322 void MaxTaskWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxTaskWorkGroupInvocationsCase 372 void MaxTaskWorkGroupSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxTaskWorkGroupSizeCase 399 void MaxTaskOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxTaskOutputCountCase 447 void MaxMeshWorkGroupInvocationsCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxMeshWorkGroupInvocationsCase 492 void MaxMeshWorkGroupSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxMeshWorkGroupSizeCase 574 void MaxTaskTotalMemorySizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxTaskTotalMemorySizeCase 630 void MaxMeshTotalMemorySizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon3d8a6d010111::MaxMeshTotalMemorySizeCase
|
D | vktMeshShaderSmokeTests.cpp | 152 void MeshOnlyTriangleCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaa09459b0111::MeshOnlyTriangleCase 157 void MeshTaskTriangleCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaa09459b0111::MeshTaskTriangleCase 162 void TaskOnlyTriangleCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anonaa09459b0111::TaskOnlyTriangleCase
|
D | vktMeshShaderBuiltinTests.cpp | 332 void MeshShaderBuiltinCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2c9845b30111::MeshShaderBuiltinCase 629 void PrimitiveIdCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2c9845b30111::PrimitiveIdCase 740 void LayerCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2c9845b30111::LayerCase 864 void ViewportIndexCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2c9845b30111::ViewportIndexCase 1064 void PointSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2c9845b30111::PointSizeCase 1175 void ClipDistanceCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2c9845b30111::ClipDistanceCase 1296 void CullDistanceCase::checkSupport (Context& context) const in checkSupport() function in vkt::MeshShader::__anon2c9845b30111::CullDistanceCase
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFormatPropertiesExtendedKHRtests.cpp | 36 void checkSupport (Context& context, const VkFormat format) in checkSupport() function
|
D | vktApiDriverPropertiesTests.cpp | 107 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 | vktApiToolingInfoTests.cpp | 62 void checkSupport (Context& context) in checkSupport() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 218 void MaxWorkgroupMemoryTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon18fd406a0111::MaxWorkgroupMemoryTest 335 void TypeTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon18fd406a0111::TypeTest 608 void CompositeTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon18fd406a0111::CompositeTest 976 void MaxWorkgroupsTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon18fd406a0111::MaxWorkgroupsTest 1095 void SpecializeWorkgroupTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon18fd406a0111::SpecializeWorkgroupTest 1192 void RepeatedPipelineTest::checkSupport(Context& context) const in checkSupport() function in vkt::compute::__anon18fd406a0111::RepeatedPipelineTest
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTestCaseUtil.hpp | 86 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::Draw::InstanceFactory
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateTestCaseUtil.hpp | 90 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::DynamicState::InstanceFactory
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativePreciseTests.cpp | 159 static bool checkSupport(NegativeTestContext& ctx) in checkSupport() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 580 void GeometryOutputCountTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon1d76a2f20111::GeometryOutputCountTest 681 void VaryingOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon1d76a2f20111::VaryingOutputCountCase 887 void BuiltinVariableRenderTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon1d76a2f20111::BuiltinVariableRenderTest
|
D | vktGeometryVaryingGeometryShaderTests.cpp | 119 void VaryingTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon7e5c20b00111::VaryingTest
|
D | vktGeometryEmitGeometryShaderTests.cpp | 119 void EmitTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anonf25471df0111::EmitTest
|
D | vktGeometryInputGeometryShaderTests.cpp | 143 void GeometryExpanderRenderTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anonee1d7c800111::GeometryExpanderRenderTest
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateTests.cpp | 412 void checkSupport(Context& context) in checkSupport() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmNonSemanticInfoTests.cpp | 114 void SpvAsmSpirvNonSemanticInfoBasicCase::checkSupport(Context& context) const in checkSupport() function in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicCase
|
D | vktSpvAsmFromHlslTests.cpp | 212 void checkSupport(Context& context) in checkSupport() function
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 46 void checkSupport (const glu::ContextInfo& ctxInfo) in checkSupport() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.hpp | 122 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::sparse::SparseShaderIntrinsicsCaseBase
|
D | vktSparseResourcesImageAlignedMipSize.cpp | 89 void ImageAlignedMipSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::sparse::__anon8f8bbdeb0111::ImageAlignedMipSizeCase
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp | 261 void MultipleDispatchesUniformSubgroupSize::checkSupport (Context& context) const in checkSupport() function in vkt::subgroups::__anon1ec92c0f0111::MultipleDispatchesUniformSubgroupSize
|