HomeSort by: relevance | last modified time | path
    Searched defs:object_type (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_debug_report.c 99 VkDebugReportObjectTypeEXT object_type,
122 cb->callback(flags, object_type, handle, location, messageCode,
153 VkDebugReportObjectTypeEXT object_type = local
155 debug_report(instance, flags, object_type, (uint64_t)(uintptr_t)object,
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
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.old/dist/src/gallium/state_trackers/clover/core/core/
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...]

Completed in 7 milliseconds