Home
last modified time | relevance | path

Searched refs:tnl_clipspace (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c40 static GLboolean match_fastpath( struct tnl_clipspace *vtx, in match_fastpath()
66 static GLboolean search_fastpath_emit( struct tnl_clipspace *vtx ) in search_fastpath_emit()
80 void _tnl_register_fastpath( struct tnl_clipspace *vtx, in _tnl_register_fastpath()
112 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_emit_func()
158 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_interp_func()
173 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_copy_pv_func()
198 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_interp()
206 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_copy_pv()
218 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_attr()
249 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_set_attr()
[all …]
Dt_vertex.h35 struct tnl_clipspace;
153 void _tnl_register_fastpath( struct tnl_clipspace *vtx,
Dt_context.h279 struct tnl_clipspace;
356 struct tnl_clipspace struct
516 struct tnl_clipspace clipspace;
Dt_vertex_sse.c309 struct tnl_clipspace *vtx = GET_VERTEX_STATE(p->ctx); in get_src_ptr()
323 struct tnl_clipspace *vtx = GET_VERTEX_STATE(p->ctx); in update_src_ptr()
348 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in build_vertex_emit()
644 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generate_sse_emit()
Dt_vertex_generic.c874 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); \
935 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in EMIT2()
995 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_emit()
1018 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_interp()
1064 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_copy_pv()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_swtnl_t.c108 struct tnl_clipspace *vtx = &tnl->clipspace; in swtnl_choose_attrs()
168 struct tnl_clipspace *vtx = &TNL_CONTEXT(ctx)->clipspace; in swtnl_bind_vertices()