Home
last modified time | relevance | path

Searched defs:aliased (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_isa.py58 def parse_cond(cond, aliased = False): argument
/third_party/python/Lib/
Dplatform.py1174 def platform(aliased=0, terse=0): argument
1310 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable
/third_party/typescript/src/services/
DgoToDefinition.ts223 const aliased = checker.getAliasedSymbol(symbol); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h176 bool aliased; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h517 bool aliased; member
/third_party/typescript/src/services/codefixes/
DimportFixes.ts656 const aliased = checker.getImmediateAliasedSymbol(defaultExport); constant
/third_party/glib/glib/
Dgoption.c1596 gboolean aliased, in parse_long_option()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp757 const bool aliased = (flags & TEST_FLAG_ALIASED) != 0; in initProgramsDrawWithUBO() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp395 for (auto aliased : aliased_variables) in flush_all_aliased_variables() local
Dspirv_glsl.cpp9494 for (auto aliased : aliased_variables) in args_will_forward() local
9507 for (auto aliased : aliased_variables) in register_impure_function_call() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1740 bool aliased = true; in isAliased() local