Home
last modified time | relevance | path

Searched refs:GET_VERTEX_STATE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c123 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()
281 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_vertex()
290 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_invalidate_vertex_state()
309 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_install_attrs()
[all …]
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()
Dt_vertex.h149 #define GET_VERTEX_STATE(ctx) &(TNL_CONTEXT(ctx)->clipspace) macro