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

  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 568 #define free_resource(_res, type, Type) \
570 if (!(_res)->type##s) \
572 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
573 if (!(_res)->type##s[i].type) \
575 drmModeFree##Type((_res)->type##s[i].type); \
577 free((_res)->type##s); \
580 #define free_properties(_res, type) \
582 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
610 drmModeRes *_res; local
621 _res = drmModeGetResources(dev->fd)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
rbug_context.c 810 struct pipe_resource *_res,
815 struct pipe_resource *res = rbug_resource_unwrap(_res);
904 struct pipe_resource *_res)
907 struct rbug_resource *rb_resource_res = rbug_resource(_res);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
rbug_context.c 824 struct pipe_resource *_res,
829 struct pipe_resource *res = rbug_resource_unwrap(_res);
918 struct pipe_resource *_res)
921 struct rbug_resource *rb_resource_res = rbug_resource(_res);

Completed in 7 milliseconds