Home
last modified time | relevance | path

Searched refs:objectType (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp50 const char* getShortObjectTypeName (VkDebugReportObjectTypeEXT objectType) in getShortObjectTypeName() argument
52 switch (objectType) in getShortObjectTypeName()
90 …Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT objectType) in shortObjectTypeStr() argument
92 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType); in shortObjectTypeStr()
106 str << " at " << shortObjectTypeStr(message.objectType) << ":" << message.location << ")"; in operator <<()
115 VkDebugReportObjectTypeEXT objectType, in debugReportCallback() argument
125 …const DebugReportMessage message (flags, objectType, object, location, messageCode, pLayerPrefix,… in debugReportCallback()
DvkDebugReportUtil.hpp38 VkDebugReportObjectTypeEXT objectType; member
47 , objectType ((VkDebugReportObjectTypeEXT)0) in DebugReportMessage()
61 , objectType (objectType_) in DebugReportMessage()
/third_party/mesa3d/src/vulkan/util/
Dvk_object.c203 VkObjectType objectType, in vk_object_base_private_data() argument
219 if (objectType == VK_OBJECT_TYPE_SWAPCHAIN_KHR) { in vk_object_base_private_data()
229 vk_object_base_from_u64_handle(objectHandle, objectType); in vk_object_base_private_data()
237 VkObjectType objectType, in vk_object_base_set_private_data() argument
244 objectType, objectHandle, in vk_object_base_set_private_data()
256 VkObjectType objectType, in vk_object_base_get_private_data() argument
263 objectType, objectHandle, in vk_object_base_get_private_data()
295 VkObjectType objectType, in vk_common_SetPrivateDataEXT() argument
302 objectType, objectHandle, in vk_common_SetPrivateDataEXT()
308 VkObjectType objectType, in vk_common_GetPrivateDataEXT() argument
[all …]
Dvk_debug_report.c132 VkDebugReportObjectTypeEXT objectType, in vk_common_DebugReportMessageEXT() argument
140 debug_report(instance, flags, objectType, in vk_common_DebugReportMessageEXT()
Dvk_object.h171 VkObjectType objectType,
177 VkObjectType objectType,
/third_party/mesa3d/src/mesa/main/
Dobjectpurge.c132 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() argument
157 switch (objectType) { in _mesa_ObjectPurgeableAPPLE()
170 name, objectType); in _mesa_ObjectPurgeableAPPLE()
274 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE() argument
297 switch (objectType) { in _mesa_ObjectUnpurgeableAPPLE()
307 name, objectType); in _mesa_ObjectUnpurgeableAPPLE()
386 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, in _mesa_GetObjectParameterivAPPLE() argument
397 switch (objectType) { in _mesa_GetObjectParameterivAPPLE()
410 name, objectType); in _mesa_GetObjectParameterivAPPLE()
Dobjectpurge.h32 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
35 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
38 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name,
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DClient.cpp61 ObjectType objectType = static_cast<ObjectType>(&objectList - mObjects.data()); in DestroyAllObjects() local
62 if (objectType == ObjectType::Device) { in DestroyAllObjects()
69 cmd.objectType = objectType; in DestroyAllObjects()
72 FreeObject(objectType, object); in DestroyAllObjects()
80 cmd.objectType = ObjectType::Device; in DestroyAllObjects()
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DUnionInNestedNS.cs36 public override bool CanConvert(System.Type objectType) { in CanConvert() argument
37 …return objectType == typeof(UnionInNestedNSUnion) || objectType == typeof(System.Collections.Gener… in CanConvert()
53 …public override object ReadJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object … in ReadJson() argument
/third_party/flatbuffers/tests/MyGame/Example/
DAny.cs42 public override bool CanConvert(System.Type objectType) { in CanConvert() argument
43 …return objectType == typeof(AnyUnion) || objectType == typeof(System.Collections.Generic.List<AnyU… in CanConvert()
59 …public override object ReadJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object … in ReadJson() argument
DAnyUniqueAliases.cs42 public override bool CanConvert(System.Type objectType) { in CanConvert() argument
43 …return objectType == typeof(AnyUniqueAliasesUnion) || objectType == typeof(System.Collections.Gene… in CanConvert()
59 …public override object ReadJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object … in ReadJson() argument
DAnyAmbiguousAliases.cs42 public override bool CanConvert(System.Type objectType) { in CanConvert() argument
43 …return objectType == typeof(AnyAmbiguousAliasesUnion) || objectType == typeof(System.Collections.G… in CanConvert()
59 …public override object ReadJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object … in ReadJson() argument
/third_party/flatbuffers/tests/union_vector/
DCharacter.cs48 public override bool CanConvert(System.Type objectType) { in CanConvert() argument
49 …return objectType == typeof(CharacterUnion) || objectType == typeof(System.Collections.Generic.Lis… in CanConvert()
65 …public override object ReadJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object … in ReadJson() argument
/third_party/typescript/src/compiler/
DsymbolWalker.ts62 const objectType = type as ObjectType; constant
63 const objectFlags = objectType.objectFlags;
74 visitObjectType(objectType);
109 visitType(type.objectType);
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerDoers.cpp67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) {
73 switch(objectType) {
81 if (!UntrackDeviceChild(data->deviceInfo, objectType, objectId)) {
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gpay.c189 guint8 objectType = 0; in gst_rtp_mp4g_pay_parse_audio_config() local
199 if (!gst_bit_reader_get_bits_uint8 (&br, &objectType, 5)) in gst_rtp_mp4g_pay_parse_audio_config()
201 if (objectType == 0) in gst_rtp_mp4g_pay_parse_audio_config()
231 switch (objectType) { in gst_rtp_mp4g_pay_parse_audio_config()
260 rtpmp4gpay->profile = g_strdup_printf ("%d", objectType); in gst_rtp_mp4g_pay_parse_audio_config()
264 objectType, samplingIdx, rtpmp4gpay->rate, channelCfg, in gst_rtp_mp4g_pay_parse_audio_config()
Dgstrtpmp4apay.c144 guint8 objectType; in gst_rtp_mp4a_pay_parse_audio_config() local
156 objectType = (data[0] & 0xf8) >> 3; in gst_rtp_mp4a_pay_parse_audio_config()
157 if (objectType == 0) in gst_rtp_mp4a_pay_parse_audio_config()
188 rtpmp4apay->profile = g_strdup_printf ("%d", objectType); in gst_rtp_mp4a_pay_parse_audio_config()
191 "objectType: %d, samplingIdx: %d (%d), channelCfg: %d", objectType, in gst_rtp_mp4a_pay_parse_audio_config()
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-regexp-exec.ts38 const objectType = typeChecker.getTypeAtLocation( constant
41 return getTypeName(typeChecker, objectType) === 'string';
/third_party/typescript_eslint/packages/eslint-plugin-internal/src/rules/
Dno-poorly-typed-ts-props.ts72 const objectType = checker.getTypeAtLocation(tsObjectNode); constant
73 const objectSymbol = objectType.getSymbol();
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
DClientBase.h39 void FreeObject(ObjectType objectType, ObjectBase* obj) {
40 switch (objectType) {
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerDoers.cpp67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) {
73 switch(objectType) {
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_object_purgeable.txt300 the <objectType> parameter in ObjectPurgeable or
316 enum ObjectPurgeableAPPLE(enum objectType, uint name, enum option)
317 enum ObjectUnpurgeableAPPLE(enum objectType, uint name, enum option)
318 void GetObjectParameterivAPPLE(enum objectType, uint name, enum
343 Accepted by the <objectType> parameters of ObjectPurgeableAPPLE,
372 enum ObjectPurgeableAPPLE(enum objectType, uint name, enum option)
374 sets PURGEABLE_APPLE to TRUE for the object of type <objectType>
375 with the id <name>. <objectType> must be one of TEXTURE,
422 <objectType> with the id <name>. If ObjectUnpurgeableAPPLE is
481 "void GetObjectParameterivAPPLE(enum objectType,
[all …]
/third_party/openGLES/extensions/APPLE/
DAPPLE_object_purgeable.txt300 the <objectType> parameter in ObjectPurgeable or
316 enum ObjectPurgeableAPPLE(enum objectType, uint name, enum option)
317 enum ObjectUnpurgeableAPPLE(enum objectType, uint name, enum option)
318 void GetObjectParameterivAPPLE(enum objectType, uint name, enum
343 Accepted by the <objectType> parameters of ObjectPurgeableAPPLE,
372 enum ObjectPurgeableAPPLE(enum objectType, uint name, enum option)
374 sets PURGEABLE_APPLE to TRUE for the object of type <objectType>
375 with the id <name>. <objectType> must be one of TEXTURE,
422 <objectType> with the id <name>. If ObjectUnpurgeableAPPLE is
481 "void GetObjectParameterivAPPLE(enum objectType,
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp172 VkObjectType objectType, in SetDebugName() argument
184 objectNameInfo.objectType = objectType; in SetDebugName()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py1226 def __init__ (self, type, name, objectType, ifaceArgs, arguments): argument
1229 self.objectType = objectType
1254 objectType = function.arguments[-1].type[0] #not getType() but type[0] on purpose
1256 …funcs.append(ConstructorFunction(function.getType(), getInterfaceName(function), objectType, iface…
1272 …for line in indentLines(["Move<%s>\t%s\t(%s = DE_NULL);" % (function.objectType, function.name, ar…
1290 objectType = function.arguments[-2].getType()
1292 yield "void Deleter<%s>::operator() (%s obj) const" % (objectType, objectType)
1315 …yield "Move<%s> %s (%s)" % (function.objectType, function.name, argListToStr(function.ifaceArgs + …
1317 yield "\t%s object = 0;" % function.objectType
1319 …check<%s>(object), Deleter<%s>(%s));" % (function.objectType, function.objectType, function.object…
[all …]

123456