Home
last modified time | relevance | path

Searched defs:description (Results 651 - 675 of 1061) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp458 TfDeleteActiveTest(gles3::Context& context, const char* name, const char* description) TfDeleteActiveTest() argument
H A Des3fPixelBufferObjectTests.cpp69 string description; member
H A Des3fPolygonOffsetTests.cpp268 PolygonOffsetTestCase::PolygonOffsetTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName, int canvasSize) in PolygonOffsetTestCase() argument
346 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) in UsageTestCase() argument
467 UsageDisplacementTestCase::UsageDisplacementTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) in UsageDisplacementTestCase() argument
590 UsagePositiveNegativeTestCase(Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) UsagePositiveNegativeTestCase() argument
742 ResultClampingTestCase(Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) ResultClampingTestCase() argument
855 UsageSlopeTestCase(Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) UsageSlopeTestCase() argument
968 ZeroSlopeTestCase(Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) ZeroSlopeTestCase() argument
1065 OneSlopeTestCase(Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) OneSlopeTestCase() argument
[all...]
H A Des3fPrimitiveRestartTests.cpp131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts) in PrimitiveRestartCase() argument
H A Des3fShaderIndexingTests.cpp152 ShaderIndexingCase::ShaderIndexingCase (Context& context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFunc evalFunc, const char* vertShaderSource, const char* fragShaderSource) in ShaderIndexingCase() argument
222 static ShaderIndexingCase* createVaryingArrayCase (Context& context, const char* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType fragAccess) in createVaryingArrayCase() argument
337 static ShaderIndexingCase* createUniformArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase() argument
443 static ShaderIndexingCase* createTmpArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess) in createTmpArrayCase() argument
603 static ShaderIndexingCase* createVectorSubscriptCase (Context& context, const char* caseName, const char* description, boo argument
803 createMatrixSubscriptCase(Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess) createMatrixSubscriptCase() argument
[all...]
H A Des3fStencilTests.cpp190 StencilCase::StencilCase (Context& context, const char* name, const char* description) in StencilCase() argument
395 SimpleStencilCase (Context& context, const char* name, const char* description, GenStencilOpsFunc genOpsFunc) in SimpleStencilCase() argument
H A Des3fTextureFormatTests.cpp112 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFormatCase() argument
125 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height) in Texture2DFormatCase() argument
278 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in TextureCubeFormatCase() argument
293 TextureCubeFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height) TextureCubeFormatCase() argument
478 Texture2DArrayFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int numLayers) Texture2DArrayFormatCase() argument
493 Texture2DArrayFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int numLayers) Texture2DArrayFormatCase() argument
635 Texture3DFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int depth) Texture3DFormatCase() argument
650 Texture3DFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth) Texture3DFormatCase() argument
796 Compressed2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) Compressed2DFormatCase() argument
937 CompressedCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) CompressedCubeFormatCase() argument
1085 Texture2DFileCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames) Texture2DFileCase() argument
1190 TextureCubeFileCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames) TextureCubeFileCase() argument
[all...]
H A Des3fTextureWrapTests.cpp132 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument
152 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames, bool enableRelaxedRef) in TextureWrapCase() argument
173 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument
H A Des3fVertexArrayObjectTests.cpp177 VertexArrayObjectTest::VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description) in VertexArrayObjectTest() argument
704 MultiVertexArrayObjectTest::MultiVertexArrayObjectTest (Context& context, const char* name, const char* description) in MultiVertexArrayObjectTest() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp98 ControlStatementCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, gls::PerfCaseType caseType) in ControlStatementCase() argument
156 ConditionalCase::ConditionalCase (Context& context, const char* name, const char* description, DecisionType decisionType, BranchResult branchType, WorkloadDivision workloadDivision, bool isVertex) in ConditionalCase() argument
431 LoopCase::LoopCase (Context& context, const char* name, const char* description, LoopType type, DecisionType decisionType, bool isLoopBoundStable, bool isVertex) in LoopCase() argument
693 WorkloadReferenceCase::WorkloadReferenceCase (Context& context, const char* name, const char* description, boo argument
766 LoopWorkloadReferenceCase(Context& context, const char* name, const char* description, bool isAttributeStable, bool isVertex) LoopWorkloadReferenceCase() argument
803 ConditionalWorkloadReferenceCase(Context& context, const char* name, const char* description, bool isAttributeStable, bool isVertex) ConditionalWorkloadReferenceCase() argument
835 EmptyWorkloadReferenceCase(Context& context, const char* name, const char* description, bool isVertex) EmptyWorkloadReferenceCase() argument
925 const char* description; init() member
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp607 BlendAdvancedCoherentStateCase(Context& context, const char* name, const char* description, gls::StateQueryUtil::QueryType type) BlendAdvancedCoherentStateCase() argument
666 BlendEquationStateCase(Context& context, const char* name, const char* description, const glw::GLenum* equations, int numEquations, gls::StateQueryUtil::QueryType type) BlendEquationStateCase() argument
720 BlendEquationIndexedStateCase(Context& context, const char* name, const char* description, const glw::GLenum* equations, int numEquations, gls::StateQueryUtil::QueryType type) BlendEquationIndexedStateCase() argument
H A Des31fMultisampleTests.cpp410 MaskInvertCase::MaskInvertCase (Context& context, const char* name, const char* description) in MaskInvertCase() argument
551 MaskProportionalityCase::MaskProportionalityCase (Context& context, const char* name, const char* description) in MaskProportionalityCase() argument
711 MaskConstancyCase::MaskConstancyCase (Context& context, const char* name, const char* description, deUint32 typeBits) in MaskConstancyCase() argument
883 SampleMaskHighBitsCase(Context& context, const char* name, const char* description) SampleMaskHighBitsCase() argument
[all...]
H A Des31fShaderHelperInvocationTests.cpp314 HelperInvocationValueCase::HelperInvocationValueCase (Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples) in HelperInvocationValueCase() argument
472 HelperInvocationDerivateCase::HelperInvocationDerivateCase (Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples, const char* derivateFunc, bool checkAbsoluteValue) in HelperInvocationDerivateCase() argument
H A Des31fTessellationGeometryInteractionTests.cpp103 IdentityShaderCase::IdentityShaderCase (Context& context, const char* name, const char* description) in IdentityShaderCase() argument
166 IdentityGeometryShaderCase::IdentityGeometryShaderCase (Context& context, const char* name, const char* description, CaseType caseType) in IdentityGeometryShaderCase() argument
242 const char* description; in iterate() member
473 IdentityTessellationShaderCase::IdentityTessellationShaderCase (Context& context, const char* name, const char* description, CaseTyp argument
546 const char* description; iterate() member
851 FeedbackPrimitiveTypeCase(Context& context, const char* name, const char* description, TessellationOutputType tessellationOutput, TessellationPointMode tessellationPointMode, GeometryOutputType geometryOutputType) FeedbackPrimitiveTypeCase() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp175 BufferCase::BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in BufferCase() argument
H A DglsRandomShaderCase.cpp118 RandomShaderCase::RandomShaderCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, const rsg::ProgramParameters& params) in RandomShaderCase() argument
H A DglsStateChangePerfTestCases.cpp211 StateChangePerformanceCase::StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount) in StateChangePerformanceCase() argument
642 StateChangeCallPerformanceCase::StateChangeCallPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in StateChangeCallPerformanceCase() argument
H A DglsTextureStateQueryTests.cpp2535 tcu::TestCase* createIsTextureTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target) in createIsTextureTest() argument
2540 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, QueryType queryType, glw::GLenum target, TesterType tester) in createTexParamTest() argument
2621 createSamplerParamTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester) createSamplerParamTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp100 ImageTest(tcu::TestContext& testContext, const char* name, const char* description, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) ImageTest() argument
H A DvktPipelineLogicOpTests.cpp150 LogicOpTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& testParams) LogicOpTest() argument
H A DvktPipelineTimestampTests.cpp455 TimestampTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const TimestampTestParam* param) TimestampTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp93 NonUniformArgsCase::NonUniformArgsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const NonUniformParams& params) in NonUniformArgsCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp97 BarycentricCoordinatesCase::BarycentricCoordinatesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in BarycentricCoordinatesCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp376 DepthStencilWriteConditionsTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const BufferType bufferType, const DiscardType discardType, const MutationMode mutationMode, const VkFormat bufferFormat) DepthStencilWriteConditionsTest() argument
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp136 MultipleSubpassesMultipleCommandBuffersTest(tcu::TestContext& testContext, const std::string& name, const std::string& description) MultipleSubpassesMultipleCommandBuffersTest() argument

Completed in 35 milliseconds

1...<<21222324252627282930>>...43