Home
last modified time | relevance | path

Searched refs:GUID (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/mesa3d/src/gallium/frontends/nine/
Dguid.c26 const GUID IID_IUnknown = { 0x00000000, 0x0000, 0x0000, { 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,…
27 const GUID IID_ID3D9Adapter = { 0xBF6C7B9A, 0xF0BE, 0x11DF, { 0x81, 0xE3, 0x7F, 0x57, 0xDF, 0xD7, 0…
28 const GUID IID_IDirect3D9ExOverlayExtension = { 0x187AEB13, 0xAAF5, 0x4C59, { 0x87, 0x6D, 0xE0, 0x5…
29 const GUID IID_IDirect3DAuthenticatedChannel9 = { 0xFF24BEEE, 0xDA21, 0x4BEB, { 0x98, 0xB5, 0xD2, 0…
30 const GUID IID_IDirect3DBaseTexture9 = { 0x580CA87E, 0x1D3C, 0x4D54, { 0x99, 0x1D, 0xB7, 0xD3, 0xE3…
31 const GUID IID_IDirect3DCryptoSession9 = { 0xFA0AB799, 0x7A9C, 0x48CA, { 0x8C, 0x5B, 0x23, 0x7E, 0x…
32 const GUID IID_IDirect3DCubeTexture9 = { 0xFFF32F81, 0xD953, 0x473A, { 0x92, 0x23, 0x93, 0xD6, 0x52…
33 const GUID IID_IDirect3DDevice9 = { 0xD0223B96, 0xBF7A, 0x43FD, { 0x92, 0xBD, 0xA4, 0x3B, 0x0D, 0x8…
34 const GUID IID_IDirect3DDevice9Ex = { 0xB18B10CE, 0x2649, 0x405A, { 0x87, 0x0F, 0x95, 0xF7, 0x77, 0…
35 const GUID IID_IDirect3DDevice9Video = { 0x26DC4561, 0xA1EE, 0x4AE7, { 0x96, 0xDA, 0x11, 0x8A, 0x36…
[all …]
Ddevice9video.h40 const GUID *pCryptoType,
41 const GUID *pDecodeProfile,
52 const GUID *pCryptoType,
53 const GUID *pDecodeProfile,
Ddevice9video.c29 const GUID *pCryptoType, in NineDevice9Video_GetContentProtectionCaps()
30 const GUID *pDecodeProfile, in NineDevice9Video_GetContentProtectionCaps()
47 const GUID *pCryptoType, in NineDevice9Video_CreateCryptoSession()
48 const GUID *pDecodeProfile, in NineDevice9Video_CreateCryptoSession()
Dguid.h30 extern const GUID IID_ID3D9Adapter;
33 GUID_equal( const GUID *a,
34 const GUID *b );
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DGUID.h21 struct GUID { struct
25 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
29 inline bool operator<(const GUID &LHS, const GUID &RHS) {
33 inline bool operator<=(const GUID &LHS, const GUID &RHS) {
37 inline bool operator>(const GUID &LHS, const GUID &RHS) {
41 inline bool operator>=(const GUID &LHS, const GUID &RHS) {
45 inline bool operator!=(const GUID &LHS, const GUID &RHS) {
49 raw_ostream &operator<<(raw_ostream &OS, const GUID &Guid);
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgststrmif.h46 /* [in] */ const GUID *Api) = 0;
49 /* [in] */ const GUID *Api) = 0;
52 /* [in] */ const GUID *Api,
61 /* [in] */ const GUID *Api,
68 /* [in] */ const GUID *Api,
73 /* [in] */ const GUID *Api,
78 /* [in] */ const GUID *Api,
83 /* [in] */ const GUID *Api,
87 /* [in] */ const GUID *Api) = 0;
92 /* [in] */ const GUID *Api,
[all …]
/third_party/ntfs-3g/libntfs-3g/
Dobject_id.c114 GUID guid;
120 GUID birth_volume_id;
121 GUID birth_object_id;
122 GUID domain_id;
165 memcpy(&indx.key.object_id,object_id,sizeof(GUID)); in set_object_id_index()
169 &object_id->birth_volume_id,sizeof(GUID)); in set_object_id_index()
171 &object_id->birth_object_id,sizeof(GUID)); in set_object_id_index()
173 &object_id->domain_id,sizeof(GUID)); in set_object_id_index()
235 memcpy(&key.object_id,objectid_attr,sizeof(GUID)); in merge_index_data()
245 sizeof(GUID)); in merge_index_data()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h76 #ifndef GUID
89 } GUID;
133 static const GUID NV_ENC_CODEC_H264_GUID =
137 static const GUID NV_ENC_CODEC_HEVC_GUID =
147 static const GUID NV_ENC_CODEC_PROFILE_AUTOSELECT_GUID =
151 static const GUID NV_ENC_H264_PROFILE_BASELINE_GUID =
155 static const GUID NV_ENC_H264_PROFILE_MAIN_GUID =
159 static const GUID NV_ENC_H264_PROFILE_HIGH_GUID =
163 static const GUID NV_ENC_H264_PROFILE_HIGH_444_GUID =
167 static const GUID NV_ENC_H264_PROFILE_STEREO_GUID =
[all …]
Dgstnvenc.h29 gboolean gst_nvenc_cmp_guid (GUID g1, GUID g2);
34 GUID codec_id,
38 GUID codec_id);
41 GUID codec_id);
Dgstnvenc.c83 NvEncGetEncodeGUIDs (void *encoder, GUID * array, uint32_t array_size, in NvEncGetEncodeGUIDs()
91 NvEncGetEncodeProfileGUIDCount (void *encoder, GUID encodeGUID, in NvEncGetEncodeProfileGUIDCount()
100 NvEncGetEncodeProfileGUIDs (void *encoder, GUID encodeGUID, in NvEncGetEncodeProfileGUIDs()
101 GUID * profileGUIDs, uint32_t guidArraySize, uint32_t * GUIDCount) in NvEncGetEncodeProfileGUIDs()
109 NvEncGetInputFormats (void *encoder, GUID enc_guid, in NvEncGetInputFormats()
117 NvEncGetEncodePresetCount (void *encoder, GUID encodeGUID, in NvEncGetEncodePresetCount()
126 NvEncGetEncodePresetGUIDs (void *encoder, GUID encodeGUID, in NvEncGetEncodePresetGUIDs()
127 GUID * presetGUIDs, uint32_t guidArraySize, uint32_t * GUIDCount) in NvEncGetEncodePresetGUIDs()
135 NvEncGetEncodePresetConfig (void *encoder, GUID encodeGUID, in NvEncGetEncodePresetConfig()
136 GUID presetGUID, NV_ENC_PRESET_CONFIG * presetConfig) in NvEncGetEncodePresetConfig()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dkshelpers.h41 GList * ks_enumerate_devices (const GUID * devtype, const GUID * direction_category);
45 gboolean ks_filter_get_pin_property (HANDLE filter_handle, gulong pin_id, GUID prop_set, gulong pro…
46 gboolean ks_filter_get_pin_property_multi (HANDLE filter_handle, gulong pin_id, GUID prop_set, gulo…
48 gboolean ks_object_query_property (HANDLE handle, GUID prop_set, gulong prop_id, gulong prop_flags,…
49 gboolean ks_object_get_property (HANDLE handle, GUID prop_set, gulong prop_id, gpointer * value, gu…
50 gboolean ks_object_set_property (HANDLE handle, GUID prop_set, gulong prop_id, gpointer value, gulo…
52 gboolean ks_object_get_supported_property_sets (HANDLE handle, GUID ** propsets, gulong * len);
56 gchar * ks_guid_to_string (const GUID * guid);
59 gchar * ks_property_set_to_string (const GUID * guid);
Dkshelpers.c51 ks_enumerate_devices (const GUID * devtype, const GUID * direction_category) in ks_enumerate_devices()
182 GUID prop_set, gulong prop_id, gpointer value, gulong value_size, in ks_filter_get_pin_property()
201 GUID prop_set, gulong prop_id, KSMULTIPLE_ITEM ** items, gulong * error) in ks_filter_get_pin_property_multi()
241 ks_object_query_property (HANDLE handle, GUID prop_set, gulong prop_id, in ks_object_query_property()
291 ks_object_get_property (HANDLE handle, GUID prop_set, gulong prop_id, in ks_object_get_property()
299 ks_object_set_property (HANDLE handle, GUID prop_set, gulong prop_id, in ks_object_set_property()
315 ks_object_get_supported_property_sets (HANDLE handle, GUID ** propsets, in ks_object_get_supported_property_sets()
326 if (size % sizeof (GUID) == 0) { in ks_object_get_supported_property_sets()
327 *len = size / sizeof (GUID); in ks_object_get_supported_property_sets()
346 ks_guid_to_string (const GUID * guid) in ks_guid_to_string()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h161 std::map<GlobalValue::GUID, GlobalValueSummaryInfo>;
178 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
339 GlobalValue::GUID OriginalName = 0;
368 GlobalValue::GUID getOriginalName() const { return OriginalName; }
371 void setOriginalName(GlobalValue::GUID Name) { OriginalName = Name; }
471 GlobalValue::GUID getAliaseeGUID() const {
508 GlobalValue::GUID GUID;
526 std::vector<GlobalValue::GUID> TypeTests;
566 std::vector<GlobalValue::GUID>(),
598 std::vector<GlobalValue::GUID> TypeTests,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp76 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
78 const std::set<GlobalValue::GUID> &CfiFunctionDefs, in computeLTOCacheKey()
79 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey()
151 auto GUID = VI.getGUID(); in computeLTOCacheKey() local
153 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey()
171 sizeof(GlobalValue::GUID))); in computeLTOCacheKey()
178 std::set<GlobalValue::GUID> UsedCfiDefs; in computeLTOCacheKey()
179 std::set<GlobalValue::GUID> UsedCfiDecls; in computeLTOCacheKey()
182 std::set<GlobalValue::GUID> UsedTypeIds; in computeLTOCacheKey()
184 auto AddUsedCfiGlobal = [&](GlobalValue::GUID ValueGUID) { in computeLTOCacheKey()
[all …]
DThinLTOCodeGenerator.cpp131 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() argument
261 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID()
269 static DenseSet<GlobalValue::GUID>
272 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
318 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
404 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
466 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() argument
468 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex()
469 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() argument
472 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp76 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local
85 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule()
101 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive()
102 auto VI = getValueInfo(GUID); in isGUIDLive()
164 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes()
272 GlobalValue::GUID Src;
273 GlobalValue::GUID Dst;
358 static std::string getNodeVisualName(GlobalValue::GUID Id) { in getNodeVisualName()
384 const ValueInfo &VI, GlobalValue::GUID Id) { in defineExternalNode()
410 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h37 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>;
91 DenseMap<GlobalValue::GUID,
175 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
176 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing);
182 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
183 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing,
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowdecwrapper.h62 GUID input_majortype;
63 GUID input_subtype;
65 GUID output_majortype;
66 GUID output_subtype;
Dgstdshowvideodec.h59 GUID input_majortype;
60 GUID input_subtype;
62 GUID output_majortype;
63 GUID output_subtype;
133 const GUID CLSID_VideoFakeSink =
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.h84 const GUID sub_type, const GUID format_type);
97 gchar *gst_dshow_getdevice_from_devicename (const GUID * device_category,
119 GList * gst_dshow_enumerate_devices (const GUID * device_category, gboolean getcaps);
121 DshowDeviceEntry * gst_dshow_select_device (const GUID * device_category,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h51 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
53 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)>
55 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
63 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
74 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
76 const std::set<GlobalValue::GUID> &CfiFunctionDefs = {},
77 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
341 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID;
422 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp181 GlobalValue::GUID GUID) { in selectCallee() argument
265 GlobalValue::GUID>;
278 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID()); in updateValueInfoForIndirectCalls() local
279 if (GUID == 0) in updateValueInfoForIndirectCalls()
281 return Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
615 GlobalValue::GUID G) { in isGlobalVarSummary()
638 DenseSet<GlobalValue::GUID> FlattenedImports; in checkVariableImport()
766 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndex() local
775 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
784 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols()
[all …]
/third_party/ffmpeg/libavdevice/
Ddshow_capture.h48 void ff_printGUID(const GUID *g);
58 const GUID *iid;
74 ff_dshow_##prefix##_QueryInterface(class *this, const GUID *riid, void **ppvObject) \
170 long ff_dshow_pin_QueryInterface (DShowPin *, const GUID *, void **);
189 long ff_dshow_meminputpin_QueryInterface (DShowMemInputPin *, const GUID *, void …
215 long ff_dshow_enumpins_QueryInterface(DShowEnumPins *, const GUID *, void **);
236 long ff_dshow_enummediatypes_QueryInterface(DShowEnumMediaTypes *, const GUID *, void **);
265 long ff_dshow_filter_QueryInterface (DShowFilter *, const GUID *, void **);
/third_party/ffmpeg/libavcodec/
Dmf_utils.h56 HRESULT ff_MFTEnumEx(GUID guidCategory, UINT32 Flags,
156 const GUID *ff_pix_fmt_to_guid(enum AVPixelFormat pix_fmt);
157 int ff_fourcc_from_guid(const GUID *guid, uint32_t *out_fourcc);
158 char *ff_guid_str_buf(char *buf, size_t buf_size, const GUID *guid);
163 int ff_instantiate_mf(void *log, GUID category,
Dmf_utils.c53 HRESULT ff_MFTEnumEx(GUID guidCategory, UINT32 Flags, in ff_MFTEnumEx()
58 HRESULT (WINAPI *MFTEnumEx_ptr)(GUID guidCategory, UINT32 Flags, in ff_MFTEnumEx()
150 GUID subtype; in ff_media_type_to_sample_fmt()
177 const GUID *guid;
193 GUID subtype; in ff_media_type_to_pix_fmt()
208 const GUID *ff_pix_fmt_to_guid(enum AVPixelFormat pix_fmt) in ff_pix_fmt_to_guid()
222 int ff_fourcc_from_guid(const GUID *guid, uint32_t *out_fourcc) in ff_fourcc_from_guid()
242 const GUID *guid;
364 char *ff_guid_str_buf(char *buf, size_t buf_size, const GUID *guid) in ff_guid_str_buf()
401 GUID key; in ff_attributes_dump()
[all …]

12345678910