HomeSort by: relevance | last modified time | path
    Searched refs:super (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
range.hpp 186 typedef detail::basic_range<iterator_range<I>, I, I> super; typedef in class:clover::iterator_range
209 typename super::size_type
242 > super; typedef in class:clover::adaptor_range
254 typename super::iterator
259 typename super::iterator
265 typename super::const_iterator
270 typename super::const_iterator
276 typename super::size_type
300 > super; typedef in class:clover::slice_range
303 slice_range(R &&r, typename super::size_type i
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
range.hpp 186 typedef detail::basic_range<iterator_range<I>, I, I> super; typedef in class:clover::iterator_range
209 typename super::size_type
242 > super; typedef in class:clover::adaptor_range
254 typename super::iterator
259 typename super::iterator
265 typename super::const_iterator
270 typename super::const_iterator
276 typename super::size_type
300 > super; typedef in class:clover::slice_range
303 slice_range(R &&r, typename super::size_type i
    [all...]
  /xsrc/external/mit/libXt/dist/src/
RectObj.c 149 register RectObjClass super = ((RectObjClass) roc->rect_class.superclass); local
151 /* We don't need to check for null super since we'll get to object
155 roc->rect_class.resize = super->rect_class.resize;
159 roc->rect_class.expose = super->rect_class.expose;
163 roc->rect_class.set_values_almost = super->rect_class.set_values_almost;
167 roc->rect_class.query_geometry = super->rect_class.query_geometry;
Core.c 232 /* We don't need to check for null super since we'll get to object
235 register WidgetClass super = wc->core_class.superclass; local
239 wc->core_class.realize = super->core_class.realize;
243 wc->core_class.accept_focus = super->core_class.accept_focus;
248 super->core_class.display_accelerator;
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_marshal_h.py 42 super(PrintCode, self).__init__()
marshal_XML.py 40 super(marshal_function, self).process_element(element)
gl_marshal.py 70 super(PrintCode, self).__init__()
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_marshal_h.py 44 super(PrintCode, self).__init__()
marshal_XML.py 40 super(marshal_function, self).process_element(element)
gl_marshal.py 62 super(PrintCode, self).__init__()
  /xsrc/external/mit/MesaLib/dist/bin/pick/
ui.py 47 super().__init__(*args, **kwargs)
58 return super().keypress(size, key)
70 super().__init__(f'{commit.date()} {reason} {commit.sha[:10]} {commit.description}')
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_entrypoints_gen.py 351 super(Entrypoint, self).__init__(name)
369 super(EntrypointAlias, self).__init__(name)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_entrypoints_gen.py 351 super(Entrypoint, self).__init__(name)
369 super(EntrypointAlias, self).__init__(name)
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_dispatch_table_gen.py 763 super(Entrypoint, self).__init__(name)
784 super(EntrypointAlias, self).__init__(name)
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_entrypoints_gen.py 500 super(Entrypoint, self).__init__(name)
520 super(EntrypointAlias, self).__init__(name)
  /xsrc/external/mit/libXaw/dist/src/
Simple.c 271 SimpleWidgetClass super = (SimpleWidgetClass)c->core_class.superclass; local
286 c->simple_class.change_sensitive = super->simple_class.change_sensitive;
Vendor.c 385 WidgetClass super = wmShellWidgetClass; local
389 (*super->core_class.realize) (wid, vmask, attr);
  /xsrc/external/mit/xkbutils/dist/
LED.c 214 WidgetClass super = simpleWidgetClass; local
217 (*super->core_class.realize) (w, mask, xswa);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/common/
freedreno_devices.py 113 super().__init__(gmem_align_w = 16, gmem_align_h = 4,
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_display.c 262 const int super = ffs((pNv->reg[0x00610024/4] >> 4) & 7); local
264 if(super) {
265 if(super == 2) {
279 pNv->reg[0x00610024/4] = 8 << super;
  /xsrc/external/mit/MesaLib/dist/src/mapi/
mapi_abi.py 579 super(GLAPIPrinter, self).__init__(entries)
620 super(SharedGLAPIPrinter, self).__init__(entries)
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/
mapi_abi.py 577 super(GLAPIPrinter, self).__init__(entries)
623 super(SharedGLAPIPrinter, self).__init__(entries)
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
glsl_scraper.py 17 super(ShaderCompileError, self).__init__(*args)
  /xsrc/external/mit/MesaLib/dist/src/amd/registers/
regdb.py 134 super(MergeError, self).__init__(msg)
138 super(RegisterDatabaseError, self).__init__(msg)
  /xsrc/external/mit/fontconfig/dist/src/
fclang.c 397 * Return FcTrue when super contains sub.
399 * super contains sub if super and sub have the same
405 FcLangContains (const FcChar8 *super, const FcChar8 *sub)
411 c1 = *super++;
418 /* see if super has a country while sub is missing one */
421 /* see if sub has a country while super is missing one */

Completed in 29 milliseconds

1 2