HomeSort by relevance Sort by last modified time
    Searched defs:vbuf (Results 51 - 60 of 60) sorted by null

1 23

  /hardware/qcom/msm8x09/original-kernel-headers/linux/
qcedev.h 139 * @vbuf (IN/OUT): Stores Source and destination Buffer information
184 struct qcedev_vbuf_info vbuf; member in union:qcedev_cipher_op_req::__anon47006
  /external/ipsec-tools/src/racoon/
isakmp.c 1794 vchar_t *vbuf = NULL, swap; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 98 struct pipe_vertex_buffer vbuf; member in struct:hud_context::vertex_queue
465 v->vbuf.stride = stride;
466 u_upload_alloc(hud->uploader, 0, v->vbuf.stride * v->max_num_vertices,
467 16, &v->vbuf.buffer_offset, &v->vbuf.buffer,
618 &hud->bg.vbuf);
621 pipe_resource_reference(&hud->bg.vbuf.buffer, NULL);
638 &hud->whitelines.vbuf);
642 pipe_resource_reference(&hud->whitelines.vbuf.buffer, NULL);
648 &hud->text.vbuf);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 1205 uint32_t stride, length, *vbuf; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 931 struct pipe_vertex_buffer *vbuf = r300->vertex_buffer; local
949 vb1 = &vbuf[velem[i].vertex_buffer_index];
950 vb2 = &vbuf[velem[i+1].vertex_buffer_index];
961 vb1 = &vbuf[velem[i].vertex_buffer_index];
969 buf = r300_resource(vbuf[velem[i].vertex_buffer_index].buffer);
975 vb1 = &vbuf[velem[i].vertex_buffer_index];
976 vb2 = &vbuf[velem[i+1].vertex_buffer_index];
1378 struct pipe_vertex_buffer *vbuf = r300->vertex_buffer; local
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 668 GCVtx* vbuf = (GCVtx*)state->vtxBuf->data.ptr; local
718 GCVtx* v = ptr[x] = &vbuf[nvtx++];
814 E += icvGCMaxFlow( vbuf, nvtx, ebuf, state2->orphans, state2->maxOrphans );
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 68 struct u_vbuf *vbuf; member in struct:cso_context
286 cso->vbuf = u_vbuf_create(cso->pipe, &caps,
431 if (ctx->vbuf)
432 u_vbuf_destroy(ctx->vbuf);
1044 struct u_vbuf *vbuf = ctx->vbuf; local
1050 if (vbuf) {
1051 u_vbuf_set_vertex_elements(vbuf, count, states);
1102 struct u_vbuf *vbuf = ctx->vbuf; local
1116 struct u_vbuf *vbuf = ctx->vbuf; local
1136 struct u_vbuf *vbuf = ctx->vbuf; local
1169 struct u_vbuf *vbuf = ctx->vbuf; local
1185 struct u_vbuf *vbuf = ctx->vbuf; local
1708 struct u_vbuf *vbuf = cso->vbuf; local
1722 struct u_vbuf *vbuf = cso->vbuf; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 2891 struct pipe_vertex_buffer vbuf; local
    [all...]
  /external/ppp/pppd/
main.c 2218 char *p, *q, *vbuf; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 8801 static xtensa_insnbuf vbuf = NULL; local
9854 static xtensa_insnbuf vbuf = NULL; local
    [all...]

Completed in 390 milliseconds

1 23