Searched refs:ibuf (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_drmi.c224 struct vmwgfx_int_dmabuf *ibuf; local in function:vmwgfx_dmabuf_alloc
227 ibuf = calloc(1, sizeof(*ibuf));
228 if (!ibuf)
231 buf = &ibuf->buf;
240 ibuf = vmwgfx_int_dmabuf(buf);
241 ibuf->map_handle = arg.rep.map_handle;
242 ibuf->drm_fd = drm_fd;
257 struct vmwgfx_int_dmabuf *ibuf = vmwgfx_int_dmabuf(buf); local in function:vmwgfx_dmabuf_map
259 if (ibuf
277 struct vmwgfx_int_dmabuf *ibuf = vmwgfx_int_dmabuf(buf); local in function:vmwgfx_dmabuf_unmap
292 struct vmwgfx_int_dmabuf *ibuf = vmwgfx_int_dmabuf(buf); local in function:vmwgfx_dmabuf_destroy
322 struct vmwgfx_int_dmabuf *ibuf = vmwgfx_int_dmabuf(buf); local in function:vmwgfx_dma
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl_private.h51 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
H A Dsvga_swtnl_backend.c89 pipe_resource_reference(&svga_render->ibuf, NULL);
341 pipe_resource_reference(&svga_render->ibuf, NULL);
343 if (!svga_render->ibuf) {
345 svga_render->ibuf = pipe_buffer_create(screen,
352 pipe_buffer_write_nooverlap(&svga->pipe, svga_render->ibuf,
366 svga_render->ibuf,
378 svga_render->ibuf,
409 pipe_resource_reference(&svga_render->ibuf, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl_private.h51 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
H A Dsvga_swtnl_backend.c89 pipe_resource_reference(&svga_render->ibuf, NULL);
379 pipe_resource_reference(&svga_render->ibuf, NULL);
/xsrc/external/mit/xfs/dist/os/
H A Dio.c180 char *ibuf; local in function:ReadRequest
182 ibuf = (char *) FSrealloc(oci->buffer, needed);
183 if (!ibuf) {
188 oci->buffer = ibuf;
219 char *ibuf; local in function:ReadRequest
221 ibuf = (char *) FSrealloc(oci->buffer, BUFSIZE);
222 if (ibuf) {
224 oci->buffer = ibuf;
225 oci->bufptr = ibuf + oci->bufcnt - gotnow;
300 char *ibuf; local in function:InsertFakeRequest
[all...]
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c324 char *ibuf; local in function:ReadRequestFromClient
326 ibuf = (char *)realloc(oci->buffer, needed);
327 if (!ibuf)
333 oci->buffer = ibuf;
374 char *ibuf; local in function:ReadRequestFromClient
376 ibuf = (char *)realloc(oci->buffer, BUFSIZE);
377 if (ibuf)
380 oci->buffer = ibuf;
381 oci->bufptr = ibuf + oci->bufcnt - gotnow;
541 char *ibuf; local in function:InsertFakeRequest
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c333 char *ibuf; local in function:ReadRequestFromClient
335 ibuf = (char *) realloc(oci->buffer, needed);
336 if (!ibuf) {
341 oci->buffer = ibuf;
379 char *ibuf; local in function:ReadRequestFromClient
381 ibuf = (char *) realloc(oci->buffer, BUFSIZE);
382 if (ibuf) {
384 oci->buffer = ibuf;
385 oci->bufptr = ibuf + oci->bufcnt - gotnow;
531 char *ibuf; local in function:InsertFakeRequest
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDraw.cpp98 struct pipe_resource *ibuf; local in function:create_null_index_buffer
102 ibuf = pipe_buffer_create_with_data(ctx,
112 return ibuf;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.c698 struct i915_buffer *ibuf = i915_buffer(buf); local in function:i915_set_constant_buffer
703 new_num = ibuf->b.b.width0 / 4 * sizeof(float);
712 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state.c676 struct i915_buffer *ibuf = i915_buffer(buf); local in function:i915_set_constant_buffer
681 new_num = ibuf->b.width0 / 4 * sizeof(float);
690 diff = memcmp(old->data, ibuf->data, ibuf->b.width0);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMisc.c370 XkbSymInterpretPtr *interps,ibuf[IBUF_SIZE]; local in function:XkbApplyCompatMapToKey
393 interps= ibuf;
398 interps= ibuf;
510 if (interps!=ibuf)
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMisc.c379 XkbSymInterpretPtr *interps, ibuf[IBUF_SIZE]; local in function:XkbApplyCompatMapToKey
402 interps = ibuf;
407 interps = ibuf;
528 if (interps != ibuf)
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMisc.c431 XkbSymInterpretPtr *interps, ibuf[IBUF_SIZE]; local in function:XkbApplyCompatMapToKey
454 interps = ibuf;
459 interps = ibuf;
583 if (interps != ibuf)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.h527 struct pipe_resource *ibuf,
H A Dnine_state.c2399 ARG_BIND_RES(struct pipe_resource, ibuf),
2415 info.has_user_indices = ibuf == NULL;
2416 if (ibuf)
2417 info.index.resource = ibuf;
H A Ddevice9.c2919 struct pipe_resource *ibuf = NULL; local in function:NineDevice9_DrawIndexedPrimitiveUP
2945 &ibuf);
2955 ibuf,
2956 ibuf ? NULL : (void*)pIndexData,
2962 pipe_resource_reference(&ibuf, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h541 struct pipe_resource *ibuf,
H A Dnine_state.c2432 ARG_BIND_RES(struct pipe_resource, ibuf),
2450 info.has_user_indices = ibuf == NULL;
2451 if (ibuf)
2452 info.index.resource = ibuf;
H A Ddevice9.c3140 struct pipe_resource *ibuf = NULL; local in function:NineDevice9_DrawIndexedPrimitiveUP
3178 &ibuf);
3187 ibuf,
3188 ibuf ? NULL : (void*)pIndexData,
3194 pipe_resource_reference(&ibuf, NULL);

Completed in 38 milliseconds