Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_vbtmp.h48 GLuint tc2_stride, norm_stride; in TAG() local
116 norm_stride = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->stride; in TAG()
119 norm_stride = 0; in TAG()
164 norm = (GLuint (*)[4])((GLubyte *)norm + start * norm_stride); in TAG()
193 norm = (GLuint (*)[4])((GLubyte *)norm + norm_stride); in TAG()