Home
last modified time | relevance | path

Searched defs:checkSupport (Results 1 – 25 of 268) sorted by relevance

1234567891011

/third_party/vk-gl-cts/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()
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/
DvktMeshShaderPropertyTests.cpp262 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
DvktMeshShaderSmokeTests.cpp152 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
DvktMeshShaderBuiltinTests.cpp332 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/
DvktApiFormatPropertiesExtendedKHRtests.cpp36 void checkSupport (Context& context, const VkFormat format) in checkSupport() function
DvktApiDriverPropertiesTests.cpp107 void checkSupport (Context& context, const TestType config) in checkSupport() function
DvktApiDeviceDrmPropertiesTests.cpp57 void checkSupport (Context& context, const TestType config) in checkSupport() function
DvktApiToolingInfoTests.cpp62 void checkSupport (Context& context) in checkSupport() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp218 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/
DvktDrawTestCaseUtil.hpp86 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::Draw::InstanceFactory
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp90 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::DynamicState::InstanceFactory
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp190 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
DvktPipelineMultisampleInterpolationTests.cpp99 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/
Des31fNegativePreciseTests.cpp159 static bool checkSupport(NegativeTestContext& ctx) in checkSupport() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp580 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
DvktGeometryVaryingGeometryShaderTests.cpp119 void VaryingTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon7e5c20b00111::VaryingTest
DvktGeometryEmitGeometryShaderTests.cpp119 void EmitTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anonf25471df0111::EmitTest
DvktGeometryInputGeometryShaderTests.cpp143 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/
DvktFragmentShadingRateTests.cpp412 void checkSupport(Context& context) in checkSupport() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmNonSemanticInfoTests.cpp114 void SpvAsmSpirvNonSemanticInfoBasicCase::checkSupport(Context& context) const in checkSupport() function in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicCase
DvktSpvAsmFromHlslTests.cpp212 void checkSupport(Context& context) in checkSupport() function
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDebugMarkerTests.cpp46 void checkSupport (const glu::ContextInfo& ctxInfo) in checkSupport() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.hpp122 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::sparse::SparseShaderIntrinsicsCaseBase
DvktSparseResourcesImageAlignedMipSize.cpp89 void ImageAlignedMipSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::sparse::__anon8f8bbdeb0111::ImageAlignedMipSizeCase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp261 void MultipleDispatchesUniformSubgroupSize::checkSupport (Context& context) const in checkSupport() function in vkt::subgroups::__anon1ec92c0f0111::MultipleDispatchesUniformSubgroupSize

1234567891011