HomeSort by relevance Sort by last modified time
    Searched defs:trace_resource (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_texture.h 39 struct trace_resource struct
80 static INLINE struct trace_resource *
81 trace_resource(struct pipe_resource *texture) function
86 return (struct trace_resource *)texture;
95 (void)trace_resource(surface->texture);
114 (void)trace_resource(transfer->resource);
125 struct trace_resource *tr_res);
128 trace_surf_create(struct trace_resource *tr_res,
136 struct trace_resource *tr_res,
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 39 struct trace_resource struct
80 static INLINE struct trace_resource *
81 trace_resource(struct pipe_resource *texture) function
86 return (struct trace_resource *)texture;
95 (void)trace_resource(surface->texture);
114 (void)trace_resource(transfer->resource);
125 struct trace_resource *tr_res);
128 trace_surf_create(struct trace_resource *tr_res,
136 struct trace_resource *tr_res,
  /external/bison/src/
getargs.h 99 trace_resource = 1 << 2, /**< Memory allocation. */ enumerator in enum:trace

Completed in 68 milliseconds