Home
last modified time | relevance | path

Searched defs:description (Results 1126 - 1150 of 1233) sorted by relevance

1...<<41424344454647484950

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp771 DynamicOffsetGraphicsTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) DynamicOffsetGraphicsTest() argument
1346 DynamicOffsetComputeTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) DynamicOffsetComputeTest() argument
2097 DynamicOffsetMixedTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const tcu::IVec2 renderSize, const deUint32 numInstances, const bool testAllOffsets, const bool reverseOrder, const bool runComputeFirst = false, const deUint32 vertexOffset = 0u, const deUint32 sharedUboOffset = 0u, const deUint32 fragUboOffset = 0u, const deUint32 ssboReadOffset = 0u, const deUint32 ssboWriteOffset = 0u) DynamicOffsetMixedTest() argument
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp71 bool compareGreenImage (tcu::TestLog& log, const char* name, const char* description, const tcu::ConstPixelBufferAccess& image) in compareGreenImage() argument
H A DvktPipelinePushConstantTests.cpp1067 PushConstantGraphicsTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsTest() argument
1136 PushConstantGraphicsDisjointTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsDisjointTest() argument
1481 PushConstantGraphicsOverlapTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT]) PushConstantGraphicsOverlapTest() argument
1757 PushConstantComputeTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const ComputeTestType testType, const PushConstantData pushConstantRange) PushConstantComputeTest() argument
2054 PushConstantLifetimeTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const std::vector<CommandData>& cmdList) PushConstantLifetimeTest() argument
2744 OverwriteTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const OverwriteTestParams& params) OverwriteTestCase() argument
3063 const char* description; createPushConstantTests() member
3187 const char* description; createPushConstantTests() member
3240 const char* description; createPushConstantTests() member
3262 const char* description; createPushConstantTests() member
[all...]
H A DvktPipelineSamplerTests.cpp297 SamplerTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, int imageSize, float samplerLod, bool separateStencilUsage, bool sampleStencil) SamplerTest() argument
625 SamplerMagFilterTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkFilter magFilter, bool separateStencilUsage) SamplerMagFilterTest() argument
649 SamplerMinFilterTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkFilter minFilter, bool separateStencilUsage) SamplerMinFilterTest() argument
692 SamplerMagReduceFilterTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkComponentMapping componentMapping, VkSamplerReductionMode reductionMode, bool separateStencilUsage) SamplerMagReduceFilterTest() argument
723 SamplerMinReduceFilterTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkComponentMapping componentMapping, VkSamplerReductionMode reductionMode, bool separateStencilUsage) SamplerMinReduceFilterTest() argument
754 SamplerLodTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod, bool separateStencilUsage) SamplerLodTest() argument
789 SamplerAddressModesTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerAddressMode addressU, VkSamplerAddressMode addressV, VkSamplerAddressMode addressW, VkBorderColor borderColor, rr::GenericVec4 customBorderColorValue, bool customBorderColorFormatless, bool separateStencilUsage, bool sampleStencil) SamplerAddressModesTest() argument
1000 const char* description; createSamplerLodTests() member
1341 ExactSamplingCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const Params& params) ExactSamplingCase() argument
2112 const std::string description = std::string("Exact sampling tests with image format ") + getFormatName(format); createExactSamplingTests() local
[all...]
H A DvktPipelineVertexInputTests.cpp339 VertexInputTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const std::vector<AttributeInfo>& attributeInfos, BindingMapping bindingMapping, AttributeLayout attributeLayout, LayoutSkip layoutSkip, LayoutOrder layoutOrder) VertexInputTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp167 BaseRenderingTestCase::BaseRenderingTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, VkSampleCountFlagBits sampleCount, deBool flatshade) in BaseRenderingTestCase() argument
2164 BaseTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT) in BaseTestCase() argument
1831 PointSizeTestCase(tcu::TestContext& context, std::string& name, std::string& description, deUint32 renderSize, float pointSize, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT) PointSizeTestCase() argument
2408 ConservativeTestCase(tcu::TestContext& context, const std::string& name, const std::string& description, const ConservativeTestConfig& conservativeTestConfig, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT) ConservativeTestCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3093 const char* description; in createTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1994 TextureGather2DCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const LevelMode levelMode, const int baseLevel, const deUint32 flags, const IVec2& textureSize, const ImageBackingMode sparseCase) TextureGather2DCase() argument
2222 TextureGather2DArrayCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const LevelMode levelMode, const int baseLevel, const deUint32 flags, const IVec3& textureSize, const ImageBackingMode sparseCase) TextureGather2DArrayCase() argument
2452 TextureGatherCubeCase(tcu::TestContext& testCtx, const string& name, const string& description, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const LevelMode levelMode, const int baseLevel, const deUint32 flags, const int textureSize, const ImageBackingMode sparseCase) TextureGatherCubeCase() argument
2524 makeTextureGatherCase(TextureType textureType, tcu::TestContext& testCtx, const string& name, const string& description, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& texSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, LevelMode levelMode, int baseLevel, const IVec3& textureSize, deUint32 flags = 0, const ImageBackingMode sparseCase = ShaderRenderCaseInstance::IMAGE_BACKING_MODE_REGULAR) makeTextureGatherCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp417 std::string description (void) const in description() function
1016 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, cons argument
1078 SymmetricOuterEdgeTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const CaseDefinition caseDef) SymmetricOuterEdgeTest() argument
1104 makeOuterEdgeDivisionTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode) makeOuterEdgeDivisionTest() argument
1110 makeOuterEdgeIndexIndependenceTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const Winding winding, const bool usePointMode) 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
1284 InvarianceTestCase(tcu::TestContext& context, const std::string& name, const std::string& description, const CaseDefinition& caseDef) InvarianceTestCase() 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
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1929 InterfaceBlockCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags, bool shuffleInterfaceMembers) InterfaceBlockCase() argument
H A DvktTransformFeedbackSimpleTests.cpp331 const VkSubpassDescription description = in makeRenderPass() local
2597 TransformFeedbackTestCase::TransformFeedbackTestCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters) in TransformFeedbackTestCase() 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/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp323 const char* description; member
421 ShaderOperatorCase::ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* shaderOp, const ShaderDataSpec& spec) in ShaderOperatorCase() argument
1537 Case(Context& context, const char* name, const char* description, const char* fragShaderSource) in init() argument
[all...]
H A Des2fUniformApiTests.cpp940 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) in UniformCase() argument
949 UniformCase::UniformCase (Context& context, const char* name, const char* description, const deUint32 seed) in UniformCase() argument
1771 UniformInfoQueryCase::UniformInfoQueryCase (Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 additionalFeatures) in UniformInfoQueryCase() argument
1903 UniformValueCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const ValueToCheck valueToCheck, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) UniformValueCase() argument
1987 RandomUniformCase(Context& context, const char* const name, const char* const description, const deUint32 seed) RandomUniformCase() argument
2345 const char* description; init() member
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defistub.h929 const efi_char16_t *description; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3666 const char* description; member
3677 const char* description; member
[all...]
H A Dcnumtst.c2469 const UChar* description; member
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc295 SetNamedAutoIndexReference(HeapGraphEdge::Type type, const char* description, HeapEntry* child, StringsStorage* names, HeapSnapshotGenerator* generator, ReferenceVerification verification) SetNamedAutoIndexReference() argument
2228 SetGcSubrootReference(Root root, const char* description, bool is_weak, Object child_obj) SetGcSubrootReference() argument
2331 VisitRootPointersImpl(Root root, const char* description, TSlot start, TSlot end) VisitRootPointersImpl() argument
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c107 const char *description; member
112 const char *description; member
3835 path_set_find_path_by_description(pa_alsa_path_set *ps, const char* description, pa_alsa_path *ignore) path_set_find_path_by_description() argument
5356 device_port_alsa_init(pa_hashmap *ports, const char* name, const char* description, pa_alsa_path *path, pa_alsa_setting *setting, pa_card_profile *cp, pa_hashmap *extra, pa_core *core) device_port_alsa_init() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp16674 std::ostringstream description; in addResolveImageDiffImageSizeTests() local
16688 std::ostringstream description; in addResolveImageDiffImageSizeTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp371 bool compareGreenImage (tcu::TestLog& log, const char* name, const char* description, const tcu::ConstPixelBufferAccess& image) in compareGreenImage() argument
861 const VkSubpassDescription description = in bake() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp432 const char* description; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp360 const VkSubpassDescription description = in makeCustomRenderPass() local
/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp2994 const char* description; in createBasicTests() member
3001 const char* description; in createBasicTests() member
3008 const char* description; in createBasicTests() member
[all...]

Completed in 125 milliseconds

1...<<41424344454647484950