Searched refs:glbinding (Results 1 – 2 of 2) sorted by relevance
492 const struct gl_vertex_buffer_binding *const glbinding = in brw_prepare_vertices() local494 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 …]
3232 - i965: Remove glbinding from brw_vertex_element.