HomeSort by relevance Sort by last modified time
    Searched refs:vbuf (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 87 struct pipe_vertex_buffer vbuf; local
101 vbuf.stride = sizeof( struct vertex );
102 vbuf.buffer_offset = 0;
103 vbuf.buffer = pipe_buffer_create_with_data(ctx,
109 ctx->set_vertex_buffers(ctx, 1, &vbuf);
gs-test.c 234 struct pipe_vertex_buffer vbuf; local
251 vbuf.stride = sizeof( struct vertex );
252 vbuf.buffer_offset = 0;
254 vbuf.buffer = pipe_buffer_create_with_data(ctx,
260 vbuf.buffer = pipe_buffer_create_with_data(ctx,
267 ctx->set_vertex_buffers(ctx, 1, &vbuf);
fs-test.c 201 struct pipe_vertex_buffer vbuf; local
217 vbuf.stride = sizeof( struct vertex );
218 vbuf.buffer_offset = 0;
219 vbuf.buffer = pipe_buffer_create_with_data(ctx,
225 ctx->set_vertex_buffers(ctx, 1, &vbuf);
vs-test.c 145 struct pipe_vertex_buffer vbuf; local
173 vbuf.stride = sizeof( struct vertex );
174 vbuf.buffer_offset = 0;
175 vbuf.buffer = pipe_buffer_create_with_data(ctx,
181 ctx->set_vertex_buffers(ctx, 1, &vbuf);
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 83 struct pipe_resource *vbuf; member in struct:program
133 p->vbuf = pipe_buffer_create(p->screen, PIPE_BIND_VERTEX_BUFFER,
135 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(vertices), vertices);
297 pipe_resource_reference(&p->vbuf, NULL);
336 p->vbuf, 0,
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 448 mm_camera_buf_def_t *vbuf)
457 if(vbuf->num > MM_CAMERA_MAX_NUM_FRAMES) {
460 __func__, vbuf->num, MM_CAMERA_MAX_NUM_FRAMES);
489 stream->frame.num_frame = vbuf->num;
505 for(i = 0; i < vbuf->num; i++){
506 vbuf->buf.mp[i].idx = i; /* remember the index to stream frame if first time qbuf */
507 memcpy(&stream->frame.frame[i].frame, &(vbuf->buf.mp[i].frame),
508 sizeof(vbuf->buf.mp[i].frame));
510 stream->frame.frame[i].num_planes = vbuf->buf.mp[i].num_planes;
511 for(j = 0; j < vbuf->buf.mp[i].num_planes; j++)
    [all...]
  /external/chromium_org/media/base/
yuv_convert.cc 295 uint8* vbuf = ubuf + kFilterBufferSize; local
359 vbuf, v_ptr, v_ptr + uv_pitch, uv_source_width, source_uv_fraction);
362 memcpy(vbuf, v_ptr, uv_source_width);
365 v_ptr = vbuf;
367 vbuf[uv_source_width] = vbuf[uv_source_width - 1];
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
gs-test.c 234 struct pipe_vertex_buffer vbuf; local
251 vbuf.stride = sizeof( struct vertex );
252 vbuf.buffer_offset = 0;
254 vbuf.buffer = pipe_buffer_create_with_data(ctx,
260 vbuf.buffer = pipe_buffer_create_with_data(ctx,
267 ctx->set_vertex_buffers(ctx, 1, &vbuf);
fs-test.c 201 struct pipe_vertex_buffer vbuf; local
217 vbuf.stride = sizeof( struct vertex );
218 vbuf.buffer_offset = 0;
219 vbuf.buffer = pipe_buffer_create_with_data(ctx,
225 ctx->set_vertex_buffers(ctx, 1, &vbuf);
vs-test.c 145 struct pipe_vertex_buffer vbuf; local
173 vbuf.stride = sizeof( struct vertex );
174 vbuf.buffer_offset = 0;
175 vbuf.buffer = pipe_buffer_create_with_data(ctx,
181 ctx->set_vertex_buffers(ctx, 1, &vbuf);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_context.h 86 struct draw_stage *vbuf; member in struct:lp_setup_context
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h 86 struct draw_stage *vbuf; member in struct:lp_setup_context
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 76 struct pipe_resource *vbuf; /**< quad vertices */ member in struct:blit_state
140 ctx->vbuf = NULL;
192 pipe_resource_reference(&ctx->vbuf, NULL);
306 pipe_resource_reference(&ctx->vbuf, NULL);
310 if (!ctx->vbuf) {
311 ctx->vbuf = pipe_buffer_create(ctx->pipe->screen,
361 if (ctx->vbuf) {
362 pipe_buffer_write_nooverlap(ctx->pipe, ctx->vbuf,
778 if (ctx->vbuf) {
779 util_draw_vertex_buffer(ctx->pipe, ctx->cso, ctx->vbuf, offset
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 76 struct pipe_resource *vbuf; /**< quad vertices */ member in struct:blit_state
140 ctx->vbuf = NULL;
192 pipe_resource_reference(&ctx->vbuf, NULL);
306 pipe_resource_reference(&ctx->vbuf, NULL);
310 if (!ctx->vbuf) {
311 ctx->vbuf = pipe_buffer_create(ctx->pipe->screen,
361 if (ctx->vbuf) {
362 pipe_buffer_write_nooverlap(ctx->pipe, ctx->vbuf,
778 if (ctx->vbuf) {
779 util_draw_vertex_buffer(ctx->pipe, ctx->cso, ctx->vbuf, offset
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 828 struct pipe_vertex_buffer *vbuf = r300->vertex_buffer; local
846 vb1 = &vbuf[velem[i].vertex_buffer_index];
847 vb2 = &vbuf[velem[i+1].vertex_buffer_index];
858 vb1 = &vbuf[velem[i].vertex_buffer_index];
866 buf = r300_resource(vbuf[velem[i].vertex_buffer_index].buffer);
872 vb1 = &vbuf[velem[i].vertex_buffer_index];
873 vb2 = &vbuf[velem[i+1].vertex_buffer_index];
901 vb1 = &vbuf[velem[i].vertex_buffer_index];
918 buf = r300_resource(vbuf[velem[i].vertex_buffer_index].buffer);
1228 struct pipe_vertex_buffer *vbuf = r300->vertex_buffer; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 828 struct pipe_vertex_buffer *vbuf = r300->vertex_buffer; local
846 vb1 = &vbuf[velem[i].vertex_buffer_index];
847 vb2 = &vbuf[velem[i+1].vertex_buffer_index];
858 vb1 = &vbuf[velem[i].vertex_buffer_index];
866 buf = r300_resource(vbuf[velem[i].vertex_buffer_index].buffer);
872 vb1 = &vbuf[velem[i].vertex_buffer_index];
873 vb2 = &vbuf[velem[i+1].vertex_buffer_index];
901 vb1 = &vbuf[velem[i].vertex_buffer_index];
918 buf = r300_resource(vbuf[velem[i].vertex_buffer_index].buffer);
1228 struct pipe_vertex_buffer *vbuf = r300->vertex_buffer; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.c 306 softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->vbuf_backend);
307 if (!softpipe->vbuf)
310 draw_set_rasterize_stage(softpipe->draw, softpipe->vbuf);
sp_context.h 171 struct draw_stage *vbuf; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 306 softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->vbuf_backend);
307 if (!softpipe->vbuf)
310 draw_set_rasterize_stage(softpipe->draw, softpipe->vbuf);
sp_context.h 171 struct draw_stage *vbuf; member in struct:softpipe_context
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 335 struct pipe_resource **vbuf,
360 vbuf_offset, vbuf, (void **) &vertices) != PIPE_OK) {
420 struct pipe_resource *vbuf = NULL; local
531 x, y, width, height, z, color, &vbuf, &offset);
533 if (vbuf) {
534 util_draw_vertex_buffer(pipe, st->cso_context, vbuf, offset,
552 pipe_resource_reference(&vbuf, NULL);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 335 struct pipe_resource **vbuf,
360 vbuf_offset, vbuf, (void **) &vertices) != PIPE_OK) {
420 struct pipe_resource *vbuf = NULL; local
531 x, y, width, height, z, color, &vbuf, &offset);
533 if (vbuf) {
534 util_draw_vertex_buffer(pipe, st->cso_context, vbuf, offset,
552 pipe_resource_reference(&vbuf, NULL);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 327 const GLuint vbuf = VBUF_BUFSZ; local
331 || vbuf > index + elts)
332 space_required += vbuf;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 327 const GLuint vbuf = VBUF_BUFSZ; local
331 || vbuf > index + elts)
332 space_required += vbuf;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_run.c 181 util_draw_vertex_buffer(p->pipe, p->cso, p->vbuf, 0,

Completed in 2787 milliseconds

1 23 4