Home
last modified time | relevance | path

Searched defs:defs (Results 26 - 50 of 65) sorted by relevance

123

/third_party/mesa3d/src/compiler/nir/
H A Dnir_phi_builder.c117 nir_phi_builder_add_value(struct nir_phi_builder *pb, unsigned num_components, unsigned bit_size, const BITSET_WORD *defs) nir_phi_builder_add_value() argument
H A Dnir_lower_system_values.c442 nir_ssa_scalar defs[3]; in lower_compute_system_value_instr() local
H A Dnir_range_analysis.c1473 nir_ssa_scalar defs[64]; in nir_unsigned_upper_bound() local
H A Dnir_validate.c51 struct set *uses, *if_uses, *defs; member
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_optimizer.c95 agx_optimizer_fmov(agx_instr **defs, agx_instr *ins) in agx_optimizer_fmov() argument
111 agx_optimizer_inline_imm(agx_instr **defs, agx_instr *I, in agx_optimizer_inline_imm() argument
157 agx_optimizer_copyprop(agx_instr **defs, agx_instr *I) in agx_optimizer_copyprop() argument
183 agx_instr **defs = calloc(ctx->alloc, sizeof(*defs)); in agx_optimizer_forward() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c47 struct live_def *defs; member
121 etna_live_defs(nir_function_impl *impl, struct live_def *defs, unsigned *live_map) in etna_live_defs() argument
[all...]
/third_party/alsa-utils/topology/
H A Dtopology.c396 static int add_define(char **defs, char *d) in add_define() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.cpp72 Value *def = bld.getSSA(8), *defs[2]; in handleIMAD_HIGH() local
H A Dnv50_ir_ra.cpp302 std::unordered_map<Value *, std::list<ValueDef *> > defs; member in nv50_ir::MergedDefs
1028 const std::list<ValueDef *> &defs = mergedDefs(val); coalesceValues() local
1830 std::list<ValueDef *> &defs = mergedDefs(lval); run() local
[all...]
/third_party/skia/gn/
H A Dgn_to_bp.py538 defs = gn_to_bp_utils.GetArchSources(os.path.join(here, 'opts.gni')) variable
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dmesh.c362 struct mrvl_mesh_defaults defs; in bootflag_get() local
412 struct mrvl_mesh_defaults defs; in boottime_get() local
471 struct mrvl_mesh_defaults defs; in channel_get() local
334 mesh_get_default_parameters(struct device *dev, struct mrvl_mesh_defaults *defs) mesh_get_default_parameters() argument
521 struct mrvl_mesh_defaults defs; mesh_id_get() local
552 struct mrvl_mesh_defaults defs; mesh_id_set() local
596 struct mrvl_mesh_defaults defs; protocol_id_get() local
618 struct mrvl_mesh_defaults defs; protocol_id_set() local
657 struct mrvl_mesh_defaults defs; metric_id_get() local
679 struct mrvl_mesh_defaults defs; metric_id_set() local
718 struct mrvl_mesh_defaults defs; capability_get() local
740 struct mrvl_mesh_defaults defs; capability_set() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dmesh.c369 struct mrvl_mesh_defaults defs; in bootflag_show() local
421 struct mrvl_mesh_defaults defs; in boottime_show() local
484 struct mrvl_mesh_defaults defs; in channel_show() local
341 mesh_get_default_parameters(struct device *dev, struct mrvl_mesh_defaults *defs) mesh_get_default_parameters() argument
536 struct mrvl_mesh_defaults defs; mesh_id_show() local
567 struct mrvl_mesh_defaults defs; mesh_id_store() local
612 struct mrvl_mesh_defaults defs; protocol_id_show() local
635 struct mrvl_mesh_defaults defs; protocol_id_store() local
677 struct mrvl_mesh_defaults defs; metric_id_show() local
700 struct mrvl_mesh_defaults defs; metric_id_store() local
739 struct mrvl_mesh_defaults defs; capability_show() local
762 struct mrvl_mesh_defaults defs; capability_store() local
[all...]
/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc554 string defs = ReplaceAll(templ, "$prefix$", accessor_prefix); in WriteAccessorsDefinitions() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc320 uint64_t defs = entry.Definition(); in FirstBackwardPass() local
423 uint64_t defs = entry.Definition(); in SecondBackwardPass() local
/third_party/skia/tests/
H A DSVGDeviceTest.cpp207 const SkDOM::Node* defs = dom->getFirstChild(root, "defs"); in FindImageShaderNodes() local
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp464 auto defs = reinterpret_cast<const bpf_map_def *>(mapsSection->get_data()); in LoadElfMapsSection() local
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-traffic.h146 struct nd_neighbor_solicit defs; member
152 struct nd_neighbor_advert defs; member
158 struct nd_redirect defs; member
/third_party/popt/src/
H A Dpopthelp.c296 char * defs = NULL; in singleOptionHelp() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstr.h514 iterator_range<mop_iterator> defs() { in defs() function in llvm::MachineInstr
519 iterator_range<const_mop_iterator> defs() const { in defs() function in llvm::MachineInstr
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c99 preprocess_prog(struct context *ctx, const char *src, const char *defs) in preprocess_prog() argument
142 init_prog(struct context *ctx, unsigned local_sz, unsigned private_sz, unsigned input_sz, const char *src, const char *defs) init_prog() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt_builder.h310 brw_nir_rt_load_globals_addr(nir_builder *b, struct brw_nir_rt_globals_defs *defs, nir_ssa_def *addr) brw_nir_rt_load_globals_addr() argument
351 brw_nir_rt_load_globals(nir_builder *b, struct brw_nir_rt_globals_defs *defs) brw_nir_rt_load_globals() argument
408 brw_nir_rt_load_mem_hit_from_addr(nir_builder *b, struct brw_nir_rt_mem_hit_defs *defs, nir_ssa_def *stack_addr, bool committed) brw_nir_rt_load_mem_hit_from_addr() argument
457 brw_nir_rt_load_mem_hit(nir_builder *b, struct brw_nir_rt_mem_hit_defs *defs, bool committed) brw_nir_rt_load_mem_hit() argument
666 brw_nir_rt_store_mem_ray_query_at_addr(nir_builder *b, nir_ssa_def *ray_addr, const struct brw_nir_rt_mem_ray_defs *defs) brw_nir_rt_store_mem_ray_query_at_addr() argument
716 brw_nir_rt_store_mem_ray(nir_builder *b, const struct brw_nir_rt_mem_ray_defs *defs, enum brw_rt_bvh_level bvh_level) brw_nir_rt_store_mem_ray() argument
783 brw_nir_rt_load_mem_ray_from_addr(nir_builder *b, struct brw_nir_rt_mem_ray_defs *defs, nir_ssa_def *ray_base_addr, enum brw_rt_bvh_level bvh_level) brw_nir_rt_load_mem_ray_from_addr() argument
833 brw_nir_rt_load_mem_ray(nir_builder *b, struct brw_nir_rt_mem_ray_defs *defs, enum brw_rt_bvh_level bvh_level) brw_nir_rt_load_mem_ray() argument
851 brw_nir_rt_load_bvh_instance_leaf(nir_builder *b, struct brw_nir_rt_bvh_instance_leaf_defs *defs, nir_ssa_def *leaf_addr) brw_nir_rt_load_bvh_instance_leaf() argument
898 brw_nir_rt_load_bvh_primitive_leaf(nir_builder *b, struct brw_nir_rt_bvh_primitive_leaf_defs *defs, nir_ssa_def *leaf_addr) brw_nir_rt_load_bvh_primitive_leaf() argument
923 brw_nir_rt_load_primitive_id_from_hit(nir_builder *b, nir_ssa_def *is_procedural, const struct brw_nir_rt_mem_hit_defs *defs) brw_nir_rt_load_primitive_id_from_hit() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c380 struct res_index_defs defs; in unpack_res_index() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_bios.c568 child_device_ptr(const struct bdb_general_definitions *defs, int i) in child_device_ptr() argument
1854 const struct bdb_general_definitions *defs; in parse_general_definitions() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp669 const bool *defs = &v.Defs[0]; in Read_UInt32_Vector() local
1141 const bool *defs = &v.Defs[0]; in ReadUInt64DefVector() local
/third_party/lzma/C/
H A D7zArcIn.c353 const Byte *defs; in ReadUi32s() local
1067 Byte *defs; in ReadTime() local

Completed in 38 milliseconds

123