Searched refs:vao_enabled (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_draw.c | 104 GLbitfield vao_enabled, vao_filter; in vbo_exec_bind_arrays() local 107 vao_enabled = vao_filter = VERT_BIT_POS | VERT_BIT_SELECT_RESULT_OFFSET; in vbo_exec_bind_arrays() 109 vao_enabled = _vbo_get_vao_enabled_from_vbo(mode, exec->vtx.enabled); in vbo_exec_bind_arrays() 114 _mesa_disable_vertex_array_attribs(ctx, vao, VERT_BIT_ALL & ~vao_enabled); in vbo_exec_bind_arrays() 115 assert((~vao_enabled & vao->Enabled) == 0); in vbo_exec_bind_arrays() 127 GLbitfield mask = vao_enabled; in vbo_exec_bind_arrays() 145 _mesa_enable_vertex_array_attribs(ctx, vao, vao_enabled); in vbo_exec_bind_arrays() 146 assert(vao_enabled == vao->Enabled); in vbo_exec_bind_arrays() 148 (vao_enabled & ~vao->VertexAttribBufferMask) == 0); in vbo_exec_bind_arrays()
|
H A D | vbo_save_api.c | 288 GLuint stride, GLbitfield64 vao_enabled, in compare_vao() 297 if (vao_enabled != vao->Enabled) in compare_vao() 312 GLbitfield mask = vao_enabled; in compare_vao() 347 /* Compute the bitmasks of vao_enabled arrays */ in update_vao() 348 GLbitfield vao_enabled = _vbo_get_vao_enabled_from_vbo(mode, vbo_enabled); in update_vao() local 355 vao_enabled, size, type, offset)) in update_vao() 377 GLbitfield mask = vao_enabled; in update_vao() 387 _mesa_enable_vertex_array_attribs(ctx, *vao, vao_enabled); in update_vao() 388 assert(vao_enabled == (*vao)->Enabled); in update_vao() 389 assert((vao_enabled in update_vao() 285 compare_vao(gl_vertex_processing_mode mode, const struct gl_vertex_array_object *vao, const struct gl_buffer_object *bo, GLintptr buffer_offset, GLuint stride, GLbitfield64 vao_enabled, const GLubyte size[VBO_ATTRIB_MAX], const GLenum16 type[VBO_ATTRIB_MAX], const GLuint offset[VBO_ATTRIB_MAX]) compare_vao() argument [all...] |
Completed in 3 milliseconds