Searched refs:fsize (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_vce.c228 unsigned pitch, vpitch, fsize; local in function:rvce_frame_offset
232 fsize = pitch * (vpitch + vpitch / 2);
234 *luma_offset = slot->index * fsize;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_vce.c232 unsigned pitch, vpitch, fsize; local in function:rvce_frame_offset
236 fsize = pitch * (vpitch + vpitch / 2);
238 *luma_offset = slot->index * fsize;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vce.c223 unsigned pitch, vpitch, fsize; local in function:si_vce_frame_offset
232 fsize = pitch * (vpitch + vpitch / 2);
234 *luma_offset = slot->index * fsize;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vce.c220 unsigned pitch, vpitch, fsize; local in function:si_vce_frame_offset
229 fsize = pitch * (vpitch + vpitch / 2);
231 *luma_offset = slot->index * fsize;
/xsrc/external/mit/xprop/dist/
H A Dxprop.c1531 int size, fsize; local in function:Show_Prop
1554 fsize = Get_Format_Size(format);
1555 if (fsize != size && fsize != 0) {
1557 fsize, size);
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.cpp2177 unsigned fsize = fields[i].type->std140_size(field_row_major); local in function:glsl_type::get_explicit_std140_type
2195 offset += fsize;
2535 unsigned fsize = fields[i].type->std430_size(field_row_major); local in function:glsl_type::get_explicit_std430_type
2553 offset += fsize;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.cpp1922 unsigned fsize = fields[i].type->std140_size(field_row_major); local in function:glsl_type::get_explicit_std140_type
1940 offset += fsize;
2212 unsigned fsize = fields[i].type->std430_size(field_row_major); local in function:glsl_type::get_explicit_std430_type
2230 offset += fsize;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp662 void __indirect_glVertexAttribPointerNV(GLuint index, GLint fsize, GLenum type, GLsizei stride, const void *pointer) { } argument
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec20524 VertexAttribPointerNV(index, fsize, type, stride, pointer)
20527 param fsize Int32 in value
20530 param pointer Void in array [COMPSIZE(fsize/type/stride)] retained
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglext.h11372 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERNVPROC) (GLuint index, GLint fsize, GLenum type, GLsizei stride, const void *pointer);
11437 GLAPI void APIENTRY glVertexAttribPointerNV (GLuint index, GLint fsize, GLenum type, GLsizei stride, const void *pointer);
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h9966 typedef void (GLAPIENTRY *PFNGLVERTEXATTRIBPOINTERNVPROC)(GLuint index, GLint fsize, GLenum type, GLsizei stride, const void * pointer);
[all...]
H A Dgl_generated_dispatch.c[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglext.h11612 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERNVPROC) (GLuint index, GLint fsize, GLenum type, GLsizei stride, const void *pointer);
11677 GLAPI void APIENTRY glVertexAttribPointerNV (GLuint index, GLint fsize, GLenum type, GLsizei stride, const void *pointer);

Completed in 267 milliseconds