Home
last modified time | relevance | path

Searched defs:root (Results 1701 - 1725 of 2242) sorted by relevance

1...<<61626364656667686970>>...90

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp1115 tcu::TestCaseGroup* root = (new tcu::TestCaseGroup(testCtx, "buffer_marker")); in createBufferMarkerTestsInGroup() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewritePipelines.cpp114 bool exec(TIntermBlock &root) in exec() argument
221 const TStructure &createInternalPipelineStruct(TIntermBlock &root, TIntermSequence &outDeclSeq) in createInternalPipelineStruct() argument
84 Exec(PipelineStructInfo &out, TCompiler &compiler, TIntermBlock &root, IdGen &idGen, const Pipeline &pipeline, SymbolEnv &symbolEnv, const std::vector<sh::ShaderVariable> *variableInfos) Exec() argument
555 ThreadPipeline(TCompiler &compiler, TIntermBlock &root, const Pipeline &pipeline, const std::unordered_set<const TFunction *> &pipelineFunctions, PipelineScoped<TStructure> pipelineStruct, PipelineScoped<TVariable> &pipelineMainLocalVar, IdGen &idGen, SymbolEnv &symbolEnv, const TFunction *funcOriginalToModified, const TFunction *funcModifiedToOriginal) ThreadPipeline() argument
860 UpdatePipelineSymbols(Pipeline::Type pipelineType, TCompiler &compiler, TIntermBlock &root, SymbolEnv &symbolEnv, const VariableSet &pipelineVariables, PipelineScoped<TVariable> pipelineMainLocalVar) UpdatePipelineSymbols() argument
894 RewritePipeline(TCompiler &compiler, TIntermBlock &root, IdGen &idGen, const Pipeline &pipeline, SymbolEnv &symbolEnv, const std::vector<sh::ShaderVariable> *variableInfo, PipelineScoped<TStructure> &outStruct) RewritePipeline() argument
952 RewritePipelines(TCompiler &compiler, TIntermBlock &root, const std::vector<sh::ShaderVariable> &inputVaryings, const std::vector<sh::ShaderVariable> &outputVaryings, IdGen &idGen, DriverUniform &angleUniformsGlobalInstanceVar, SymbolEnv &symbolEnv, PipelineStructs &outStructs) RewritePipelines() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp182 bool TIntermRebuild::rebuildRoot(TIntermBlock &root) in rebuildRoot() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCollectVariables.cpp1257 void CollectVariables(TIntermBlock *root, in CollectVariables() argument
H A DTranslatorMetalDirect.cpp211 TIntermSequence *GetMainSequence(TIntermBlock *root) in GetMainSequence() argument
195 ReplaceGLDepthRangeWithDriverUniform(TCompiler *compiler, TIntermBlock *root, const DriverUniformMetal *driverUniforms, TSymbolTable *symbolTable) ReplaceGLDepthRangeWithDriverUniform() argument
218 RotateAndFlipBuiltinVariable(TCompiler *compiler, TIntermBlock *root, TIntermSequence *insertSequence, TIntermTyped *flipXY, TSymbolTable *symbolTable, const TVariable *builtin, const Name &flippedVariableName, TIntermTyped *pivot, TIntermTyped *fragRotation) RotateAndFlipBuiltinVariable() argument
285 InsertFragCoordCorrection(TCompiler *compiler, ShCompileOptions compileOptions, TIntermBlock *root, TIntermSequence *insertSequence, TSymbolTable *symbolTable, SpecConst *specConst, const DriverUniformMetal *driverUniforms) InsertFragCoordCorrection() argument
321 DeclareRightBeforeMain(TIntermBlock &root, const TVariable &var) DeclareRightBeforeMain() argument
326 AddFragColorDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) AddFragColorDeclaration() argument
332 AddFragDepthDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) AddFragDepthDeclaration() argument
338 AddFragDepthEXTDeclaration(TCompiler &compiler, TIntermBlock &root, TSymbolTable &symbolTable) AddFragDepthEXTDeclaration() argument
350 AddSampleMaskDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) AddSampleMaskDeclaration() argument
360 AddFragDataDeclaration(TCompiler &compiler, TIntermBlock &root) AddFragDataDeclaration() argument
412 EmulateInstanceID(TCompiler &compiler, TIntermBlock &root, DriverUniform &driverUniforms) EmulateInstanceID() argument
421 AppendVertexShaderTransformFeedbackOutputToMain(TCompiler &compiler, SymbolEnv &mSymbolEnv, TIntermBlock &root) AppendVertexShaderTransformFeedbackOutputToMain() argument
438 AppendVertexShaderPositionYCorrectionToMain(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, TIntermTyped *negFlipY) AppendVertexShaderPositionYCorrectionToMain() argument
479 insertSampleMaskWritingLogic( TIntermBlock &root, DriverUniformMetal &driverUniforms) insertSampleMaskWritingLogic() argument
533 insertRasterizationDiscardLogic(TIntermBlock &root) insertRasterizationDiscardLogic() argument
576 transformDepthBeforeCorrection(TIntermBlock *root, const DriverUniformMetal *driverUniforms) transformDepthBeforeCorrection() argument
608 appendVertexShaderDepthCorrectionToMain(TIntermBlock *root) appendVertexShaderDepthCorrectionToMain() argument
650 translateImpl(TInfoSinkBase &sink, TIntermBlock *root, ShCompileOptions compileOptions, PerformanceDiagnostics * , SpecConst *specConst, DriverUniformMetal *driverUniforms) translateImpl() argument
1164 translate(TIntermBlock *root, ShCompileOptions compileOptions, PerformanceDiagnostics *perfDiagnostics) translate() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp768 bool TIntermediate::postProcess(TIntermNode* root) in postProcess() argument
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp270 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
277 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
290 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument
3884 resolve(const Value& root, const Value& defaultValue) const resolve() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp270 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
277 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
290 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument
3884 resolve(const Value& root, const Value& defaultValue) const resolve() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c204 addTest(TestNode** root, in addTest() argument
222 static TestNode *addTestNode ( TestNode *root, const char *name ) in addTestNode() argument
327 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) iterateTestsWithLevel() argument
576 getTest(const TestNode* root, const char* name) getTest() argument
1097 runTestRequest(const TestNode* root, int argc, const char* const argv[]) runTestRequest() argument
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.cpp249 int HmSymbolConfig_OHOS::CheckConfigFile(const char* fname, Json::Value& root) in CheckConfigFile() argument
289 Json::Value root; in ParseConfigOfHmSymbol() local
313 void HmSymbolConfig_OHOS::ParseSymbolAnimations(const Json::Value& root, in ParseSymbolAnimations() argument
351 ParseSymbolAnimationParas(const Json::Value& root, std::map<uint32_t, AnimationPara>& animationParas) ParseSymbolAnimationParas() argument
367 ParseSymbolAnimationPara(const Json::Value& root, AnimationPara& animationPara) ParseSymbolAnimationPara() argument
437 ParseSymbolGroupParas(const Json::Value& root, std::vector<std::vector<PiecewiseParameter>>& groupParameters) ParseSymbolGroupParas() argument
461 PiecewiseParaCurveCase(const char* key, const Json::Value& root, PiecewiseParameter& piecewiseParameter) PiecewiseParaCurveCase() argument
476 PiecewiseParaDurationCase(const char* key, const Json::Value& root, PiecewiseParameter& piecewiseParameter) PiecewiseParaDurationCase() argument
486 PiecewiseParaDelayCase(const char* key, const Json::Value& root, PiecewiseParameter& piecewiseParameter) PiecewiseParaDelayCase() argument
495 ParseSymbolPiecewisePara(const Json::Value& root, PiecewiseParameter& piecewiseParameter) ParseSymbolPiecewisePara() argument
535 ParseSymbolCurveArgs(const Json::Value& root, std::map<std::string, float>& curveArgs) ParseSymbolCurveArgs() argument
552 ParseSymbolProperties(const Json::Value& root, std::map<std::string, std::vector<float>>& properties) ParseSymbolProperties() argument
576 ParseSymbolLayersGrouping(const Json::Value& root) ParseSymbolLayersGrouping() argument
589 SymbolGlyphCase(const char* key, const Json::Value& root, SymbolLayersGroups& symbolLayersGroups) SymbolGlyphCase() argument
598 ParseOneSymbolNativeCase(const char* key, const Json::Value& root, SymbolLayersGroups& symbolLayersGroups, uint16_t& nativeGlyphId) ParseOneSymbolNativeCase() argument
608 ParseOneSymbolLayerCase(const char* key, const Json::Value& root, SymbolLayersGroups& symbolLayersGroups) ParseOneSymbolLayerCase() argument
618 ParseOneSymbolRenderCase(const char* key, const Json::Value& root, SymbolLayersGroups& symbolLayersGroups) ParseOneSymbolRenderCase() argument
628 ParseOneSymbolAnimateCase(const char* key, const Json::Value& root, SymbolLayersGroups& symbolLayersGroups) ParseOneSymbolAnimateCase() argument
638 ParseOneSymbol(const Json::Value& root, std::unordered_map<uint16_t, SymbolLayersGroups>* hmSymbolConfig) ParseOneSymbol() argument
683 ParseLayers(const Json::Value& root, std::vector<std::vector<size_t>>& layers) ParseLayers() argument
705 ParseComponets(const Json::Value& root, std::vector<size_t>& components) ParseComponets() argument
716 ParseRenderModes(const Json::Value& root, std::map<SymbolRenderingStrategy, std::vector<RenderGroup>>& renderModesGroups) ParseRenderModes() argument
756 ParseRenderGroups(const Json::Value& root, std::vector<RenderGroup>& renderGroups) ParseRenderGroups() argument
778 ParseGroupIndexes(const Json::Value& root, std::vector<GroupInfo>& groupInfos) ParseGroupIndexes() argument
800 ParseLayerOrMaskIndexes(const Json::Value& root, std::vector<size_t>& indexes) ParseLayerOrMaskIndexes() argument
833 ParseAnimationSettings(const Json::Value& root, std::vector<AnimationSetting>& animationSettings) ParseAnimationSettings() argument
847 ParseAnimationSetting(const Json::Value& root, AnimationSetting& animationSetting) ParseAnimationSetting() argument
858 ParseAnimationTypes(const Json::Value& root, std::vector<AnimationType>& animationTypes) ParseAnimationTypes() argument
882 ParseGroupSettings(const Json::Value& root, std::vector<GroupSetting>& groupSettings) ParseGroupSettings() argument
895 ParseGroupSetting(const Json::Value& root, GroupSetting& groupSetting) ParseGroupSetting() argument
[all...]
H A DFontConfig_ohos.cpp379 Json::Value root; in parseConfig() local
432 checkConfigFile(const char* fname, Json::Value& root) checkConfigFile() argument
527 parseFontDir(const char* fname, const Json::Value& root) parseFontDir() argument
559 parseGeneric(const Json::Value& root) parseGeneric() argument
631 parseAlias(const Json::Value& root, std::vector<AliasInfo>& aliasSet) parseAlias() argument
668 parseAdjust(const Json::Value& root, std::vector<AdjustInfo>& adjustSet) parseAdjust() argument
694 parseFallback(const Json::Value& root) parseFallback() argument
729 parseFallbackItem(const Json::Value& root) parseFallbackItem() argument
803 parseVariation(const Json::Value& root, std::vector<VariationInfo>& variationSet) parseVariation() argument
859 parseTtcIndex(const Json::Value& root, const SkString& familyName) parseTtcIndex() argument
[all...]
/third_party/openssl/test/
H A Dcmp_vfy_test.c79 *intermediate = NULL, *root = NULL; variable
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftobjs.h743 FT_ModuleRec root; member
801 FT_ModuleRec root; member
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcf.h146 FT_FaceRec root; member
172 FT_DriverRec root; member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c1758 FT_Fixed root = args[0]; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c1406 FT_Face root = (FT_Face)&face->root; t1_parse_font_matrix() local
[all...]
/third_party/python/Modules/
H A D_functoolsmodule.c795 lru_list_elem root; /* includes PyObject_HEAD */ member
943 lru_list_elem *root = &self->root; in lru_cache_append_link() local
953 lru_list_elem *root = &self->root; in lru_cache_prepend_link() local
1238 lru_list_elem *root = &self->root; lru_cache_unlink_list() local
[all...]
/third_party/python/Lib/logging/
H A D__init__.py1945 root variable
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp490 Json::Value root; in jsonToSpirv() local
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp270 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
277 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
290 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument
3884 resolve(const Value& root, const Value& defaultValue) const resolve() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2463 bool FollowPath(const Message& root, const int* path_begin, const int* path_end, in FollowPath() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h1427 inline const std::string& Mixin::root() const { in root() function in Mixin
1474 set_allocated_root(std::string* root) set_allocated_root() argument
1480 root_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), root, set_allocated_root() local
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c1453 struct cil_tree_node *root; test_cil_copy_node_helper_perm() local
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H A Dchecks.c453 struct node *root = dti->dt; in check_phandle_prop() local
497 struct node *root = dti->dt; in check_explicit_phandles() local
1456 struct node *root = dti->dt; in check_property_phandle_args() local
1666 struct node *root = dti->dt; in check_interrupts_property() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c2572 struct dentry *ent, *root = minor->debugfs_root; in amdgpu_ttm_debugfs_init() local

Completed in 46 milliseconds

1...<<61626364656667686970>>...90