Home
last modified time | relevance | path

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

12345678910>>...23

/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h65 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ argument
75 #define DRI_CONF_ALWAYS_FLUSH_CACHE(def) \ argument
85 #define DRI_CONF_DISABLE_THROTTLING(def) \ argument
95 #define DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(def) \ argument
105 #define DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(def) \ argument
115 #define DRI_CONF_DISABLE_ARB_GPU_SHADER5(def) \ argument
120 #define DRI_CONF_DUAL_COLOR_BLEND_BY_LOCATION(def) \ argument
130 #define DRI_CONF_DISABLE_GLSL_LINE_CONTINUATIONS(def) \ argument
140 #define DRI_CONF_FORCE_GLSL_VERSION(def) \ argument
150 #define DRI_CONF_ALLOW_GLSL_EXTENSION_DIRECTIVE_MIDSHADER(def) \ argument
[all …]
/external/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
126 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ argument
130 #define DRI_CONF_ALWAYS_FLUSH_CACHE(def) \ argument
134 #define DRI_CONF_DISABLE_THROTTLING(def) \ argument
138 #define DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(def) \ argument
142 #define DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(def) \ argument
[all …]
/external/testng/src/main/java/org/testng/internal/annotations/
DConverter.java18 public static boolean getBoolean(String tagValue, boolean def) { in getBoolean()
26 public static int getInt(String tagValue, int def) { in getInt()
34 public static String getString(String tagValue, String def) { in getString()
42 public static long getLong(String tagValue, long def) { in getLong()
50 public static String[] getStringArray(String tagValue, String[] def) { in getStringArray()
59 public static Class[] getClassArray(String tagValue, Class[] def) { in getClassArray()
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder_test.cc27 const KernelDef* def = KernelDefBuilder("A").Device(DEVICE_CPU).Build(); in TEST() local
36 const KernelDef* def = KernelDefBuilder("B") in TEST() local
77 const KernelDef* def = KernelDefBuilder("B") in TEST() local
118 const KernelDef* def = KernelDefBuilder("B") in TEST() local
159 const KernelDef* def = KernelDefBuilder("E") in TEST() local
Dshape_inference_test.cc84 NodeDef def; in TEST_F() local
125 NodeDef def; in TEST_F() local
138 NodeDef def; in TEST_F() local
173 NodeDef def; in TEST_F() local
274 NodeDef def; in TEST_F() local
315 NodeDef def; in TEST_F() local
329 NodeDef def; in TEST_F() local
369 NodeDef def; in TEST_F() local
408 NodeDef def; in TEST_F() local
447 NodeDef def; in TEST_F() local
[all …]
Dcommon_shape_fns_test.cc60 NodeDef def; in TEST() local
80 NodeDef def; in TEST() local
111 NodeDef def; in TEST() local
417 NodeDef def; in TEST() local
546 NodeDef def; in TEST() local
1359 NodeDef def; in TEST() local
1372 NodeDef def; in TEST() local
1385 NodeDef def; in TEST() local
1399 NodeDef def; in TEST() local
1413 NodeDef def; in TEST() local
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.cc59 NoopTensorTie(const TensorTieDef& def, TensorObject obj) in NoopTensorTie()
62 static bool IsSupported(const TensorTieDef& def) { in IsSupported()
91 DefaultTensorTie(const TensorTieDef& def, TensorObject internal_obj) in DefaultTensorTie()
95 const TensorTieDef& def, in IsSupported()
112 static absl::Status New(const TensorTieDef& def, TensorObject internal_object, in New()
228 explicit TwoStepTensorTie(const TensorTieDef& def) : TensorTie(def) {} in TwoStepTensorTie()
231 const TensorTieDef& def, in IsSupported()
238 static absl::Status New(const TensorTieDef& def, TensorObject internal_object, in New()
267 const TensorTieDef& def) { in MakeOuterInnerDefs()
299 GlBufferHolder(const TensorTieDef& def, GlInteropFabric* gl_interop_fabric, in GlBufferHolder()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dconverter_gen.cc61 static inline std::string GetOperatorOptionName(const Record &def) { in GetOperatorOptionName()
95 for (const auto *def : defs) { in EmitOptionBuilders() local
174 for (const auto *def : defs) { in EmitOperatorBuilders() local
217 static inline std::string GetOperatorName(const Record &def) { in GetOperatorName()
242 for (const auto *def : defs) { in EmitGetBuiltinOpCode() local
271 for (const auto *def : defs) { in EmitOperandNumbers() local
323 for (const auto *def : defs) { in EmitBuildOperator() local
357 for (const auto *def : defs) { in EmitBuiltinOptionsToAttributes() local
404 for (const auto *def : defs) { in OperatorWritersMain() local
486 for (const auto *def : defs) { in RuntimeVerifierWriterMain() local
/external/libxkbcommon/src/xkbcomp/
Dast-build.c268 KeycodeDef *def = malloc(sizeof(*def)); in KeycodeCreate() local
283 KeyAliasDef *def = malloc(sizeof(*def)); in KeyAliasCreate() local
298 VModDef *def = malloc(sizeof(*def)); in VModCreate() local
313 VarDef *def = malloc(sizeof(*def)); in VarCreate() local
329 VarDef *def; in BoolVarCreate() local
348 InterpDef *def = malloc(sizeof(*def)); in InterpCreate() local
364 KeyTypeDef *def = malloc(sizeof(*def)); in KeyTypeCreate() local
380 SymbolsDef *def = malloc(sizeof(*def)); in SymbolsCreate() local
396 GroupCompatDef *def = malloc(sizeof(*def)); in GroupCompatCreate() local
412 ModMapDef *def = malloc(sizeof(*def)); in ModMapCreate() local
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemProperties.java24 protected static String native_get(String key, String def) { in native_get()
30 protected static int native_get_int(String key, int def) { in native_get_int()
36 protected static long native_get_long(String key, long def) { in native_get_long()
42 protected static boolean native_get_boolean(String key, boolean def) { in native_get_boolean()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemProperties.java23 protected static String native_get(String key, String def) { in native_get()
29 protected static int native_get_int(String key, int def) { in native_get_int()
35 protected static long native_get_long(String key, long def) { in native_get_long()
41 protected static boolean native_get_boolean(String key, boolean def) { in native_get_boolean()
/external/mesa3d/src/compiler/nir/
Dnir_liveness.c91 set_ssa_def_dead(nir_ssa_def *def, void *void_live) in set_ssa_def_dead()
218 src_does_not_use_def(nir_src *src, void *def) in src_does_not_use_def()
224 search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) in search_for_use_after_instr()
250 nir_ssa_def_is_live_at(nir_ssa_def *def, nir_instr *instr) in nir_ssa_def_is_live_at()
293 static bool def_cb(nir_ssa_def *def, void *state) in def_cb()
Dnir_opt_shrink_vectors.c46 shrink_dest_to_read_mask(nir_ssa_def *def) in shrink_dest_to_read_mask()
70 nir_ssa_def *def = &instr->dest.dest.ssa; in opt_shrink_vectors_alu() local
185 nir_ssa_def *def = nir_channels(b, instr->src[0].ssa, in opt_shrink_vectors_intrinsic() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc60 absl::Status MaybeAllocateGlBuffer(const TensorObjectDef& def, GlBuffer* ssbo) { in MaybeAllocateGlBuffer()
81 DefaultTensorTie(const TensorTieDef& def, TensorObject internal_obj, in DefaultTensorTie()
86 const TensorTieDef& def, in IsSupported()
92 static absl::Status New(const TensorTieDef& def, in New()
103 static absl::Status New(const TensorTieDef& def, in New()
284 explicit TwoStepTensorTie(const TensorTieDef& def) : TensorTie(def) {} in TwoStepTensorTie()
287 const TensorTieDef& def, in IsSupported()
294 static absl::Status New(const TensorTieDef& def, in New()
324 const TensorTieDef& def) { in MakeOuterInnerDefs()
375 absl::Status NewTensorTie(const TensorTieDef& def, ObjectManager* objects, in NewTensorTie()
[all …]
/external/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
/external/testng/src/main/java/org/testng/internal/
DTestNGProperty.java16 public TestNGProperty(String clName, String name, String doc, String def) { in TestNGProperty()
20 public TestNGProperty(String name, String doc, String def) { in TestNGProperty()
24 private void init(String clName, String name, String doc, String def) { in init()
/external/zstd/zlibWrapper/examples/
Dfitblk_original.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
Dfitblk.c78 local int partcompress(FILE *in, z_streamp def) in partcompress()
103 local int recompress(z_streamp inf, z_streamp def) in recompress()
146 z_stream def, inf; /* zlib deflate and inflate states */ in main() local
/external/rust/crates/libz-sys/src/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
/external/mesa3d/src/amd/compiler/
Daco_validate.cpp343 for (Definition def : instr->definitions) in validate_ir() local
378 for (const Definition& def : instr->definitions) { in validate_ir() local
383 for (const Definition& def : instr->definitions) in validate_ir() local
618 Definition def = instr->definitions[0]; in validate_subdword_definition() local
650 Definition def = instr->definitions[index]; in get_subdword_bytes_written() local
741 Definition& def = instr->definitions[i]; in validate_ra() local
804 for (const Definition& def : instr->definitions) { in validate_ra() local
851 Definition& def = instr->definitions[i]; in validate_ra() local
872 for (const Definition& def : instr->definitions) { in validate_ra() local
/external/tensorflow/tensorflow/c/
Dops_test.cc198 NodeDef def; in TEST() local
238 NodeDef def; in TEST() local
262 NodeDef def; in TEST() local
281 NodeDef def; in TEST() local
301 NodeDef def; in TEST() local
320 NodeDef def; in TEST() local
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.c58 static void add_to_table(HashTable* t, const void* def, void* value) { in add_to_table()
66 static void* get_from_table(const HashTable* t, const void* def) { in get_from_table()
75 static bool exist_in_table(const HashTable* t, const void* def) { in exist_in_table()
103 void add_def_obj(const void* def, PHP_PROTO_HASHTABLE_VALUE value) { in add_def_obj()
112 PHP_PROTO_HASHTABLE_VALUE get_def_obj(const void* def) { in get_def_obj()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dspi.h65 explicit TensorTie(const TensorTieDef& def) : def_(def) {} in TensorTie()
77 const TensorTieDef& def() const { return def_; } in def() function
/external/deqp-deps/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
/external/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

12345678910>>...23