Home
last modified time | relevance | path

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

/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/vbo/
H A Dvbo_exec_draw.c123 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
125 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
126 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
127 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c383 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
384 const GLenum16 tp = type[vbo_attr]; in compare_vao()
385 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
391 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
448 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
449 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
452 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/vbo/
H A Dvbo_exec_draw.c124 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
126 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
127 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
128 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c315 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
316 const GLenum16 tp = type[vbo_attr]; in compare_vao()
317 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
323 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
380 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
381 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
384 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
129 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
324 const GLenum16 tp = type[vbo_attr]; in compare_vao()
325 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
331 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()