Searched refs:pb_validate (Results 1 - 25 of 30) sorted by last modified time

12

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A DMakefile16 pb_validate.c
H A Dpb_buffer.h59 struct pb_validate;
134 struct pb_validate *vl,
204 pb_validate(struct pb_buffer *buf, struct pb_validate *vl, unsigned flags) function
H A Dpb_buffer_fenced.c145 struct pb_validate *vl;
757 struct pb_validate *vl,
816 ret = pb_validate(fenced_buf->buffer, vl, flags);
H A Dpb_buffer_malloc.c89 struct pb_validate *vl,
H A Dpb_bufmgr_cache.c187 struct pb_validate *vl,
191 return pb_validate(buf->buffer, vl, flags);
H A Dpb_bufmgr_debug.c303 struct pb_validate *vl,
318 return pb_validate(buf->buffer, vl, flags);
H A Dpb_bufmgr_mm.c132 struct pb_validate *vl,
137 return pb_validate(mm->buffer, vl, flags);
H A Dpb_bufmgr_ondemand.c174 struct pb_validate *vl,
188 return pb_validate(buf->buffer, vl, flags);
H A Dpb_bufmgr_pool.c145 struct pb_validate *vl,
150 return pb_validate(pool->buffer, vl, flags);
H A Dpb_bufmgr_slab.c255 struct pb_validate *vl,
259 return pb_validate(buf->slab->bo, vl, flags);
H A Dpb_validate.c42 #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...]
H A Dpb_validate.h56 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);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c515 struct pb_validate *vl,
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c140 struct pb_validate *vl,
H A Dvmw_context.c33 #include "pipebuffer/pb_validate.h"
90 struct pb_validate *validate;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A DMakefile16 pb_validate.c
H A Dpb_buffer.h59 struct pb_validate;
134 struct pb_validate *vl,
204 pb_validate(struct pb_buffer *buf, struct pb_validate *vl, unsigned flags) function
H A Dpb_buffer_fenced.c145 struct pb_validate *vl;
757 struct pb_validate *vl,
816 ret = pb_validate(fenced_buf->buffer, vl, flags);
H A Dpb_buffer_malloc.c89 struct pb_validate *vl,
H A Dpb_bufmgr_cache.c187 struct pb_validate *vl,
191 return pb_validate(buf->buffer, vl, flags);
H A Dpb_bufmgr_debug.c303 struct pb_validate *vl,
318 return pb_validate(buf->buffer, vl, flags);
H A Dpb_bufmgr_mm.c132 struct pb_validate *vl,
137 return pb_validate(mm->buffer, vl, flags);
H A Dpb_bufmgr_ondemand.c174 struct pb_validate *vl,
188 return pb_validate(buf->buffer, vl, flags);
H A Dpb_bufmgr_pool.c145 struct pb_validate *vl,
150 return pb_validate(pool->buffer, vl, flags);
H A Dpb_bufmgr_slab.c255 struct pb_validate *vl,
259 return pb_validate(buf->slab->bo, vl, flags);

Completed in 178 milliseconds

12