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

  /external/mesa3d/src/mesa/state_tracker/
st_draw_feedback.c 168 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
169 assert(stobj->buffer);
173 pipe_resource_reference(&vbuffers[attr].buffer, stobj->buffer);
222 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
224 pipe_resource_reference(&ibuffer.buffer, stobj->buffer);
227 mapped_indices = pipe_buffer_map(pipe, stobj->buffer,
st_atom_array.c 433 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
435 if (!stobj || !stobj->buffer) {
439 vbuffer->buffer = stobj->buffer;
484 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
486 if (!stobj || !stobj->buffer) {
490 vbuffer[attr].buffer = stobj->buffer;

Completed in 81 milliseconds