Home
last modified time | relevance | path

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

12

/third_party/flutter/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/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/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()
870 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()
Dfunctions.cc111 const std::string& target_type, in FillTargetBlockScope()
/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/flutter/skia/tools/skp/
Dwebpages_playback.py486 def target_type(self): member in DataStore
503 def target_type(self): member in GoogleStorageDataStore
533 def target_type(self): member in LocalFileSystemDataStore
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp189 Type* target_type = id_to_type_[id].get(); in AttachIfTypeDecoration() local
/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/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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1119 const auto target_type = in ValidateCopyMemory() local
/third_party/libabigail/src/
Dabg-ctf-reader.cc1433 type_base_sptr target_type = rdr->build_type(ctf_dictionary, in process_ctf_pointer_type() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp1119 const auto target_type = in ValidateCopyMemory() local
/third_party/mesa3d/src/panfrost/midgard/
Dcompiler.h65 unsigned target_type; member
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp1170 const auto target_type = in ValidateCopyMemory() local

12