Home
last modified time | relevance | path

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

12345

/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/api/
DvktApiDriverPropertiesTests.cpp111 void checkSupport (Context& context, const TestType config) in checkSupport() function
203 …addFunctionCase(group, "driver_id_match", "Check driverID is supported", checkSupport, testQu… in createTestCases()
204 …addFunctionCase(group, "name_is_not_empty", "Check name field is not empty", checkSupport, tes… in createTestCases()
205 …oup, "name_zero_terminated", "Check name field is zero-terminated", checkSupport, testQueryPrope… in createTestCases()
206 …oup, "info_zero_terminated", "Check info field is zero-terminated", checkSupport, testQueryPrope… in createTestCases()
207 …"conformance_version", "Check conformanceVersion reported by driver", checkSupport, testQueryPrope… in createTestCases()
DvktApiPipelineTests.cpp1378 void checkSupport (Context& context) in checkSupport() function
1391 …s", "Draw after destroying the renderpass used to create a pipeline", checkSupport, createDestroyP… in createrenderpassTests()
1392 …a framebuffer that was created using another compatible render pass", checkSupport, framebufferCom… in createrenderpassTests()
1401 …(), "graphics", "Test pipeline layout lifetime in graphics pipeline", checkSupport, createPipeline… in createPipelineLayoutLifetimeTests()
1402 …et(), "compute", "Test pipeline layout lifetime in compute pipeline", checkSupport, createPipeline… in createPipelineLayoutLifetimeTests()
/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/
DvktPipelineMultisampleInterpolationTests.cpp90 virtual void checkSupport (Context&) const {} in checkSupport() function in vkt::pipeline::multisample::MSCase
229 template<> void MSCase<MSCaseSampleQualifierDistinctValues>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
294 template<> void MSCase<MSCaseInterpolateAtSampleDistinctValues>::checkSupport (Context& context) co… in checkSupport() function in vkt::pipeline::multisample::MSCase
421 template<> void MSCase<MSCaseInterpolateAtSampleSingleSample>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
495 template<> void MSCase<MSCaseInterpolateAtSampleIgnoresCentroid>::checkSupport (Context& context) c… in checkSupport() function in vkt::pipeline::multisample::MSCase
568 template<> void MSCase<MSCaseInterpolateAtSampleConsistency>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
641 template<> void MSCase<MSCaseInterpolateAtCentroidConsistency>::checkSupport (Context& context) con… in checkSupport() function in vkt::pipeline::multisample::MSCase
721 template<> void MSCase<MSCaseInterpolateAtOffsetPixelCenter>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
796 template<> void MSCase<MSCaseInterpolateAtOffsetSamplePosition>::checkSupport (Context& context) co… in checkSupport() function in vkt::pipeline::multisample::MSCase
DvktPipelineMultisampleShaderBuiltInTests.cpp181 virtual void checkSupport (Context&) const {} in checkSupport() function in vkt::pipeline::multisample::MSCase
259 template<> void MSCase<MSCaseSampleID>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
411 template<> void MSCase<MSCaseSamplePosDistribution>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
502 template<> void MSCase<MSCaseSamplePosCorrectness>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
799 template<> void MSCase<MSCaseSampleMaskBitCount>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
893 template<> void MSCase<MSCaseSampleMaskCorrectBit>::checkSupport (Context& context) const in checkSupport() function in vkt::pipeline::multisample::MSCase
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawTestCaseUtil.hpp85 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::Draw::InstanceFactory
87 m_support.checkSupport(context); in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp90 virtual void checkSupport (Context& context) const in checkSupport() function in vkt::DynamicState::InstanceFactory
92 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()
DvktYCbCrConversionTests.cpp575 void checkSupport (Context& context, const TestConfig config) in checkSupport() function
1325 …tring(textureFilterName) + "_" + tilingName + samplerBindingName, "", checkSupport, createTestShad… in buildTests()
1366 …tring(textureFilterName) + "_" + tilingName + samplerBindingName, "", checkSupport, createTestShad… in buildTests()
1431 … "_" + tilingName + "_" + xChromaOffsetName + samplerBindingName, "", checkSupport, createTestShad… in buildTests()
1465 … "_" + tilingName + "_" + xChromaOffsetName + samplerBindingName, "", checkSupport, createTestShad… in buildTests()
1515 …omaOffsetName + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShad… in buildTests()
1525 …+ tilingName + (disjoint ? "_disjoint" : "") + "_swapped_chroma", "", checkSupport, createTestShad… in buildTests()
1537 …omaOffsetName + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShad… in buildTests()
1547 …+ tilingName + (disjoint ? "_disjoint" : "") + "_swapped_chroma", "", checkSupport, createTestShad… in buildTests()
1566 …cit_nearest") + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShad… in buildTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp567 virtual void checkSupport (Context& context) const;
580 void GeometryOutputCountTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anonf9fe307e0111::GeometryOutputCountTest
668 virtual void checkSupport (Context& context) const;
681 void VaryingOutputCountCase::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anonf9fe307e0111::VaryingOutputCountCase
874 virtual void checkSupport (Context& context) const;
887 void BuiltinVariableRenderTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anonf9fe307e0111::BuiltinVariableRenderTest
DvktGeometryVaryingGeometryShaderTests.cpp103 void checkSupport (Context& context) const;
119 void VaryingTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon9afd413c0111::VaryingTest
DvktGeometryEmitGeometryShaderTests.cpp104 virtual void checkSupport (Context& context) const;
119 void EmitTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anon561a7deb0111::EmitTest
DvktGeometryInputGeometryShaderTests.cpp127 virtual void checkSupport (Context& context) const;
143 void GeometryExpanderRenderTest::checkSupport (Context& context) const in checkSupport() function in vkt::geometry::__anoncaa50a0c0111::GeometryExpanderRenderTest
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmNonSemanticInfoTests.cpp98 void checkSupport (Context& context) const;
112 void SpvAsmSpirvNonSemanticInfoBasicCase::checkSupport(Context& context) const in checkSupport() function in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicCase
DvktSpvAsmFloatControlsExtensionlessTests.hpp42 virtual void checkSupport (Context& context) const;
DvktSpvAsmFromHlslTests.cpp212 void checkSupport(Context& context) in checkSupport() function
225 …stInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, "cbuffer_packing", "", testConfig, checkSupport)); in createHlslComputeGroup()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp1050 void checkSupport (Context& context) in checkSupport() function
1068 … "allocate minImportedHostPointerAlignment multiplied by 1", 1, checkSupport)); in createMemoryExternalMemoryHostTests()
1070 … "allocate minImportedHostPointerAlignment multiplied by 3", 3, checkSupport)); in createMemoryExternalMemoryHostTests()
1084 TestParams(formatName.format), checkSupport)); in createMemoryExternalMemoryHostTests()
1092 TestParams(formatName.format, true), checkSupport)); in createMemoryExternalMemoryHostTests()
1100 TestParams(testFormats[0].format, true), checkSupport)); in createMemoryExternalMemoryHostTests()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.hpp76 virtual void checkSupport (Context& ctx) const; // override
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp1398 void checkSupport (Context& context) in checkSupport() function
1419 …ame(clearColorTestGrid[testNdx]), "Color clear test.", clearColorTestGrid[testNdx], checkSupport)); in init()
1422 …ame(clearDepthTestGrid[testNdx]), "Depth clear test.", clearDepthTestGrid[testNdx], checkSupport)); in init()
1425 …e(clearColorTwiceGrid[testNdx]), "Color clear test.", clearColorTwiceGrid[testNdx], checkSupport)); in init()
1428 …e(clearDepthTwiceGrid[testNdx]), "Depth clear test.", clearDepthTwiceGrid[testNdx], checkSupport)); in init()
1431 …_" + de::toString(testNdx), "Draw test.", AddProgramsDraw(), drawTestGrid[testNdx], checkSupport)); in init()
1433 …rendering_no_discard", "Draw test.", AddProgramsUpdateBufferUsingRendering(), true, checkSupport)); in init()
1434 …h_rendering_discard", "Draw test.", AddProgramsUpdateBufferUsingRendering(), false, checkSupport)); in init()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp68 virtual void checkSupport (Context& context) const;
89 void ImageAlignedMipSizeCase::checkSupport (Context& context) const in checkSupport() function in vkt::sparse::__anonff5aaa770111::ImageAlignedMipSizeCase
DvktSparseResourcesBufferSparseBinding.cpp67 virtual void checkSupport (Context& context) const;
85 void BufferSparseBindingCase::checkSupport (Context& context) const in checkSupport() function in vkt::sparse::__anon06d3d4c20111::BufferSparseBindingCase
DvktSparseResourcesImageBlockShapes.cpp69 virtual void checkSupport (Context& context) const;
93 void ImageBlockShapesCase::checkSupport (Context& context) const in checkSupport() function in vkt::sparse::__anonf6daedb10111::ImageBlockShapesCase
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp118 virtual void checkSupport (Context& context) const;
157 void ShaderDiscardCase::checkSupport(Context& context) const in checkSupport() function in vkt::sr::__anon0bbaf0c90111::ShaderDiscardCase
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelPadding.cpp145 virtual void checkSupport (Context& context) const;
220 void PaddingTest::checkSupport (Context& context) const in checkSupport() function in vkt::MemoryModel::__anon859652780111::PaddingTest

12345