Home
last modified time | relevance | path

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

12345678910>>...22

/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/quickjs/tests/
Dmicrobench.js746 function random(arr, n, def) { argument
750 function random8(arr, n, def) { argument
754 function random1(arr, n, def) { argument
758 function hill(arr, n, def) { argument
765 function comb(arr, n, def) { argument
769 function crisscross(arr, n, def) { argument
773 function zero(arr, n, def) { argument
777 function increasing(arr, n, def) { argument
781 function decreasing(arr, n, def) { argument
785 function alternate(arr, n, def) { 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/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/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/boost/libs/beast/test/extern/zlib-1.2.11/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/mesa3d/src/compiler/nir/
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()
349 static bool def_cb(nir_ssa_def *def, void *state) in def_cb()
Dnir_lower_shader_calls.c117 add_ssa_def_to_bitset(nir_ssa_def *def, struct brw_bitset *set) in add_ssa_def_to_bitset()
207 can_remat_ssa_def(nir_ssa_def *def, struct brw_bitset *remat) in can_remat_ssa_def()
213 remat_ssa_def(nir_builder *b, nir_ssa_def *def) in remat_ssa_def()
226 get_phi_builder_value_for_def(nir_ssa_def *def, in get_phi_builder_value_for_def()
267 spill_fill(nir_builder *before, nir_builder *after, nir_ssa_def *def, unsigned offset, in spill_fill()
382 nir_ssa_def *def = nir_instr_ssa_def(instr); in spill_ssa_defs_and_lower_shader_calls() local
417 nir_ssa_def *def = spill_defs[index]; in spill_ssa_defs_and_lower_shader_calls() local
522 nir_ssa_def *def = spill_defs[index]; in spill_ssa_defs_and_lower_shader_calls() local
540 nir_ssa_def *def = nir_instr_ssa_def(instr); in spill_ssa_defs_and_lower_shader_calls() local
831 nir_ssa_def *def = nir_instr_ssa_def(instr); in flatten_resume_if_ladder() 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/boost/boost/python/
Ddef.hpp89 void def(char const* name, Fn fn) in def() function
95 void def(char const* name, Arg1T arg1, Arg2T const& arg2) in def() function
101 void def(char const* name, F f, A1 const& a1, A2 const& a2) in def() function
107 void def(char const* name, F f, A1 const& a1, A2 const& a2, A3 const& a3) in def() function
/third_party/mesa3d/src/amd/compiler/
Daco_validate.cpp167 const Definition& def = instr->definitions[0]; in validate_ir() local
405 for (const Definition& def : instr->definitions) { in validate_ir() local
411 for (const Definition& def : instr->definitions) in validate_ir() local
415 for (const Definition& def : instr->definitions) in validate_ir() local
767 Definition def = instr->definitions[0]; in validate_subdword_definition() local
799 Definition def = instr->definitions[index]; in get_subdword_bytes_written() local
897 Definition& def = instr->definitions[i]; in validate_ra() local
973 for (const Definition& def : instr->definitions) { in validate_ra() local
1020 Definition& def = instr->definitions[i]; in validate_ra() local
1048 for (const Definition& def : instr->definitions) { in validate_ra() local
/third_party/boost/boost/parameter/
Dpython.hpp211 Def def, F f, Iter, End, Keywords const& keywords, mpl::false_) in def_combination_aux0()
226 Def def, F f, Iter, End, Keywords const& keywords, mpl::true_) in def_combination_aux0()
246 Def def, F f, Iter, End, Keywords const& keywords) in def_combination_aux()
262 Def def, F f, End, End, Keywords const& keywords) in def_combination_aux()
269 Def def, F f, End, End, no_keywords const&) in def_combination_aux()
278 Def def, Specs*, Bits, Invoker*) in def_combination()
305 Def def, Specs*, Bits, End, Invoker*) in def_combinations()
359 void def(F f, not_specified const*) const in def() function
365 void def(F f, void const*) const in def() function
377 void def(F f, Keywords const& keywords, not_specified const*) const in def() function
[all …]
/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/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/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/mesa3d/src/asahi/compiler/
Dagx_optimizer.c73 agx_is_fmov(agx_instr *def) in agx_is_fmov()
100 agx_instr *def = defs[src.value]; in agx_optimizer_fmov() local
116 agx_instr *def = defs[src.value]; in agx_optimizer_inline_imm() local
/third_party/spirv-tools/source/opt/
Ddef_use_manager.cpp60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
117 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument
136 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument
149 const Instruction* def, in WhileEachUse()
177 const Instruction* def, in ForEachUse()
212 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
/third_party/gn/src/gn/
Dtemplate.cc18 Template::Template(const Scope* scope, const FunctionCallNode* def) in Template()
21 Template::Template(std::unique_ptr<Scope> scope, const FunctionCallNode* def) in Template()
/third_party/boost/boost/spirit/home/lex/detail/
Dsequence_function.hpp32 LexerDef& def; member
53 LexerDef& def; member

12345678910>>...22