Home
last modified time | relevance | path

Searched refs:softpipe_resource_data (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_draw_arrays.c92 buf = softpipe_resource_data(sp->vertex_buffer[i].buffer.resource); in softpipe_draw_vbo()
103 mapped_indices = softpipe_resource_data(info->index.resource); in softpipe_draw_vbo()
Dsp_texture.h103 softpipe_resource_data(struct pipe_resource *pt) in softpipe_resource_data() function
Dsp_state_shader.c358 data = constants ? softpipe_resource_data(constants) : NULL; in softpipe_set_constant_buffer()