Home
last modified time | relevance | path

Searched refs:def (Results 1 - 25 of 1639) sorted by relevance

12345678910>>...66

/third_party/mesa3d/src/util/
H A Ddriconf.h72 #define DRI_CONF_OPT_B(_name, def, _desc) { \
78 .value = { ._bool = def }, \
81 #define DRI_CONF_OPT_I(_name, def, min, max, _desc) { \
88 .value = { ._int = def }, \
91 #define DRI_CONF_OPT_F(_name, def, min, max, _desc) { \
98 .value = { ._float = def }, \
101 #define DRI_CONF_OPT_E(_name, def, min, max, _desc, values) { \
108 .value = { ._int = def }, \
112 #define DRI_CONF_OPT_S(_name, def, _desc) { \
118 .value = { ._string = #def }, \
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c71 struct instruction *def = pseudo->def; in phi_parent() local
72 if (def->bb == source) in phi_parent()
96 struct instruction *def; in get_phisources() local
101 def = phi->def; in get_phisources()
102 assert(def->opcode == OP_PHISOURCE); in get_phisources()
103 sources[i++] = def; in get_phisources()
207 struct instruction *def; in trivial_phi() local
212 def in trivial_phi()
445 struct instruction *def; is_same_op() local
459 struct instruction *def; is_negate_of() local
913 struct instruction *def; simplify_shift() local
1087 struct instruction *def; simplify_seteq_setne() local
1174 struct instruction *def; simplify_compare_constant() local
1473 struct instruction *def; simplify_constant_mask() local
1504 simplify_const_rightadd(struct instruction *def, struct instruction *insn) simplify_const_rightadd() argument
1590 simplify_const_leftsub(struct instruction *insn, struct instruction *def) simplify_const_leftsub() argument
1782 struct instruction *def; can_move_to() local
1802 struct instruction *def; simplify_associative_binop() local
1830 struct instruction *def; simplify_add_one_side() local
1876 struct instruction *def; simplify_sub() local
1906 struct instruction *def = NULL; simplify_compare() local
1928 struct instruction *def, *defr = NULL; simplify_and_one_side() local
1993 struct instruction *def, *defr = NULL; simplify_ior_one_side() local
2047 struct instruction *def, *defr = NULL; simplify_xor_one_side() local
2131 struct instruction *def; simplify_unop() local
2200 struct instruction *def = addr->def; simplify_one_memop() local
2263 struct instruction *def, *def2; simplify_cast() local
2429 struct instruction *def; simplify_select() local
2591 simplify_cond_branch(struct instruction *br, struct instruction *def, pseudo_t newcond) simplify_cond_branch() argument
2616 struct instruction *def = cond->def; simplify_branch() local
2672 struct instruction *def; is_label() local
2683 struct instruction *def; simplify_cgoto() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_sdwa.cpp37 SDWA_instruction *sdwa = &bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]).instr->sdwa();
40 sdwa = &bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1b), inputs[0], inputs[1]).instr->sdwa();
42 sdwa = &bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]).instr->sdwa();
60 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]);
75 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[2], inputs[1]);
76 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[3]);
80 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), Operand::c32(4u), inputs[1]);
81 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], Operand::c32(4u));
86 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), Operand::c32(0x1234u), inputs[1]);
87 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v
[all...]
H A Dtest_optimizer_postRA.cpp51 auto vcmp = bld.vopc(aco_opcode::v_cmp_eq_u32, bld.def(bld.lm, vcc), Operand::zero(),
53 auto sand = bld.sop2(Builder::s_and, bld.def(bld.lm, reg_s0), bld.def(s1, scc), bld.vcc(vcmp), Operand(exec, bld.lm));
54 auto br = bld.branch(aco_opcode::p_cbranch_z, bld.def(s2, reg_s2), bld.scc(sand.def(1).getTemp()));
68 auto vcmp = bld.vopc(aco_opcode::v_cmp_eq_u32, bld.def(bld.lm, vcc), Operand::zero(),
70 auto sand = bld.sop2(Builder::s_and, bld.def(bld.lm, reg_s0), bld.def(s1, scc), bld.vcc(vcmp), Operand(exec, bld.lm));
71 auto ovrwr = bld.sop1(Builder::s_mov, bld.def(bld.lm, vcc), Operand::zero());
72 auto br = bld.branch(aco_opcode::p_cbranch_z, bld.def(s
[all...]
H A Dtest_optimizer.cpp37 writeout(0, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], neg_b));
44 writeout(1, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), Operand::c32(0x123456u), neg_a));
49 writeout(2, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), neg_neg_a, inputs[1]));
54 writeout(3, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), abs_neg_a, inputs[1]));
60 writeout(4, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), neg_abs_a, inputs[1]));
64 writeout(5, bld.vop2_dpp(aco_opcode::v_mul_f32, bld.def(v1), neg_a, inputs[1], dpp_row_sl(1)));
68 writeout(6, bld.vop2(aco_opcode::v_add_f32, bld.def(v1), neg_a, inputs[1]));
72 writeout(7, bld.vop2(aco_opcode::v_add_f32, bld.def(v1), inputs[1], neg_a));
76 Temp neg_c = fneg(bld.copy(bld.def(v1), inputs[2]));
77 writeout(8, bld.vop2(aco_opcode::v_mul_f32, bld.def(v
[all...]
H A Dtest_regalloc.cpp48 Builder::Result tmp = bld.pseudo(aco_opcode::p_split_vector, bld.def(v2b), bld.def(v2b), inputs[0]);
53 auto result1 = bld.vop1(aco_opcode::v_cvt_f32_f16, bld.def(v1), tmp.def(1).getTemp());
54 auto result2 = bld.vop1(aco_opcode::v_cvt_f32_f16, bld.def(v1), tmp.def(0).getTemp());
70 Temp hi = bld.pseudo(aco_opcode::p_split_vector, bld.def(v2b), bld.def(v2b), inputs[0]).def(1).getTemp();
74 Temp lo = bld.vop1(aco_opcode::v_not_b32, bld.def(v2
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_shrink_vectors.c42 * typically get unused def channel trimming by scalarizing and dead code
62 shrink_dest_to_read_mask(nir_ssa_def *def) in shrink_dest_to_read_mask() argument
65 if (def->num_components == 1) in shrink_dest_to_read_mask()
69 nir_foreach_use(use_src, def) { in shrink_dest_to_read_mask()
74 unsigned mask = nir_ssa_def_components_read(def); in shrink_dest_to_read_mask()
82 assert(rounded <= def->num_components); in shrink_dest_to_read_mask()
85 if (def->num_components > last_bit) { in shrink_dest_to_read_mask()
86 def->num_components = last_bit; in shrink_dest_to_read_mask()
94 reswizzle_alu_uses(nir_ssa_def *def, uint8_t *reswizzle) in reswizzle_alu_uses() argument
96 nir_foreach_use(use_src, def) { in reswizzle_alu_uses()
108 is_only_used_by_alu(nir_ssa_def *def) is_only_used_by_alu() argument
121 nir_ssa_def *def = &instr->dest.dest.ssa; opt_shrink_vector() local
172 nir_ssa_def *def = &instr->dest.dest.ssa; opt_shrink_vectors_alu() local
278 nir_ssa_def *def = &instr->def; opt_shrink_vectors_load_const() local
[all...]
H A Dnir_repair_ssa.c68 repair_ssa_def(nir_ssa_def *def, void *void_state) in repair_ssa_def() argument
73 nir_foreach_use(src, def) { in repair_ssa_def()
75 !nir_block_dominates(def->parent_instr->block, get_src_block(src))) { in repair_ssa_def()
81 nir_foreach_if_use(src, def) { in repair_ssa_def()
85 !nir_block_dominates(def->parent_instr->block, block_before_if)) { in repair_ssa_def()
96 BITSET_SET(state->def_set, def->parent_instr->block->index); in repair_ssa_def()
99 nir_phi_builder_add_value(pb, def->num_components, def->bit_size, in repair_ssa_def()
102 nir_phi_builder_value_set_block_def(val, def->parent_instr->block, def); in repair_ssa_def()
[all...]
/third_party/zlib/examples/
H A Dfitblk.c70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def) in partcompress() argument
80 def->avail_in = fread(raw, 1, RAWLEN, in); in partcompress()
83 def->next_in = raw; in partcompress()
86 ret = deflate(def, flush); in partcompress()
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress()
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def) in recompress() argument
113 def in recompress()
134 z_stream def, inf; /* zlib deflate and inflate states */ main() local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp40 Status PluginRegister::RegisterImpl::AddPackage(const PackageDef& def) in AddPackage() argument
42 return SetPackageDef(def); in AddPackage()
45 Status PluginRegister::RegisterImpl::SetPackageDef(const PackageDef& def) in SetPackageDef() argument
47 packageDef = std::make_shared<PackageDef>(def); in SetPackageDef()
51 Status PluginRegister::RegisterImpl::AddPlugin(const PluginDefBase& def) in AddPlugin() argument
53 if (!Verification(def)) { in AddPlugin()
57 if (!VersionMatched(def)) { in AddPlugin()
61 if (registerData->IsPluginExist(def.pluginType, def.name)) { in AddPlugin()
62 if (MoreAcceptable(registerData->registerTable[def in AddPlugin()
73 UpdateRegisterTableAndRegisterNames(const PluginDefBase& def) UpdateRegisterTableAndRegisterNames() argument
156 MoreAcceptable(std::shared_ptr<PluginRegInfo>& regInfo, const PluginDefBase& def) MoreAcceptable() argument
161 SetPluginInfo(std::shared_ptr<PluginInfo>& info, const PluginDefBase& def) SetPluginInfo() argument
170 InitSourceInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitSourceInfo() argument
183 InitDemuxerInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitDemuxerInfo() argument
196 InitMuxerInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitMuxerInfo() argument
208 InitCodecInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitCodecInfo() argument
220 InitAudioSinkInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitAudioSinkInfo() argument
230 InitVideoSinkInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitVideoSinkInfo() argument
240 InitOutputSinkInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitOutputSinkInfo() argument
252 InitGenericPlugin(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) InitGenericPlugin() argument
264 SourceCapabilityConvert(std::shared_ptr<PluginInfo>& info, const PluginDefBase& def) SourceCapabilityConvert() argument
272 DemuxerCapabilityConvert(std::shared_ptr<PluginInfo>& info, const PluginDefBase& def) DemuxerCapabilityConvert() argument
281 CodecCapabilityConvert(std::shared_ptr<PluginInfo>& info, const PluginDefBase& def) CodecCapabilityConvert() argument
289 AudioSinkCapabilityConvert(std::shared_ptr<PluginInfo>& info, const PluginDefBase& def) AudioSinkCapabilityConvert() argument
297 VideoSinkCapabilityConvert(std::shared_ptr<PluginInfo>& info, const PluginDefBase& def) VideoSinkCapabilityConvert() argument
[all...]
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_domainhash.c75 if (ptr->def.type == NETLBL_NLTYPE_ADDRSELECT) { in netlbl_domhsh_free_entry()
77 &ptr->def.addrsel->list4) { in netlbl_domhsh_free_entry()
83 &ptr->def.addrsel->list6) { in netlbl_domhsh_free_entry()
88 kfree(ptr->def.addrsel); in netlbl_domhsh_free_entry()
226 type = map4->def.type; in netlbl_domhsh_audit_add()
227 cipsov4 = map4->def.cipso; in netlbl_domhsh_audit_add()
234 type = map6->def.type; in netlbl_domhsh_audit_add()
235 calipso = map6->def.calipso; in netlbl_domhsh_audit_add()
240 type = entry->def.type; in netlbl_domhsh_audit_add()
241 cipsov4 = entry->def in netlbl_domhsh_audit_add()
[all...]
/kernel/linux/linux-5.10/drivers/memory/tegra/
H A Dtegra114.c30 .def = 0x4e,
44 .def = 0x4e,
58 .def = 0x4e,
72 .def = 0x4e,
86 .def = 0x4e,
100 .def = 0x4e,
114 .def = 0x33,
128 .def = 0x09,
142 .def = 0x09,
156 .def
[all...]
H A Dtegra210.c27 .def = 0xc2,
41 .def = 0xc6,
55 .def = 0x50,
69 .def = 0x50,
83 .def = 0x50,
97 .def = 0x50,
111 .def = 0x13,
125 .def = 0x04,
139 .def = 0x50,
153 .def
[all...]
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_domainhash.c75 if (ptr->def.type == NETLBL_NLTYPE_ADDRSELECT) { in netlbl_domhsh_free_entry()
77 &ptr->def.addrsel->list4) { in netlbl_domhsh_free_entry()
83 &ptr->def.addrsel->list6) { in netlbl_domhsh_free_entry()
88 kfree(ptr->def.addrsel); in netlbl_domhsh_free_entry()
226 type = map4->def.type; in netlbl_domhsh_audit_add()
227 cipsov4 = map4->def.cipso; in netlbl_domhsh_audit_add()
234 type = map6->def.type; in netlbl_domhsh_audit_add()
235 calipso = map6->def.calipso; in netlbl_domhsh_audit_add()
240 type = entry->def.type; in netlbl_domhsh_audit_add()
241 cipsov4 = entry->def in netlbl_domhsh_audit_add()
[all...]
/third_party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc76 .def("unit", &Benchmark::Unit, nb::rv_policy::reference) in NB_MODULE()
77 .def("arg", &Benchmark::Arg, nb::rv_policy::reference) in NB_MODULE()
78 .def("args", &Benchmark::Args, nb::rv_policy::reference) in NB_MODULE()
79 .def("range", &Benchmark::Range, nb::rv_policy::reference, in NB_MODULE()
81 .def("dense_range", &Benchmark::DenseRange, in NB_MODULE()
84 .def("ranges", &Benchmark::Ranges, nb::rv_policy::reference) in NB_MODULE()
85 .def("args_product", &Benchmark::ArgsProduct, in NB_MODULE()
87 .def("arg_name", &Benchmark::ArgName, nb::rv_policy::reference) in NB_MODULE()
88 .def("arg_names", &Benchmark::ArgNames, in NB_MODULE()
90 .def("range_pai in NB_MODULE()
[all...]
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.cpp55 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
56 assert(def && "Definition is not registered."); in AnalyzeInstUse()
57 id_to_users_.insert(UserEntry{def, inst}); in AnalyzeInstUse()
98 const Instruction* def) const { in UsersBegin()
100 UserEntry{const_cast<Instruction*>(def), nullptr}); in UsersBegin()
106 return (iter != cached_end && iter->def == inst); in UsersNotEnd()
115 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser()
116 // Ensure that |def| has been registered. in WhileEachUser()
117 assert(def && (!def in WhileEachUser()
114 WhileEachUser( const Instruction* def, const std::function<bool(Instruction*)>& f) const WhileEachUser() argument
133 ForEachUser( const Instruction* def, const std::function<void(Instruction*)>& f) const ForEachUser() argument
146 WhileEachUse( const Instruction* def, const std::function<bool(Instruction*, uint32_t)>& f) const WhileEachUse() argument
174 ForEachUse( const Instruction* def, const std::function<void(Instruction*, uint32_t)>& f) const ForEachUse() argument
210 const Instruction* def = GetDef(id); GetAnnotations() local
[all...]
H A Ddef_use_manager.h56 Instruction* def; member
61 return lhs.def == rhs.def && lhs.user == rhs.user; in operator ==()
72 // definition (i.e. using {def, nullptr}).
75 // If lhs.def and rhs.def are both null, fall through to checking the in operator ()()
77 if (!lhs.def && rhs.def) return true; in operator ()()
78 if (lhs.def && !rhs.def) retur in operator ()()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.cpp60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
61 if (!def) assert(false && "Definition is not registered."); in AnalyzeInstUse()
62 id_to_users_.insert(UserEntry(def, inst)); in AnalyzeInstUse()
103 const Instruction* def) const { in UsersBegin()
105 UserEntry(const_cast<Instruction*>(def), nullptr)); in UsersBegin()
120 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser()
121 // Ensure that |def| has been registered. in WhileEachUser()
122 assert(def && (!def->HasResultId() || def in WhileEachUser()
119 WhileEachUser( const Instruction* def, const std::function<bool(Instruction*)>& f) const WhileEachUser() argument
138 ForEachUser( const Instruction* def, const std::function<void(Instruction*)>& f) const ForEachUser() argument
151 WhileEachUse( const Instruction* def, const std::function<bool(Instruction*, uint32_t)>& f) const WhileEachUse() argument
179 ForEachUse( const Instruction* def, const std::function<void(Instruction*, uint32_t)>& f) const ForEachUse() argument
215 const Instruction* def = GetDef(id); GetAnnotations() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.cpp60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
61 if (!def) assert(false && "Definition is not registered."); in AnalyzeInstUse()
62 id_to_users_.insert(UserEntry(def, inst)); in AnalyzeInstUse()
103 const Instruction* def) const { in UsersBegin()
105 UserEntry(const_cast<Instruction*>(def), nullptr)); in UsersBegin()
120 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser()
121 // Ensure that |def| has been registered. in WhileEachUser()
122 assert(def && (!def->HasResultId() || def in WhileEachUser()
119 WhileEachUser( const Instruction* def, const std::function<bool(Instruction*)>& f) const WhileEachUser() argument
138 ForEachUser( const Instruction* def, const std::function<void(Instruction*)>& f) const ForEachUser() argument
151 WhileEachUse( const Instruction* def, const std::function<bool(Instruction*, uint32_t)>& f) const WhileEachUse() argument
179 ForEachUse( const Instruction* def, const std::function<void(Instruction*, uint32_t)>& f) const ForEachUse() argument
215 const Instruction* def = GetDef(id); GetAnnotations() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v2_3.c232 uint32_t def, data; in nbio_v2_3_update_medium_grain_clock_gating() local
237 def = data = RREG32_PCIE(smnCPM_CONTROL); in nbio_v2_3_update_medium_grain_clock_gating()
254 if (def != data) in nbio_v2_3_update_medium_grain_clock_gating()
261 uint32_t def, data; in nbio_v2_3_update_medium_grain_light_sleep() local
266 def = data = RREG32_PCIE(smnPCIE_CNTL2); in nbio_v2_3_update_medium_grain_light_sleep()
277 if (def != data) in nbio_v2_3_update_medium_grain_light_sleep()
334 uint32_t def, data; in nbio_v2_3_init_registers() local
336 def = data = RREG32_PCIE(smnPCIE_CONFIG_CNTL); in nbio_v2_3_init_registers()
340 if (def != data) in nbio_v2_3_init_registers()
355 uint32_t def, dat in nbio_v2_3_enable_aspm() local
387 uint32_t def, data; nbio_v2_3_program_ltr() local
411 uint32_t def, data; nbio_v2_3_program_aspm() local
[all...]
H A Dnbio_v6_1.c167 uint32_t def, data; in nbio_v6_1_update_medium_grain_clock_gating() local
169 def = data = RREG32_PCIE(smnCPM_CONTROL); in nbio_v6_1_update_medium_grain_clock_gating()
188 if (def != data) in nbio_v6_1_update_medium_grain_clock_gating()
195 uint32_t def, data; in nbio_v6_1_update_medium_grain_light_sleep() local
197 def = data = RREG32_PCIE(smnPCIE_CNTL2); in nbio_v6_1_update_medium_grain_light_sleep()
208 if (def != data) in nbio_v6_1_update_medium_grain_light_sleep()
265 uint32_t def, data; in nbio_v6_1_init_registers() local
267 def = data = RREG32_PCIE(smnPCIE_CONFIG_CNTL); in nbio_v6_1_init_registers()
271 if (def != data) in nbio_v6_1_init_registers()
274 def in nbio_v6_1_init_registers()
288 uint32_t def, data; nbio_v6_1_program_ltr() local
312 uint32_t def, data; nbio_v6_1_program_aspm() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov2775/
H A Dov2775_cmos.c426 static HI_VOID cmos_get_isp_dng_default(ISP_SNS_STATE_S *sns_state, ISP_CMOS_DEFAULT_S *def) in cmos_get_isp_dng_default() argument
429 (hi_void)memcpy_s(&def->stDngColorParam, sizeof(ISP_CMOS_DNG_COLORPARAM_S), &g_stDngColorParam, in cmos_get_isp_dng_default()
432 def->stSensorMode.stDngRawFormat.u8BitsPerSample = 12; /* 12bit */ in cmos_get_isp_dng_default()
433 def->stSensorMode.stDngRawFormat.u32WhiteLevel = 4095; /* max 4095 */ in cmos_get_isp_dng_default()
435 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleH.u32Denominator = 1; in cmos_get_isp_dng_default()
436 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleH.u32Numerator = 1; in cmos_get_isp_dng_default()
437 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleV.u32Denominator = 1; in cmos_get_isp_dng_default()
438 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleV.u32Numerator = 1; in cmos_get_isp_dng_default()
439 def->stSensorMode.stDngRawFormat.stCfaRepeatPatternDim.u16RepeatPatternDimRows = 2; /* pattern 2 */ in cmos_get_isp_dng_default()
440 def in cmos_get_isp_dng_default()
455 cmos_get_isp_linear_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_linear_default() argument
486 cmos_get_isp_built_in_wdr_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_built_in_wdr_default() argument
524 cmos_get_isp_2to1_line_wdr_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_2to1_line_wdr_default() argument
560 cmos_get_isp_2to1_line_wdr_hlcg_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_2to1_line_wdr_hlcg_default() argument
596 cmos_get_isp_default(VI_PIPE vi_pipe, ISP_CMOS_DEFAULT_S *def) cmos_get_isp_default() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c43 struct ir3_register *def; member
93 /* Map from SSA def to reg_or_immed it is mapped to at the end of the block.
183 if (!instr->srcs[i]->def || in instr_cycles()
184 instr->srcs[i]->def->merge_set != instr->dsts[i]->merge_set) { in instr_cycles()
195 if (!instr->srcs[i]->def || in instr_cycles()
196 instr->srcs[i]->def->merge_set != instr->dsts[0]->merge_set) { in instr_cycles()
225 src->next_use = tmp_next_use[src->def->name]; in compute_block_next_distance()
232 if (src->def->merge_set == instr->dsts[i]->merge_set && in compute_block_next_distance()
233 src->def->merge_set_offset == instr->dsts[i]->merge_set_offset) { in compute_block_next_distance()
234 tmp_next_use[src->def in compute_block_next_distance()
836 add_to_merge_set(struct ir3_merge_set *set, struct ir3_register *def, unsigned offset) add_to_merge_set() argument
846 split(struct ir3_register *def, unsigned offset, struct ir3_instruction *after, struct ir3_block *block) split() argument
947 rewrite_src_interval(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval, struct ir3_register *def, struct ir3_instruction *instr, struct ir3_block *block) rewrite_src_interval() argument
969 reload_def(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_instruction *instr, struct ir3_block *block) reload_def() argument
1114 create_temp_interval(struct ra_spill_ctx *ctx, struct ir3_register *def) create_temp_interval() argument
1312 handle_live_in(struct ra_spill_ctx *ctx, struct ir3_block *block, struct ir3_register *def) handle_live_in() argument
1326 is_live_in_phi(struct ir3_register *def, struct ir3_block *block) is_live_in_phi() argument
1332 is_live_in_pred(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_block *block, unsigned pred_idx) is_live_in_pred() argument
1347 is_live_in_undef(struct ir3_register *def, struct ir3_block *block, unsigned pred_idx) is_live_in_undef() argument
1357 read_live_in(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_block *block, unsigned pred_idx) read_live_in() argument
1377 is_live_in_all_preds(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_block *block) is_live_in_all_preds() argument
1389 spill_live_in(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_block *block) spill_live_in() argument
1465 struct ir3_register *def = interval->interval.reg; live_in_rewrite() local
1489 reload_live_in(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_block *block) reload_live_in() argument
1526 add_live_in_phi(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_block *block) add_live_in_phi() argument
1654 struct ir3_register *def = interval->interval.reg; spill_live_out() local
1675 reload_live_out(struct ra_spill_ctx *ctx, struct ir3_register *def, struct ir3_block *block) reload_live_out() argument
1708 struct ir3_register *def = instr->srcs[pred_idx]->def; update_live_out_phis() local
1727 struct ir3_register *def = interval->interval.reg; record_pred_live_out() local
1868 struct ir3_register *def = NULL; simplify_phi_node() local
1885 simplify_phi_def(struct ir3_register *def) simplify_phi_def() argument
[all...]
/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dtegra210.c28 .def = 0x1e,
44 .def = 0x1e,
60 .def = 0x1e,
76 .def = 0x1e,
92 .def = 0x1e,
108 .def = 0x1e,
124 .def = 0x2e,
140 .def = 0x04,
156 .def = 0x1e,
172 .def
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf_map.c12 static bool bpf_map_def__is_per_cpu(const struct bpf_map_def *def) in bpf_map_def__is_per_cpu() argument
14 return def->type == BPF_MAP_TYPE_PERCPU_HASH || in bpf_map_def__is_per_cpu()
15 def->type == BPF_MAP_TYPE_PERCPU_ARRAY || in bpf_map_def__is_per_cpu()
16 def->type == BPF_MAP_TYPE_LRU_PERCPU_HASH || in bpf_map_def__is_per_cpu()
17 def->type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE; in bpf_map_def__is_per_cpu()
20 static void *bpf_map_def__alloc_value(const struct bpf_map_def *def) in bpf_map_def__alloc_value() argument
22 if (bpf_map_def__is_per_cpu(def)) in bpf_map_def__alloc_value()
23 return malloc(round_up(def->value_size, 8) * sysconf(_SC_NPROCESSORS_CONF)); in bpf_map_def__alloc_value()
25 return malloc(def->value_size); in bpf_map_def__alloc_value()
30 const struct bpf_map_def *def in bpf_map__fprintf() local
[all...]

Completed in 15 milliseconds

12345678910>>...66