HomeSort by relevance Sort by last modified time
    Searched refs:pb_validate (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_validate.h 56 struct pb_validate;
60 pb_validate_add_buffer(struct pb_validate *vl,
65 pb_validate_foreach(struct pb_validate *vl,
75 pb_validate_validate(struct pb_validate *vl);
83 pb_validate_fence(struct pb_validate *vl,
86 struct pb_validate *
90 pb_validate_destroy(struct pb_validate *vl);
pb_validate.c 42 #include "pb_validate.h"
55 struct pb_validate struct
64 pb_validate_add_buffer(struct pb_validate *vl,
116 pb_validate_foreach(struct pb_validate *vl,
132 pb_validate_validate(struct pb_validate *vl)
138 ret = pb_validate(vl->entries[i].buf, vl, vl->entries[i].flags);
141 pb_validate(vl->entries[i].buf, NULL, 0);
151 pb_validate_fence(struct pb_validate *vl,
164 pb_validate_destroy(struct pb_validate *vl)
174 struct pb_validate *
    [all...]
Makefile 16 pb_validate.c
pb_buffer.h 59 struct pb_validate;
134 struct pb_validate *vl,
204 pb_validate(struct pb_buffer *buf, struct pb_validate *vl, unsigned flags) function
pb_buffer_malloc.c 89 struct pb_validate *vl,
pb_bufmgr_mm.c 132 struct pb_validate *vl,
137 return pb_validate(mm->buffer, vl, flags);
pb_bufmgr_ondemand.c 174 struct pb_validate *vl,
188 return pb_validate(buf->buffer, vl, flags);
pb_bufmgr_pool.c 145 struct pb_validate *vl,
150 return pb_validate(pool->buffer, vl, flags);
pb_bufmgr_cache.c 187 struct pb_validate *vl,
191 return pb_validate(buf->buffer, vl, flags);
pb_bufmgr_debug.c 303 struct pb_validate *vl,
318 return pb_validate(buf->buffer, vl, flags);
pb_bufmgr_slab.c 255 struct pb_validate *vl,
259 return pb_validate(buf->slab->bo, vl, flags);
pb_buffer_fenced.c 145 struct pb_validate *vl;
757 struct pb_validate *vl,
816 ret = pb_validate(fenced_buf->buffer, vl, flags);
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_buffer.c 140 struct pb_validate *vl,
vmw_context.c 33 #include "pipebuffer/pb_validate.h"
90 struct pb_validate *validate;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 515 struct pb_validate *vl,

Completed in 103 milliseconds