Lines Matching refs:buffer
122 pipe_resource_reference(&svga->curr.constbufs[shader][i].buffer, NULL);
308 /* Initialize the currently bound buffer resources */
417 /* Unmap the 0th/default constant buffer. The u_upload_unmap() function
419 * region of the buffer which was modified (and needs to be uploaded).
449 * the next command buffer.
511 * Emit pending drawing commands to the command buffer.
512 * If the command buffer overflows, we flush it and retry.
526 * Flush the primitive queue if this buffer is referred.
528 * Otherwise DMA commands on the referred buffer will be emitted too late.
532 struct pipe_resource *buffer)
534 if (svga_hwtnl_is_buffer_referred(svga->hwtnl, buffer)) {