Home
last modified time | relevance | path

Searched defs:testCtx (Results 1076 - 1100 of 1129) sorted by relevance

1...<<414243444546

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp1016 OuterEdgeDivisionTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const CaseDefinition caseDef) in OuterEdgeDivisionTest() argument
1049 OuterEdgeIndexIndependenceTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const CaseDefinition caseDef) in OuterEdgeIndexIndependenceTest() argument
1078 SymmetricOuterEdgeTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const CaseDefinition caseDef) in SymmetricOuterEdgeTest() argument
1104 tcu::TestCase* makeOuterEdgeDivisionTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode) in makeOuterEdgeDivisionTest() argument
1110 tcu::TestCase* makeOuterEdgeIndexIndependenceTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const Winding winding, const bool usePointMode) in makeOuterEdgeIndexIndependenceTest() argument
1116 makeSymmetricOuterEdgeTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const Winding winding, const bool usePointMode) makeSymmetricOuterEdgeTest() argument
1840 makeInvariantPrimitiveSetTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const Winding winding, const bool usePointMode) makeInvariantPrimitiveSetTest() argument
1846 makeInvariantTriangleSetTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode) makeInvariantTriangleSetTest() argument
1853 makeInvariantInnerTriangleSetTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode) makeInvariantInnerTriangleSetTest() argument
1860 makeInvariantOuterTriangleSetTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode) makeInvariantOuterTriangleSetTest() argument
2165 makeTessCoordRangeTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const Winding winding, const bool usePointMode) makeTessCoordRangeTest() argument
2171 makeOneMinusTessCoordTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const Winding winding, const bool usePointMode) makeOneMinusTessCoordTest() argument
2185 createInvarianceTests(tcu::TestContext& testCtx) createInvarianceTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1929 InterfaceBlockCase::InterfaceBlockCase (tcu::TestContext& testCtx, in InterfaceBlockCase() argument
H A DvktTransformFeedbackSimpleTests.cpp3836 tcu::TestCaseGroup* createTransformFeedbackSimpleTests (tcu::TestContext& testCtx) in createTransformFeedbackSimpleTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp2193 UniformBlockCase::UniformBlockCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, BufferMode bufferMode, MatrixLoadFlags matrixLoadFlag, bool shuffleUniformMembers) in UniformBlockCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4264 ManyDrawsCase::ManyDrawsCase (tcu::TestContext& testCtx, const std::string& name, const ManyDrawsParams& params) in ManyDrawsCase() argument
4682 tcu::TestCaseGroup* createCommandBuffersTests (tcu::TestContext& testCtx) in createCommandBuffersTests() argument
H A DvktApiCopiesAndBlittingTests.cpp1604 CopyImageToImageTestCase (tcu::TestContext& testCtx, in CopyImageToImageTestCase() argument
2074 CopyImageToImageMipmapTestCase (tcu::TestContext& testCtx, in CopyImageToImageMipmapTestCase() argument
2334 BufferToBufferTestCase (tcu::TestContext& testCtx, in BufferToBufferTestCase() argument
2547 CopyImageToBufferTestCase (tcu::TestContext& testCtx, in CopyImageToBufferTestCase() argument
2818 CopyCompressedImageToBufferTestCase (tcu::TestContext& testCtx, in CopyCompressedImageToBufferTestCase() argument
3035 CopyBufferToImageTestCase(tcu::TestContext& testCtx, const std::string& name, const TestParams params) CopyBufferToImageTestCase() argument
3453 CopyBufferToDepthStencilTestCase(tcu::TestContext& testCtx, const std::string& name, const TestParams params) CopyBufferToDepthStencilTestCase() argument
16623 tcu::TestContext& testCtx = group->getTestContext(); addResolveImageDiffImageSizeTests() local
16887 createCopiesAndBlittingTests(tcu::TestContext& testCtx) createCopiesAndBlittingTests() argument
[all...]
H A DvktApiObjectManagementTests.cpp3462 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const CaseDescriptions& cases) in createGroup() argument
3471 tcu::TestCaseGroup* createObjectManagementTests (tcu::TestContext& testCtx) in createObjectManagementTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp3516 void createBasicTests (tcu::TestContext& testCtx, tcu::TestCaseGroup* parentGroup, SharedGroupParams groupParams) in createBasicTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2571 TexelViewCompatibleCase::TexelViewCompatibleCase (TestContext& testCtx, const std::string& name, const TestParameters& parameters) in TexelViewCompatibleCase() argument
3007 tcu::TestCaseGroup* createImageCompressionTranscodingTests (tcu::TestContext& testCtx) in createImageCompressionTranscodingTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp140 MeshShaderMiscCase::MeshShaderMiscCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in MeshShaderMiscCase() argument
404 ComplexTaskDataCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in ComplexTaskDataCase() argument
619 SinglePointCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params, bool writePointSize = true) in SinglePointCase() argument
706 SingleLineCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in SingleLineCase() argument
777 SingleTriangleCase (tcu::TestContext& testCtx, cons argument
851 MaxPointsCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MaxPointsCase() argument
948 MaxLinesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MaxLinesCase() argument
1054 MaxTrianglesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MaxTrianglesCase() argument
1166 LargeWorkGroupCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) LargeWorkGroupCase() argument
1345 NoPrimitivesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) NoPrimitivesCase() argument
1407 NoPrimitivesExtraWritesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) NoPrimitivesExtraWritesCase() argument
1533 SimpleBarrierCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) SimpleBarrierCase() argument
1703 MemoryBarrierCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MemoryBarrierCase() argument
1881 PayloadReadCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) PayloadReadCase() argument
2017 CustomAttributesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) CustomAttributesCase() argument
2553 PushConstantCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) PushConstantCase() argument
2844 MaximizePrimitivesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MaximizePrimitivesCase() argument
2947 MaximizeVerticesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MaximizeVerticesCase() argument
3063 MaximizeInvocationsCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MaximizeInvocationsCase() argument
3166 MixedPipelinesCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MixedPipelinesCase() argument
3531 FirstInvocationCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) FirstInvocationCase() argument
3704 LocalSizeIdCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) LocalSizeIdCase() argument
4115 MultipleTaskPayloadsCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) MultipleTaskPayloadsCase() argument
4481 RebindSetsCase(tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) RebindSetsCase() argument
4908 createMeshShaderMiscTestsEXT(tcu::TestContext& testCtx) createMeshShaderMiscTestsEXT() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp3101 tcu::TestCaseGroup* createPipelineLibraryTests (tcu::TestContext& testCtx) in createPipelineLibraryTests() argument
[all...]
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp3281 tcu::TestCaseGroup* createMultisampleSampleLocationsExtTests (tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, bool useFragmentShadingRate) in createMultisampleSampleLocationsExtTests() argument
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp5443 tcu::TestCaseGroup* createMultisampledRenderToSingleSampledTests (tcu::TestContext& testCtx, vk::PipelineConstructionType pipelineConstructionType) in createMultisampledRenderToSingleSampledTests() argument
5449 tcu::TestCaseGroup* createMultisampledMiscTests (tcu::TestContext& testCtx, vk::PipelineConstructionType pipelineConstructionType) in createMultisampledMiscTests() argument
H A DvktPipelineSamplerTests.cpp888 MovePtr<tcu::TestCaseGroup> createSamplerMagFilterTests (tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, bool separateStencilUsage) in createSamplerMagFilterTests() argument
902 MovePtr<tcu::TestCaseGroup> createSamplerMinFilterTests (tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, bool separateStencilUsage) in createSamplerMinFilterTests() argument
951 MovePtr<tcu::TestCaseGroup> createSamplerMagReduceFilterTests (tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, bool separateStencilUsage) in createSamplerMagReduceFilterTests() argument
975 createSamplerMinReduceFilterTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, bool separateStencilUsage) createSamplerMinReduceFilterTests() argument
999 createSamplerLodTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, bool separateStencilUsage) createSamplerLodTests() argument
1040 createSamplerMipmapTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, bool separateStencilUsage) createSamplerMipmapTests() argument
1118 createSamplerAddressModesTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, bool separateStencilUsage) createSamplerAddressModesTests() argument
1353 ExactSamplingCase(tcu::TestContext& testCtx, const std::string& name, const Params& params) ExactSamplingCase() argument
1915 MaxSamplerLodBiasCase(tcu::TestContext& testCtx, const std::string& name, const MaxSamplerLodBiasParams& params) MaxSamplerLodBiasCase() argument
2247 createAllFormatsSamplerTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, bool separateStencilUsage = false) createAllFormatsSamplerTests() argument
2430 createExactSamplingTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType) createExactSamplingTests() argument
2543 createMaxSamplerLodBiasTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType) createMaxSamplerLodBiasTests() argument
2564 createSamplerTests(tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType) createSamplerTests() argument
[all...]
H A DvktPipelineTimestampTests.cpp3306 tcu::TestCaseGroup* createTimestampTests (tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType) in createTimestampTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp4200 tcu::TestCaseGroup* createAccelerationStructuresTests(tcu::TestContext& testCtx) in createAccelerationStructuresTests() argument
H A DvktRayQueryBuiltinTests.cpp5928 tcu::TestCaseGroup* createBuiltinTests(tcu::TestContext& testCtx) in createBuiltinTests() argument
6063 tcu::TestCaseGroup* createAdvancedTests(tcu::TestContext& testCtx) in createAdvancedTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2849 tcu::TestContext& testCtx = fdmTests->getTestContext(); in createChildren() local
3156 createFragmentDensityMapTests(tcu::TestContext& testCtx, const SharedGroupParams groupParams) createFragmentDensityMapTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3307 OutOfBoundsStrideCase::OutOfBoundsStrideCase (tcu::TestContext& testCtx, const std::string& name, const OutOfBoundsStrideParams& params) in OutOfBoundsStrideCase() argument
3562 tcu::TestContext& testCtx = group->getTestContext(); in createTests() local
4003 tcu::TestContext& testCtx = group->getTestContext(); createPipelineRobustnessTests() local
4029 createRobustness2Tests(tcu::TestContext& testCtx) createRobustness2Tests() argument
4035 createImageRobustnessTests(tcu::TestContext& testCtx) createImageRobustnessTests() argument
4042 createPipelineRobustnessTests(tcu::TestContext& testCtx) createPipelineRobustnessTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp633 ShaderOperatorCase::ShaderOperatorCase (tcu::TestContext& testCtx, in ShaderOperatorCase() argument
1242 ShaderOperatorTests::ShaderOperatorTests(tcu::TestContext& testCtx) in ShaderOperatorTests() argument
2000 tcu::TestCaseGroup* createOperatorTests (tcu::TestContext& testCtx) in createOperatorTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp2447 SSBOLayoutCase::SSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) in SSBOLayoutCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp2583 tcu::TestContext& testCtx = pgqGroup->getTestContext(); in testGenerator() local
2818 createPrimitivesGeneratedQueryTests(tcu::TestContext& testCtx) createPrimitivesGeneratedQueryTests() argument
[all...]
H A DvktTransformFeedbackSimpleTests.cpp4761 tcu::TestCaseGroup* createTransformFeedbackSimpleTests (tcu::TestContext& testCtx) in createTransformFeedbackSimpleTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4264 ManyDrawsCase::ManyDrawsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ManyDrawsParams& params) in ManyDrawsCase() argument
4682 tcu::TestCaseGroup* createCommandBuffersTests (tcu::TestContext& testCtx) in createCommandBuffersTests() argument
H A DvktApiObjectManagementTests.cpp3462 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const char* desc, const CaseDescriptions& cases) in createGroup() argument
3471 tcu::TestCaseGroup* createObjectManagementTests (tcu::TestContext& testCtx) in createObjectManagementTests() argument
[all...]

Completed in 151 milliseconds

1...<<414243444546