Searched defs:r600_resource (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_resource.h35 struct r600_resource *staging;
42 struct r600_resource base;
47 struct r600_resource resource;
104 struct r600_resource *cb_buffer_fmask; /* Used for FMASK relocations. R600 only */
105 struct r600_resource *cb_buffer_cmask; /* Used for CMASK relocations. R600 only */
135 static INLINE struct r600_resource *r600_resource(struct pipe_resource *r) function
137 return (struct r600_resource*)r;
H A Dr600.h81 struct r600_resource { struct
109 struct r600_resource *bo;
124 struct r600_resource *bo;
151 struct r600_resource *buf;
178 struct r600_resource *filled_size;
197 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence,
215 struct r600_resource *bo,
225 struct r600_resource *bo,
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_resource.h35 struct r600_resource *staging;
42 struct r600_resource base;
47 struct r600_resource resource;
104 struct r600_resource *cb_buffer_fmask; /* Used for FMASK relocations. R600 only */
105 struct r600_resource *cb_buffer_cmask; /* Used for CMASK relocations. R600 only */
135 static INLINE struct r600_resource *r600_resource(struct pipe_resource *r) function
137 return (struct r600_resource*)r;
H A Dr600.h81 struct r600_resource { struct
109 struct r600_resource *bo;
124 struct r600_resource *bo;
151 struct r600_resource *buf;
178 struct r600_resource *filled_size;
197 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence,
215 struct r600_resource *bo,
225 struct r600_resource *bo,

Completed in 2067 milliseconds