Lines Matching defs:buffers

132  * Specify vertex buffers for hardware drawing.
136 unsigned count, struct pipe_vertex_buffer *buffers)
139 const struct pipe_vertex_buffer *src = buffers;
347 * pending updates to buffers will be emitted before they are referenced
429 * A helper function to validate constant buffers to ensure any
430 * pending updates to the buffers will be emitted before they are referenced
473 * Reference other bound constant buffers to ensure pending updates are
500 /* Reference raw constant buffers as they are not included in the
501 * hw constant buffers list.
530 * pending updates to buffers will be emitted before they are referenced
569 * ensure any pending updates to buffers will be emitted before they are
620 * same vertex/index buffers with no intervening commands.
622 * The first drawing command will bind the vertex/index buffers. If
624 * same buffers, we shouldn't have to rebind them.
645 * A helper function to compare vertex buffers.
663 * Prepare the vertex buffers for a drawing command.
802 /* setup vertex buffers */
817 /* get the max of the current bound vertex buffers count and
818 * the to-be-bound vertex buffers count, so as to unbind
819 * the unused vertex buffers.
832 * those vertex buffers that are not already in the
864 /* If all vertex buffers handle are the same as the one
890 /* save the number of vertex buffers sent to the device, not
891 * including trailing unbound vertex buffers.
904 * command, we still need to reference the vertex buffers surfaces.
1032 /* No need to explicitly rebind index buffer and vertex buffers here.
1033 * Even if the same index buffer or vertex buffers are referenced for this