Home
last modified time | relevance | path

Searched refs:gl_vertex_format (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/main/
Darrayobj.h272 static inline const struct gl_vertex_format *
342 static inline const struct gl_vertex_format *
Dapi_arrayelt.c66 vertex_format_to_index(const struct gl_vertex_format *vformat) in vertex_format_to_index()
1395 func_nv(const struct gl_vertex_format *vformat) in func_nv()
1406 func_arb(const struct gl_vertex_format *vformat) in func_arb()
Dvarray.h46 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format,
Dmtypes.h460 struct gl_vertex_format struct
1446 struct gl_vertex_format Format;
Dvarray.c528 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format, in _mesa_set_vertex_format()
635 struct gl_vertex_format new_format; in _mesa_update_array_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_array.c66 const struct gl_vertex_format *vformat, in init_velement_64bit()
108 const struct gl_vertex_format *vformat, in init_velement()
/external/mesa3d/src/mesa/vbo/
Dvbo_private.h107 vbo_set_vertex_format(struct gl_vertex_format* vertex_format, in vbo_set_vertex_format()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h451 const struct gl_vertex_format *glformat;
1396 const struct gl_vertex_format *glformat);
Dbrw_draw_upload.c252 const struct gl_vertex_format *glformat) in brw_get_vertex_surface_type()
Dbrw_draw.c304 static uint8_t get_wa_flags(const struct gl_vertex_format *glformat) in get_wa_flags()
DgenX_state_upload.c628 const struct gl_vertex_format *glformat = input->glformat; in genX()
791 const struct gl_vertex_format *glformat = gen6_edgeflag_input->glformat; in genX()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3235 - mesa: Provide gl_vertex_format accessors.
3237 - i965: Use gl_vertex_format in brw_vertex_element.
D19.0.0.rst1855 - mesa: Factor out struct gl_vertex_format.