Searched refs:dmul_shift (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_save_draw.c61 int dmul_shift = 0; local in function:copy_vao
65 dmul_shift = 1;
71 if (memcmp(currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift) != 0) {
72 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift);
87 (size >> dmul_shift) != currval->Format.Size)
88 vbo_set_vertex_format(&currval->Format, size >> dmul_shift, type);
H A Dvbo_exec_api.c191 int dmul_shift = 0; local in function:vbo_exec_copy_to_current
199 dmul_shift = 1;
207 if (memcmp(current, tmp, 4 * sizeof(GLfloat) << dmul_shift) != 0) {
208 memcpy(current, tmp, 4 * sizeof(GLfloat) << dmul_shift);
234 (exec->vtx.attr[i].size >> dmul_shift) != vbo->current[i].Format.Size) {
236 exec->vtx.attr[i].size >> dmul_shift,

Completed in 56 milliseconds