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.c122 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_emit_func()
168 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_interp_func()
185 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_copy_pv_func()
213 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_interp()
221 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_copy_pv()
233 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_attr()
264 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_set_attr()
280 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_vertex()
289 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_invalidate_vertex_state()
308 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