Home
last modified time | relevance | path

Searched defs:target_type (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c214 int target_type, in XNVCTRLQueryTargetCount()
245 int target_type, in XNVCTRLSetTargetAttribute()
284 int target_type, in XNVCTRLSetTargetAttributeAndGetStatus()
337 int target_type, in XNVCTRLQueryTargetAttribute()
388 int target_type, in XNVCTRLQueryTargetAttribute64()
428 int target_type, in XNVCTRLQueryTargetStringAttribute()
497 int target_type, in XNVCTRLSetTargetStringAttribute()
556 int target_type, in XNVCTRLQueryValidTargetAttributeValues32()
599 int target_type, in XNVCTRLQueryValidTargetStringAttributeValues()
644 int target_type, in XNVCTRLQueryValidTargetAttributeValues64()
[all …]
DNVCtrlLib.h615 int target_type; member
640 int target_type; member
666 int target_type; member
690 int target_type; member
/third_party/lwip/src/include/lwip/
Darch.h240 #define LWIP_CONST_CAST(target_type, val) ((target_type)((ptrdiff_t)val)) argument
245 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
252 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
257 #define LWIP_PACKED_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
/third_party/curl/lib/
Dwarnless.h33 #define CURLX_FUNCTION_CAST(target_type, func) \ argument
/third_party/gn/src/gn/
Dfunction_set_defaults.cc55 const std::string& target_type(args[0].string_value()); local
Dfunctions_target.cc32 Value ExecuteGenericTarget(const char* target_type, in ExecuteGenericTarget()
874 const std::string& target_type = args[0].string_value(); local
Dcommands.h185 Target::OutputType target_type() const { return target_type_; } in target_type() function
Dscope.cc453 Scope* Scope::MakeTargetDefaults(const std::string& target_type) { in MakeTargetDefaults()
/third_party/skia/tools/skp/
Dwebpages_playback.py487 def target_type(self): member in DataStore
504 def target_type(self): member in GoogleStorageDataStore
534 def target_type(self): member in LocalFileSystemDataStore
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc364 MachineType target_type = MachineType::AnyTagged(); in GetCEntryStubCallDescriptor() local
415 MachineType target_type = MachineType::AnyTagged(); in GetJSCallDescriptor() local
504 MachineType target_type; in GetStubCallDescriptor() local
575 MachineType target_type = MachineType::Pointer(); in GetBytecodeDispatchCallDescriptor() local
Dc-linkage.cc294 MachineType target_type = MachineType::Pointer(); in GetSimplifiedCDescriptor() local
Djs-typed-lowering.cc1586 Type target_type = NodeProperties::GetType(target); in ReduceJSConstructForwardVarargs() local
1617 Type target_type = NodeProperties::GetType(target); in ReduceJSConstruct() local
1658 Type target_type = NodeProperties::GetType(target); in ReduceJSCallForwardVarargs() local
1686 Type target_type = NodeProperties::GetType(target); in ReduceJSCall() local
/third_party/node/deps/v8/tools/cppgc/
Dgen_cmake.py119 def _Target(self, target_type, target, stmts): argument
320 def BuildTarget(self, target_type, target, rules): argument
402 def _GenTargetString(target_type, source_sets): argument
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_constants.cc134 auto* target_type = in ConstantCast() local
/third_party/musl/scripts/
Dsearch_source_files.py6 def file_search(path, target_type): argument
/third_party/selinux/libsepol/include/sepol/policydb/
Davtab.h52 uint16_t target_type; member
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_android_bp.py79 def write_blueprint(output, target_type, values): argument
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c69 gchar *target_type; member
1036 GArray * track_targets, guint64 * target_type_value, gchar ** target_type) in gst_matroska_read_common_parse_metadata_targets()
2626 GstTagList * taglist, guint64 target_type_value, gchar * target_type) in gst_matroska_read_common_apply_target_type()
2658 gchar *target_type = NULL; in gst_matroska_read_common_parse_metadata_id_tag() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp6104 SPIRType target_type; in emit_bitfield_insert_op() local
7460 auto target_type = op1_type; in emit_glsl_op() local
8163 std::string CompilerGLSL::bitcast_expression(SPIRType::BaseType target_type, uint32_t arg) in bitcast_expression()
8177 std::string CompilerGLSL::bitcast_expression(const SPIRType &target_type, SPIRType::BaseType expr_t… in bitcast_expression()
8931 …::access_chain(uint32_t base, const uint32_t *indices, uint32_t count, const SPIRType &target_type, in access_chain()
9055const SPIRType &target_type, uint32_t offset, uint32_t matrix_stride, in flattened_access_chain()
9069const SPIRType &target_type, uint32_t offset) in flattened_access_chain_struct()
9110const SPIRType &target_type, uint32_t offset, in flattened_access_chain_matrix()
9138const SPIRType &target_type, uint32_t offset, in flattened_access_chain_vector()
15283 SPIRType target_type; in unroll_array_to_complex_store() local
[all …]
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.h129 #define DECLARE_NORELOC_PROTOTYPE(Name, target_type) \ argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc92 const sem::Type* target_type) in ScopedBitCast()
457 auto* target_type = in EmitBinary() local
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.h150 #define DECLARE_NORELOC_PROTOTYPE(Name, target_type) \ argument
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc2312 Handle<HeapObject> container, uint32_t index, ValueType target_type, in AddDeferredReference()
2358 ValueType target_type = static_cast<ValueType>( in ProcessDeferredReferences() local
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.h141 #define DECLARE_NORELOC_PROTOTYPE(Name, target_type) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1119 const auto target_type = in ValidateCopyMemory() local

12