HomeSort by relevance Sort by last modified time
    Searched refs:null_const_buf (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 61 pipe_resource_reference(&sctx->null_const_buf.buffer, NULL);
260 sctx->null_const_buf.buffer = pipe_buffer_create(screen, PIPE_BIND_CONSTANT_BUFFER,
262 if (!sctx->null_const_buf.buffer)
264 sctx->null_const_buf.buffer_size = sctx->null_const_buf.buffer->width0;
269 &sctx->null_const_buf);
274 &sctx->null_const_buf);
276 &sctx->null_const_buf);
278 &sctx->null_const_buf);
280 &sctx->null_const_buf);
    [all...]
si_pipe.h 281 struct pipe_constant_buffer null_const_buf; /* used for set_constant_buffer(NULL) on CIK */ member in struct:si_context
si_descriptors.c 1087 input = &sctx->null_const_buf;
    [all...]

Completed in 605 milliseconds