| /third_party/mesa3d/src/util/ |
| H A D | sparse_array.c | 135 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 D | nv50_ir_graph.h | 175 Node *root; member in nv50_ir::Graph
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | union-in-ns_1_0.rs | 9 pub mod root { modules
|
| H A D | bindgen-union-inside-namespace.rs | 9 pub mod root { modules
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | template.hpp | 59 Rooted<void*> root; member in RootedContainer
|
| /third_party/openssl/test/ |
| H A D | crltest.c | 246 static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls, in verify() argument
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_taskgroups.py | 666 async def root(g): function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | ProgramPrelude.cpp | 3976 bool sh::EmitProgramPrelude(TIntermBlock &root, TInfoSinkBase &out, const ProgramPreludeConfig &ppc) in EmitProgramPrelude() argument
|
| H A D | ToposortStructs.cpp | 300 ToposortStructs(TCompiler &compiler, SymbolEnv &symbolEnv, TIntermBlock &root, ProgramPreludeConfig &ppc) ToposortStructs() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateLimitations.cpp | 442 bool ValidateLimitations(TIntermNode *root, in ValidateLimitations() argument
|
| H A D | TranslatorMetal.cpp | 77 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 D | ValidateVaryingLocations.cpp | 359 bool ValidateVaryingLocations(TIntermBlock *root, TDiagnostics *diagnostics, GLenum shaderType) in ValidateVaryingLocations() argument
|
| H A D | OutputTree.cpp | 716 void OutputTree(TIntermNode *root, TInfoSinkBase &out) in OutputTree() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 311 bool rewrite(TIntermBlock &root) in rewrite() argument 333 bool sh::ConvertUnsupportedConstructorsToFunctionCalls(TCompiler &compiler, TIntermBlock &root) in ConvertUnsupportedConstructorsToFunctionCalls() argument
|
| H A D | InitializeVariables.cpp | 330 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 D | RewriteAtomicCounters.cpp | 26 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 D | RewriteDfdy.cpp | 61 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 D | RemoveUnreferencedVariables.cpp | 361 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 D | RecordUniformBlocksWithLargeArrayMember.cpp | 344 RecordUniformBlocksWithLargeArrayMember( TIntermNode *root, std::map<int, const TInterfaceBlock *> &uniformBlockOptimizedMap, std::set<std::string> &slowCompilingUniformBlockSet) RecordUniformBlocksWithLargeArrayMember() argument
|
| H A D | RewriteExpressionsWithShaderStorageBlock.cpp | 400 RewriteExpressionsWithShaderStorageBlock(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) RewriteExpressionsWithShaderStorageBlock() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | RewriteR32fImages.cpp | 373 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 D | WindowSurfaceGLX.cpp | 288 Window root; in getWindowDimensions() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | InitOutputVariables_test.cpp | 104 VerifyOutputVariableInitializers(TIntermBlock *root) : TIntermTraverser(true, false, false) in VerifyOutputVariableInitializers() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | cfg.cpp | 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument
|
| H A D | scalar_analysis_simplification.cpp | 373 SENode* SENodeSimplifyImpl::FoldRecurrentAddExpressions(SENode* root) { in FoldRecurrentAddExpressions() argument
|