Searched refs:softpipe_resource_data (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_texture.h103 softpipe_resource_data(struct pipe_resource *pt) function in typeref:typename:void *
H A Dsp_draw_arrays.c92 buf = softpipe_resource_data(sp->vertex_buffer[i].buffer.resource);
103 mapped_indices = softpipe_resource_data(info->index.resource);
H A Dsp_state_shader.c358 data = constants ? softpipe_resource_data(constants) : NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_texture.h103 softpipe_resource_data(struct pipe_resource *pt) function in typeref:typename:void *
H A Dsp_draw_arrays.c104 buf = softpipe_resource_data(sp->vertex_buffer[i].buffer.resource);
115 mapped_indices = softpipe_resource_data(info->index.resource);
H A Dsp_state_shader.c394 data = constants ? softpipe_resource_data(constants) : NULL;

Completed in 7 milliseconds