Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c492 const struct gl_vertex_buffer_binding *const glbinding = in brw_prepare_vertices() local
494 const GLsizei stride = glbinding->Stride; in brw_prepare_vertices()
496 assert(glbinding->BufferObj); in brw_prepare_vertices()
502 const unsigned boundmask = _mesa_draw_bound_attrib_bits(glbinding); in brw_prepare_vertices()
529 intel_buffer_object(glbinding->BufferObj); in brw_prepare_vertices()
532 const uint32_t offset = _mesa_draw_binding_offset(glbinding); in brw_prepare_vertices()
538 if (glbinding->InstanceDivisor) { in brw_prepare_vertices()
543 glbinding->InstanceDivisor) + in brw_prepare_vertices()
578 buffer->step_rate = glbinding->InstanceDivisor; in brw_prepare_vertices()
600 const struct gl_vertex_buffer_binding *const glbinding = in brw_prepare_vertices() local
[all …]
/external/mesa3d/docs/relnotes/
D20.1.0.rst3232 - i965: Remove glbinding from brw_vertex_element.