OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tnl_format_info
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/tnl/
t_vertex.h
79
extern const struct tnl_format_info
_tnl_format_info
[EMIT_MAX];
t_vertex.c
334
vtx->attr[j].insert =
_tnl_format_info
[format].insert;
335
vtx->attr[j].extract =
_tnl_format_info
[format].extract;
336
vtx->attr[j].vertattrsize =
_tnl_format_info
[format].attrsize;
343
_tnl_format_info
[format].name, (void *)vp,
346
offset +=
_tnl_format_info
[format].attrsize;
t_vertex_generic.c
762
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 168 milliseconds