| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | object.hpp | 47 typedef T object_type; typedef in struct:clover::descriptor 66 typedef T object_type; typedef in struct:clover::detail::descriptor_traits 70 auto o = static_cast<typename D::object_type *>(d); 72 !dynamic_cast<object_type *>(o)) 85 typedef typename D::object_type object_type; typedef in struct:clover::detail::descriptor_traits 90 throw invalid_object_error<object_type>(); 102 typedef typename D::object_type object_type; typedef in struct:clover::detail::descriptor_traits 107 throw invalid_object_error<object_type>(); 119 typedef typename D::object_type object_type; typedef in struct:clover::detail::descriptor_traits [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | object.hpp | 46 typedef T object_type; typedef in struct:clover::descriptor 65 typedef T object_type; typedef in struct:clover::detail::descriptor_traits 69 auto o = static_cast<typename D::object_type *>(d); 71 !dynamic_cast<object_type *>(o)) 84 typedef typename D::object_type object_type; typedef in struct:clover::detail::descriptor_traits 89 throw invalid_object_error<object_type>(); 101 typedef typename D::object_type object_type; typedef in struct:clover::detail::descriptor_traits 106 throw invalid_object_error<object_type>(); 118 typedef typename D::object_type object_type; typedef in struct:clover::detail::descriptor_traits [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_debug_report.c | 99 VkDebugReportObjectTypeEXT object_type, 122 cb->callback(flags, object_type, handle, location, messageCode, 153 VkDebugReportObjectTypeEXT object_type = local in function:vk_debug_report 155 debug_report(instance, flags, object_type, (uint64_t)(uintptr_t)object, 97 debug_report(struct vk_instance * instance,VkDebugReportFlagsEXT flags,VkDebugReportObjectTypeEXT object_type,uint64_t handle,size_t location,int32_t messageCode,const char * pLayerPrefix,const char * pMessage) argument
|
| H A D | gen_enum_to_str.py | 115 % for object_type in sorted(object_types[0].enum_to_name.keys()): 116 case ${object_type}: 117 return "${object_types[0].enum_to_name[object_type]}"; 436 for object_type in xml.findall('./types/type[@category="handle"]'): 437 for object_name in object_type.findall('./name'): 439 enum = object_type.attrib['objtypeenum']
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/ |
| H A D | vk_debug_report.h | 66 VkDebugReportObjectTypeEXT object_type,
|
| H A D | vk_debug_report.c | 94 VkDebugReportObjectTypeEXT object_type, 117 cb->callback(flags, object_type, handle, location, messageCode, 92 vk_debug_report(struct vk_debug_report_instance * instance,VkDebugReportFlagsEXT flags,VkDebugReportObjectTypeEXT object_type,uint64_t handle,size_t location,int32_t messageCode,const char * pLayerPrefix,const char * pMessage) argument
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.h | 446 uint32_t object_type); 449 uint32_t object_type, uint32_t property_id,
|
| H A D | xf86drmMode.c | 1272 uint32_t object_type) 1281 properties.obj_type = object_type; 1340 drm_public int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, argument 1349 prop.obj_type = object_type; 1270 drmModeObjectGetProperties(int fd,uint32_t object_id,uint32_t object_type) argument
|