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

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_bufmgr.h 89 struct brw_bo { struct
216 struct brw_bo *brw_bo_alloc(struct brw_bufmgr *bufmgr, const char *name,
230 struct brw_bo *brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr,
253 struct brw_bo *brw_bo_alloc_tiled_2d(struct brw_bufmgr *bufmgr,
263 brw_bo_reference(struct brw_bo *bo)
272 void brw_bo_unreference(struct brw_bo *bo);
290 MUST_CHECK void *brw_bo_map(struct brw_context *brw, struct brw_bo *bo, unsigned flags);
296 static inline int brw_bo_unmap(UNUSED struct brw_bo *bo) { return 0; }
299 int brw_bo_subdata(struct brw_bo *bo, uint64_t offset,
308 void brw_bo_wait_rendering(struct brw_bo *bo)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_bufmgr.h 88 struct brw_bo { struct
208 struct brw_bo *brw_bo_alloc(struct brw_bufmgr *bufmgr, const char *name,
222 struct brw_bo *brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr,
245 struct brw_bo *brw_bo_alloc_tiled_2d(struct brw_bufmgr *bufmgr,
255 brw_bo_reference(struct brw_bo *bo)
264 void brw_bo_unreference(struct brw_bo *bo);
282 MUST_CHECK void *brw_bo_map(struct brw_context *brw, struct brw_bo *bo, unsigned flags);
288 static inline int brw_bo_unmap(UNUSED struct brw_bo *bo) { return 0; }
291 int brw_bo_subdata(struct brw_bo *bo, uint64_t offset,
300 void brw_bo_wait_rendering(struct brw_bo *bo)
    [all...]

Completed in 8 milliseconds