/external/chromium_org/third_party/mesa/src/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);
|
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);
|
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);
|
/external/chromium_org/third_party/mesa/src/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,
|
/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);
|
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);
|
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);
|
/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,
|
/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_state_derived.c | 152 * Called from vbuf module. 159 * The other one (this one) is only used by the vbuf module (which is 160 * not normally used by default but used in testing). For the vbuf module, 162 * When the softpipe vbuf code begins drawing, the normal vertex layout
|
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);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 152 * Called from vbuf module. 159 * The other one (this one) is only used by the vbuf module (which is 160 * not normally used by default but used in testing). For the vbuf module, 162 * When the softpipe vbuf code begins drawing, the normal vertex layout
|
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);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_program.c | 82 p->vbuf = pipe_buffer_create(pscreen, PIPE_BIND_VERTEX_BUFFER, 84 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts);
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_program.c | 82 p->vbuf = pipe_buffer_create(pscreen, PIPE_BIND_VERTEX_BUFFER, 84 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts);
|
/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/gallium/auxiliary/draw/ |
draw_vbuf.h | 115 * Called when vbuf is done with this set of vertices:
|
/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
renderer.h | 126 struct pipe_vertex_buffer *vbuf,
|