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.c41 static GLboolean match_fastpath( struct tnl_clipspace *vtx, in match_fastpath()
67 static GLboolean search_fastpath_emit( struct tnl_clipspace *vtx ) in search_fastpath_emit()
81 void _tnl_register_fastpath( struct tnl_clipspace *vtx, in _tnl_register_fastpath()
123 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_emit_func()
169 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_interp_func()
186 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_copy_pv_func()
214 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_interp()
222 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_copy_pv()
234 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_attr()
265 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_set_attr()
[all …]
Dt_context.h278 struct tnl_clipspace;
355 struct tnl_clipspace struct
515 struct tnl_clipspace clipspace;
Dt_vertex.h35 struct tnl_clipspace;
153 void _tnl_register_fastpath( struct tnl_clipspace *vtx,
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.c873 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); \
934 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in EMIT2()
994 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_emit()
1017 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_interp()
1063 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()