Searched defs:pipe_buffer (Results 1 - 2 of 2) sorted by relevance

/external/drm_gralloc/
H A Dgralloc_drm_pipe.c48 struct pipe_buffer { struct
110 static struct pipe_buffer *get_pipe_buffer_locked(struct pipe_manager *pm,
113 struct pipe_buffer *buf;
189 struct pipe_buffer *buf;
208 struct pipe_buffer *buf = (struct pipe_buffer *) bo;
226 struct pipe_buffer *buf = (struct pipe_buffer *) bo;
270 struct pipe_buffer *buf = (struct pipe_buffer *) b
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c943 struct pipe_resource *pipe_buffer = surf->base.texture; local
949 align(util_format_get_blocksize(pipe_buffer->format), 4);
952 unsigned pitch = align(pipe_buffer->width0, pitch_alignment);
954 surf->cb_color_base = r600_resource(pipe_buffer)->gpu_address >> 8;
977 surf->cb_color_dim = pipe_buffer->width0;
980 util_range_add(&r600_resource(pipe_buffer)->valid_buffer_range,
981 0, pipe_buffer->width0);

Completed in 232 milliseconds