OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_tnl_format_info
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/tnl/
t_vertex.c
349
vtx->attr[j].insert =
_tnl_format_info
[format].insert;
350
vtx->attr[j].extract =
_tnl_format_info
[format].extract;
351
vtx->attr[j].vertattrsize =
_tnl_format_info
[format].attrsize;
358
_tnl_format_info
[format].name, (void *)vp,
361
offset +=
_tnl_format_info
[format].attrsize;
t_vertex.h
79
extern const struct tnl_format_info
_tnl_format_info
[EMIT_MAX];
t_vertex_generic.c
761
const struct tnl_format_info
_tnl_format_info
[EMIT_MAX] =
variable in typeref:struct:tnl_format_info
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_render.c
66
.offset =
_tnl_format_info
[emit].attrsize,
Completed in 782 milliseconds