Home
last modified time | relevance | path

Searched defs:root (Results 926 - 950 of 2204) sorted by relevance

1...<<31323334353637383940>>...89

/third_party/mesa3d/src/util/
H A Dsparse_array.c135 uintptr_t root = p_atomic_read(&arr->root); in util_sparse_array_get() local
213 uintptr_t root = p_atomic_read(&arr->root); util_sparse_array_validate() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h175 Node *root; member in nv50_ir::Graph
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion-in-ns_1_0.rs9 pub mod root { modules
H A Dbindgen-union-inside-namespace.rs9 pub mod root { modules
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtemplate.hpp59 Rooted<void*> root; member in RootedContainer
/third_party/openssl/test/
H A Dcrltest.c246 static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls, in verify() argument
/third_party/python/Lib/test/test_asyncio/
H A Dtest_taskgroups.py666 async def root(g): function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3976 bool sh::EmitProgramPrelude(TIntermBlock &root, TInfoSinkBase &out, const ProgramPreludeConfig &ppc) in EmitProgramPrelude() argument
H A DToposortStructs.cpp300 ToposortStructs(TCompiler &compiler, SymbolEnv &symbolEnv, TIntermBlock &root, ProgramPreludeConfig &ppc) ToposortStructs() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp442 bool ValidateLimitations(TIntermNode *root, in ValidateLimitations() argument
H A DTranslatorMetal.cpp77 ANGLE_NO_DISCARD bool InitializeUnusedOutputs(TIntermBlock *root, in InitializeUnusedOutputs() argument
116 bool TranslatorMetal::translate(TIntermBlock *root, in translate() argument
51 AppendVertexShaderPositionYCorrectionToMain(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, TIntermTyped *negFlipY) AppendVertexShaderPositionYCorrectionToMain() argument
190 transformDepthBeforeCorrection(TIntermBlock *root, const DriverUniform *driverUniforms) transformDepthBeforeCorrection() argument
217 insertSampleMaskWritingLogic( TInfoSinkBase &sink, TIntermBlock *root, const DriverUniformMetal *driverUniforms) insertSampleMaskWritingLogic() argument
278 insertRasterizerDiscardLogic(TInfoSinkBase &sink, TIntermBlock *root) insertRasterizerDiscardLogic() argument
[all...]
H A DValidateVaryingLocations.cpp359 bool ValidateVaryingLocations(TIntermBlock *root, TDiagnostics *diagnostics, GLenum shaderType) in ValidateVaryingLocations() argument
H A DOutputTree.cpp716 void OutputTree(TIntermNode *root, TInfoSinkBase &out) in OutputTree() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp311 bool rewrite(TIntermBlock &root) in rewrite() argument
333 bool sh::ConvertUnsupportedConstructorsToFunctionCalls(TCompiler &compiler, TIntermBlock &root) in ConvertUnsupportedConstructorsToFunctionCalls() argument
H A DInitializeVariables.cpp330 InitializeUninitializedLocals(TCompiler *compiler, TIntermBlock *root, int shaderVersion, bool canUseLoopsToInitialize, bool highPrecisionSupported, TSymbolTable *symbolTable) InitializeUninitializedLocals() argument
343 InitializeVariables(TCompiler *compiler, TIntermBlock *root, const InitVariableList &vars, TSymbolTable *symbolTable, int shaderVersion, const TExtensionBehavior &extensionBehavior, bool canUseLoopsToInitialize, bool highPrecisionSupported) InitializeVariables() argument
H A DRewriteAtomicCounters.cpp26 const TVariable *DeclareAtomicCountersBuffers(TIntermBlock *root, TSymbolTable *symbolTable) in DeclareAtomicCountersBuffers() argument
317 RewriteAtomicCounters(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, const TIntermTyped *acbBufferOffsets) RewriteAtomicCounters() argument
H A DRewriteDfdy.cpp61 Apply(TCompiler *compiler, ShCompileOptions compileOptions, TIntermNode *root, const TSymbolTable &symbolTable, SpecConst *specConst, const DriverUniform *driverUniforms) Apply() argument
218 RewriteDfdy(TCompiler *compiler, ShCompileOptions compileOptions, TIntermNode *root, const TSymbolTable &symbolTable, int shaderVersion, SpecConst *specConst, const DriverUniform *driverUniforms) RewriteDfdy() argument
H A DRemoveUnreferencedVariables.cpp361 bool RemoveUnreferencedVariables(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RemoveUnreferencedVariables() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRecordUniformBlocksWithLargeArrayMember.cpp344 RecordUniformBlocksWithLargeArrayMember( TIntermNode *root, std::map<int, const TInterfaceBlock *> &uniformBlockOptimizedMap, std::set<std::string> &slowCompilingUniformBlockSet) RecordUniformBlocksWithLargeArrayMember() argument
H A DRewriteExpressionsWithShaderStorageBlock.cpp400 RewriteExpressionsWithShaderStorageBlock(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) RewriteExpressionsWithShaderStorageBlock() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteR32fImages.cpp373 bool RewriteR32fImages(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RewriteR32fImages() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.cpp288 Window root; in getWindowDimensions() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DInitOutputVariables_test.cpp104 VerifyOutputVariableInitializers(TIntermBlock *root) : TIntermTraverser(true, false, false) in VerifyOutputVariableInitializers() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.cpp75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument
H A Dscalar_analysis_simplification.cpp373 SENode* SENodeSimplifyImpl::FoldRecurrentAddExpressions(SENode* root) { in FoldRecurrentAddExpressions() argument

Completed in 19 milliseconds

1...<<31323334353637383940>>...89