Searched defs:BaseParams (Results 1 – 7 of 7) sorted by relevance
86 struct BaseParams : C2InterfaceHelper { struct126 std::shared_ptr<C2ApiLevelSetting> mApiLevel;127 std::shared_ptr<C2ApiFeaturesSetting> mApiFeatures;129 std::shared_ptr<C2PlatformLevelSetting> mPlatformLevel;130 std::shared_ptr<C2PlatformFeaturesSetting> mPlatformFeatures;132 std::shared_ptr<C2ComponentNameSetting> mName;133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;134 std::shared_ptr<C2ComponentKindSetting> mKind;135 std::shared_ptr<C2ComponentDomainSetting> mDomain;136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib;[all …]
84 struct BaseParams : C2InterfaceHelper { struct128 std::shared_ptr<C2ApiLevelSetting> mApiLevel;129 std::shared_ptr<C2ApiFeaturesSetting> mApiFeatures;131 std::shared_ptr<C2PlatformLevelSetting> mPlatformLevel;132 std::shared_ptr<C2PlatformFeaturesSetting> mPlatformFeatures;134 std::shared_ptr<C2ComponentNameSetting> mName;135 std::shared_ptr<C2ComponentAliasesSetting> mAliases;136 std::shared_ptr<C2ComponentKindSetting> mKind;137 std::shared_ptr<C2ComponentDomainSetting> mDomain;138 std::shared_ptr<C2ComponentAttributesSetting> mAttrib;[all …]
586 struct BaseParams struct588 const PipelineType pipelineType;589 GraphicsShaderVec graphicsShaders;590 RTShaderVec rtShaders;591 const uint8_t pipelineCount;592 const tcu::Maybe<uint8_t> pipelineToRun;593 const bool useSpecializationConstants;594 const bool useCache;595 const bool useMaintenance5;597 … BaseParams(PipelineType pipelineType_, GraphicsShaderVec graphicsShaders_, RTShaderVec rtShaders_, in BaseParams() function[all …]
180 struct BaseParams { struct181 BaseParams(BlockDimension dimensions) : dims(dimensions) {} in BaseParams() argument183 BlockDimension dims;
1111 struct BaseParams { struct1119 explicit DatasetBaseIterator(const BaseParams& params); argument
39 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams() function in android::SimpleInterface::BaseParams
40 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams() function in android::SimpleInterface::BaseParams