Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c511 const struct gl_array_attributes *const glattrib = in brw_prepare_vertices() local
514 _mesa_draw_attributes_relative_offset(glattrib); in brw_prepare_vertices()
515 const uint32_t rel_end = rel_offset + glattrib->Format._ElementSize; in brw_prepare_vertices()
521 input->glformat = &glattrib->Format; in brw_prepare_vertices()
620 const struct gl_array_attributes *const glattrib = in brw_prepare_vertices() local
623 _mesa_draw_attributes_relative_offset(glattrib); in brw_prepare_vertices()
624 const uint32_t rel_end = rel_offset + glattrib->Format._ElementSize; in brw_prepare_vertices()
630 input->glformat = &glattrib->Format; in brw_prepare_vertices()
677 const struct gl_array_attributes *const glattrib = in brw_prepare_vertices() local
679 const unsigned size = glattrib->Format._ElementSize; in brw_prepare_vertices()
[all …]