Searched refs:GET_VERTEX_STATE (Results 1 – 4 of 4) sorted by relevance
124 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_emit_func()170 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_interp_func()187 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_copy_pv_func()215 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_interp()223 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_copy_pv()235 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_attr()266 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_set_attr()282 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_vertex()291 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_invalidate_vertex_state()310 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_install_attrs()[all …]
309 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()
873 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()
149 #define GET_VERTEX_STATE(ctx) &(TNL_CONTEXT(ctx)->clipspace) macro