Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c846 void *vs_const_buff = in lima_update_gp_uniform() local
850 memcpy(vs_const_buff, ccb->buffer, uniform_size); in lima_update_gp_uniform()
852 memcpy(vs_const_buff + uniform_size, in lima_update_gp_uniform()
855 memcpy(vs_const_buff + uniform_size + 16, in lima_update_gp_uniform()
860 memcpy(vs_const_buff + uniform_size + 32, in lima_update_gp_uniform()
866 float *vs_const_buff_f = vs_const_buff; in lima_update_gp_uniform()
879 job->dump, vs_const_buff, size, true, in lima_update_gp_uniform()