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

  /external/mesa3d/src/mesa/state_tracker/
st_draw_feedback.c 194 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
195 assert(stobj->buffer);
199 pipe_resource_reference(&vbuffers[attr].buffer, stobj->buffer);
250 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
252 pipe_resource_reference(&ibuffer.buffer, stobj->buffer);
255 mapped_indices = pipe_buffer_map(pipe, stobj->buffer,
st_atom_array.c 532 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
534 if (!stobj || !stobj->buffer) {
538 vbuffer->buffer = stobj->buffer;
596 struct st_buffer_object *stobj = st_buffer_object(bufobj); local
598 if (!stobj || !stobj->buffer) {
602 vbuffer[bufidx].buffer = stobj->buffer;
st_atom_sampler.c 186 const struct st_texture_object *stobj = st_texture_object_const(texobj); local
195 for (i = 0; i < stobj->num_sampler_views; ++i) {
196 if (stobj->sampler_views[i]) {
197 sv = stobj->sampler_views[i];
292 struct st_texture_object *stObj =
296 if (!stObj)
299 switch (st_get_view_format(stObj)) {

Completed in 71 milliseconds