| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.c | 228 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 D | radeon_vce.c | 232 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 D | radeon_vce.c | 223 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 D | radeon_vce.c | 220 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 D | xprop.c | 1531 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 D | glsl_types.cpp | 2177 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 D | glsl_types.cpp | 1922 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 D | indirect_api.cpp | 662 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 D | gl.spec | 20524 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 D | glext.h | 11372 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 D | gl_generated.h | 9966 typedef void (GLAPIENTRY *PFNGLVERTEXATTRIBPOINTERNVPROC)(GLuint index, GLint fsize, GLenum type, GLsizei stride, const void * pointer); [all...] |
| H A D | gl_generated_dispatch.c | [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glext.h | 11612 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);
|