Home
last modified time | relevance | path

Searched defs:def (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/third_party/mesa3d/src/util/
Ddriconf.h72 #define DRI_CONF_OPT_B(_name, def, _desc) { \ argument
81 #define DRI_CONF_OPT_I(_name, def, min, max, _desc) { \ argument
91 #define DRI_CONF_OPT_F(_name, def, min, max, _desc) { \ argument
101 #define DRI_CONF_OPT_E(_name, def, min, max, _desc, values) { \ argument
112 #define DRI_CONF_OPT_S(_name, def, _desc) { \ argument
135 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ argument
139 #define DRI_CONF_ALWAYS_FLUSH_CACHE(def) \ argument
143 #define DRI_CONF_DISABLE_THROTTLING(def) \ argument
147 #define DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(def) \ argument
151 #define DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(def) \ argument
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_shrink_vectors.c62 shrink_dest_to_read_mask(nir_ssa_def *def) in shrink_dest_to_read_mask()
94 reswizzle_alu_uses(nir_ssa_def *def, uint8_t *reswizzle) in reswizzle_alu_uses()
108 is_only_used_by_alu(nir_ssa_def *def) in is_only_used_by_alu()
121 nir_ssa_def *def = &instr->dest.dest.ssa; in opt_shrink_vector() local
172 nir_ssa_def *def = &instr->dest.dest.ssa; in opt_shrink_vectors_alu() local
278 nir_ssa_def *def = &instr->def; in opt_shrink_vectors_load_const() local
Dnir_lower_shader_calls.c117 add_ssa_def_to_bitset(nir_ssa_def *def, struct brw_bitset *set) in add_ssa_def_to_bitset()
209 can_remat_ssa_def(nir_ssa_def *def, struct brw_bitset *remat) in can_remat_ssa_def()
215 remat_ssa_def(nir_builder *b, nir_ssa_def *def) in remat_ssa_def()
228 get_phi_builder_value_for_def(nir_ssa_def *def, in get_phi_builder_value_for_def()
269 spill_fill(nir_builder *before, nir_builder *after, nir_ssa_def *def, unsigned offset, in spill_fill()
385 nir_ssa_def *def = nir_instr_ssa_def(instr); in spill_ssa_defs_and_lower_shader_calls() local
420 nir_ssa_def *def = spill_defs[index]; in spill_ssa_defs_and_lower_shader_calls() local
525 nir_ssa_def *def = spill_defs[index]; in spill_ssa_defs_and_lower_shader_calls() local
543 nir_ssa_def *def = nir_instr_ssa_def(instr); in spill_ssa_defs_and_lower_shader_calls() local
856 nir_ssa_def *def = nir_instr_ssa_def(instr); in flatten_resume_if_ladder() local
Dnir_liveness.c89 set_ssa_def_dead(nir_ssa_def *def, void *void_live) in set_ssa_def_dead()
274 src_does_not_use_def(nir_src *src, void *def) in src_does_not_use_def()
280 search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) in search_for_use_after_instr()
306 nir_ssa_def_is_live_at(nir_ssa_def *def, nir_instr *instr) in nir_ssa_def_is_live_at()
Dnir_opt_preamble.c78 nir_ssa_def *def; member
351 nir_ssa_def *def = nir_instr_ssa_def(instr); in nir_opt_preamble() local
377 nir_ssa_def *def = nir_instr_ssa_def(instr); in nir_opt_preamble() local
438 nir_ssa_def *def = nir_instr_ssa_def(instr); in nir_opt_preamble() local
527 nir_ssa_def *def = nir_instr_ssa_def(instr); in nir_opt_preamble() local
570 nir_ssa_def *def = nir_instr_ssa_def(instr); in nir_opt_preamble() local
/third_party/node/deps/v8/src/flags/
Dflag-definitions.h33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
35 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
53 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
59 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
95 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
99 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
246 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument
247 #define DEFINE_BOOL_READONLY(nam, def, cmt) \ argument
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c71 struct instruction *def = pseudo->def; in phi_parent() local
96 struct instruction *def; in get_phisources() local
207 struct instruction *def; in trivial_phi() local
445 struct instruction *def; in is_same_op() local
459 struct instruction *def; in is_negate_of() local
913 struct instruction *def; in simplify_shift() local
1087 struct instruction *def; in simplify_seteq_setne() local
1174 struct instruction *def; in simplify_compare_constant() local
1473 struct instruction *def; in simplify_constant_mask() local
1504 static int simplify_const_rightadd(struct instruction *def, struct instruction *insn) in simplify_const_rightadd()
[all …]
Dunssa.c45 struct instruction *def = src->def; in simplify_phi_node() local
78 struct instruction *def = p->def; in replace_phi_node() local
/third_party/mesa3d/src/asahi/compiler/
Dagx_optimizer.c73 agx_is_fmov(agx_instr *def) in agx_is_fmov()
101 agx_instr *def = defs[src.value]; in agx_optimizer_fmov() local
118 agx_instr *def = defs[src.value]; in agx_optimizer_inline_imm() local
163 agx_instr *def = defs[src.value]; in agx_optimizer_copyprop() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java111 protected void addToSymtab(ThreadContext context, RubyDescriptor def) { in addToSymtab()
112 symtab.put(def.getName(context), def); in addToSymtab() local
116 protected void addToSymtab(ThreadContext context, RubyEnumDescriptor def) { in addToSymtab()
117 symtab.put(def.getName(context), def); in addToSymtab() local
/third_party/zlib/examples/
Dfitblk.c73 local int partcompress(FILE *in, z_streamp def) in partcompress()
96 local int recompress(z_streamp inf, z_streamp def) in recompress()
134 z_stream def, inf; /* zlib deflate and inflate states */ in main() local
/third_party/typescript/tests/baselines/reference/
DdestructuredDeclarationEmit.js5 const arr: [0, 1, 2, ['a', 'b', 'c', [{def: 'def'}, {sec: 'sec'}]]] = [0, 1, 2, ['a', 'b', 'c', [{d… property
31 var arr = [0, 1, 2, ['a', 'b', 'c', [{ def: 'def' }, { sec: 'sec' }]]]; property
66 def: 'def'; property
/third_party/rust/crates/memchr/bench/src/memchr/
Dmod.rs776 macro_rules! def { in define_memchr_input1() macro
800 macro_rules! def { in define_memchr_input2() macro
824 macro_rules! def { in define_memchr_input3() macro
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_id.cpp45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local
170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
220 auto* def = _.FindDef(operand_word); in IdPass() local
/third_party/spirv-tools/source/val/
Dvalidate_id.cpp45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local
170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
220 auto* def = _.FindDef(operand_word); in IdPass() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local
170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
220 auto* def = _.FindDef(operand_word); in IdPass() local
/third_party/mesa3d/src/amd/compiler/
Daco_validate.cpp169 const Definition& def = instr->definitions[0]; in validate_ir() local
426 for (const Definition& def : instr->definitions) { in validate_ir() local
432 for (const Definition& def : instr->definitions) in validate_ir() local
436 for (const Definition& def : instr->definitions) in validate_ir() local
853 Definition def = instr->definitions[0]; in validate_subdword_definition() local
888 Definition def = instr->definitions[index]; in get_subdword_bytes_written() local
948 Definition& def = instr->definitions[i]; in validate_instr_defs() local
976 for (const Definition& def : instr->definitions) { in validate_instr_defs() local
1048 Definition& def = instr->definitions[i]; in validate_ra() local
1124 for (const Definition& def : instr->definitions) { in validate_ra() local
/third_party/mesa3d/src/compiler/nir/tests/
Dcore_tests.cpp63 nir_ssa_def *def; member
68 contains_def_cb(nir_ssa_def *def, void *_state) in contains_def_cb()
78 nir_core_test::shader_contains_def(nir_ssa_def *def) in shader_contains_def()
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dset-envs.js20 const sameConfigValue = (def, val) => argument
24 const sameArrayValue = (def, val) => { argument
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_opt_preamble.c36 def_size(nir_ssa_def *def, unsigned *size, unsigned *align) in def_size()
48 all_uses_float(nir_ssa_def *def, bool allow_src2) in all_uses_float()
79 all_uses_bit(nir_ssa_def *def) in all_uses_bit()
220 rewrite_cost(nir_ssa_def *def, const void *data) in rewrite_cost()
Dir3_spill.c43 struct ir3_register *def; member
836 add_to_merge_set(struct ir3_merge_set *set, struct ir3_register *def, in add_to_merge_set()
846 split(struct ir3_register *def, unsigned offset, in split()
949 struct ir3_register *def, in rewrite_src_interval()
969 reload_def(struct ra_spill_ctx *ctx, struct ir3_register *def, in reload_def()
1114 create_temp_interval(struct ra_spill_ctx *ctx, struct ir3_register *def) in create_temp_interval()
1313 struct ir3_register *def) in handle_live_in()
1326 is_live_in_phi(struct ir3_register *def, struct ir3_block *block) in is_live_in_phi()
1332 is_live_in_pred(struct ra_spill_ctx *ctx, struct ir3_register *def, in is_live_in_pred()
1347 is_live_in_undef(struct ir3_register *def, in is_live_in_undef()
[all …]
/third_party/spirv-tools/source/opt/
Ddef_use_manager.cpp55 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
115 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument
134 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument
147 const Instruction* def, in WhileEachUse()
175 const Instruction* def, in ForEachUse()
210 const Instruction* def = GetDef(id); in GetAnnotations() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddef_use_manager.cpp60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
120 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument
139 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument
152 const Instruction* def, in WhileEachUse()
180 const Instruction* def, in ForEachUse()
215 const Instruction* def = GetDef(id); in GetAnnotations() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddef_use_manager.cpp60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
120 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument
139 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument
152 const Instruction* def, in WhileEachUse()
180 const Instruction* def, in ForEachUse()
215 const Instruction* def = GetDef(id); in GetAnnotations() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_amd.c33 nir_ssa_def *def; in vtn_handle_amd_gcn_shader_instruction() local
137 nir_ssa_def *def; in vtn_handle_amd_shader_trinary_minmax_instruction() local
221 nir_ssa_def *def; in vtn_handle_amd_shader_explicit_vertex_parameter_instruction() local

12345678910>>...21