Lines Matching refs:buffer
118 {"tmz", DBG(TMZ), "Force allocation of scanout/depth/stencil buffer as encrypted"},
214 pipe_resource_reference(&sctx->null_const_buf.buffer, NULL);
699 /* GFX7 cannot unbind a constant buffer (S_BUFFER_LOAD doesn't skip loads
700 * if NUM_RECORDS == 0). We need to use a dummy buffer instead. */
702 sctx->null_const_buf.buffer =
708 if (!sctx->null_const_buf.buffer) {
712 sctx->null_const_buf.buffer_size = sctx->null_const_buf.buffer->width0;
788 /* Clear the NULL constant buffer, because loads should return zeros.
793 si_clear_buffer(sctx, sctx->null_const_buf.buffer, 0, sctx->null_const_buf.buffer->width0,