| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_sched.c | 552 is_only_nonscheduled_use(struct ir3_instruction *instr, struct ir3_instruction *use) is_only_nonscheduled_use() argument [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_ra.c | 289 midgard_instruction *use = mir_next_op(pre_use); in mir_lower_special_reads() local [all...] |
| /third_party/libwebsockets/plugins/acme-client/ |
| H A D | protocol_lws_acme_client.c | 102 unsigned int use:1; member [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | escape-analysis.cc | 337 Node* use = edge.from(); in ReduceFrom() local
|
| H A D | scheduler.cc | 1753 Node* use = edge.from(); GetBlockForUse() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | scheduler.c | 832 gpir_node *use = dep->succ; get_available_regs() local 919 gpir_node *use = dep->succ; spill_node() local [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl.cc | 274 msg << " for " << use; in add_error() local 511 const char* use = "let declaration"; in global_constant_decl() local 585 const char* use = "sampled texture type"; in texture_sampler_types() local 268 add_error(const Source& source, const std::string& err, const std::string& use) add_error() argument 596 const char* use = "multisampled texture type"; texture_sampler_types() local 608 const char* use = "storage texture type"; texture_sampler_types() local 784 expect_image_storage_type( const std::string& use) expect_image_storage_type() argument 896 expect_variable_ident_decl( const std::string& use, bool allow_inferred) expect_variable_ident_decl() argument 927 expect_access(const std::string& use) expect_access() argument 949 auto* use = "variable declaration"; variable_qualifier() local 981 const char* use = "type alias"; type_alias() local 1094 expect_type(const std::string& use) expect_type() argument 1104 const char* use = "ptr declaration"; expect_type_decl_pointer() local 1145 const char* use = "atomic declaration"; expect_type_decl_atomic() local 1162 const char* use = "vector"; expect_type_decl_vector() local 1175 const char* use = "array declaration"; expect_type_decl_array() local 1220 const char* use = "matrix"; expect_type_decl_matrix() local 1239 expect_storage_class( const std::string& use) expect_storage_class() argument 1384 const char* use = "function declaration"; function_header() local 1910 const char* use = "case statement"; switch_body() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri2.c | 1107 dri2_create_image_common(__DRIscreen *_screen, int width, int height, int format, unsigned int use, const uint64_t *modifiers, const unsigned count, void *loaderPrivate) dri2_create_image_common() argument 1193 dri2_create_image(__DRIscreen *_screen, int width, int height, int format, unsigned int use, void *loaderPrivate) dri2_create_image() argument 1215 dri2_create_image_with_modifiers2(__DRIscreen *dri_screen, int width, int height, int format, const uint64_t *modifiers, const unsigned count, unsigned int use, void *loaderPrivate) dri2_create_image_with_modifiers2() argument 1462 dri2_validate_usage(__DRIimage *image, unsigned int use) dri2_validate_usage() argument [all...] |
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | reslist.cpp | 142 void setUsePoolBundle(UBool use) { in setUsePoolBundle() argument [all...] |
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | reslist.cpp | 142 void setUsePoolBundle(UBool use) { in setUsePoolBundle() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcViewportArrayTests.cpp | 656 void Utils::program::use() const in use() function in glcts::ViewportArray::Utils::program
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cCullDistanceTests.cpp | 1300 const bool use; in buildPO() member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | RendererVk.h | 316 void collectGarbageAndReinit(vk::SharedResourceUse *use, ArgsT... garbageIn) in collectGarbageAndReinit() argument 333 void collectGarbage(vk::SharedResourceUse &&use, std::vector<vk::GarbageObject> &&sharedGarbage) in collectGarbage() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | reslist.cpp | 142 void setUsePoolBundle(UBool use) { in setUsePoolBundle() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 359 void Simplifier::Context::use(Value *V) { in use() function in Simplifier::Context
|
| /third_party/python/Lib/test/test_import/ |
| H A D | __init__.py | 1352 import test.test_import.data.circular_imports.use namespace
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLongStressCase.cpp | 688 void use (void) const { DE_ASSERT(m_isBuilt); glUseProgram(m_programGL); } in use() function in deqp::gls::LongStressCaseInternal::Program [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.h | 378 BITSET_WORD *use; member
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.h | 765 auto use = uses_.begin(); UsesOverlap() local [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.h | 752 void set_next_use(NodeIdT use) { next_use_ = use; } in set_next_use() argument
|
| /third_party/python/Modules/ |
| H A D | _tkinter.c | 571 Tkapp_New(const char *screenName, const char *className, int interactive, int wantobjects, int wantTk, int sync, const char *use) Tkapp_New() argument 3030 _tkinter_create_impl(PyObject *module, const char *screenName, const char *baseName, const char *className, int interactive, int wantobjects, int wantTk, int sync, const char *use) _tkinter_create_impl() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboSRGBWriteControlTests.cpp | 749 void TestShaderProgram::use (void) const in use() function in deqp::gles31::Functional::__anon30822::TestShaderProgram
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.cpp | 472 Id Builder::makeCooperativeMatrixTypeKHR(Id component, Id scope, Id rows, Id cols, Id use) in makeCooperativeMatrixTypeKHR() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | decNumber.cpp | 5391 Int use=-rhs->digits-lever; /* exponent to use for RHS */ decExpOp() local [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfssecaudit.c | 1162 s32 use; in showownership() local
|