summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <koriakin@0x04.net>2016-12-19 02:48:33 +0000
committerMarcin Koƛcielnicki <koriakin@0x04.net>2016-12-19 02:48:33 +0000
commit5c5c6c1455093909e70bfe25a4c0df180ccadbef (patch)
treef2107de0faf3ea107e851e705df108b883b22852 /include
parent2bc978828855a499400ab39f157a409f898d76ce (diff)
hwtest/nv04_pgraph: Test sifc_diff, sifc_vtx methods.
Diffstat (limited to 'include')
-rw-r--r--include/nvhw/pgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nvhw/pgraph.h b/include/nvhw/pgraph.h
index 08911892..99b86a0c 100644
--- a/include/nvhw/pgraph.h
+++ b/include/nvhw/pgraph.h
@@ -300,6 +300,7 @@ bool nv04_pgraph_is_new_render_class(struct pgraph_state *state);
bool nv04_pgraph_is_async(struct pgraph_state *state);
uint32_t nv04_pgraph_bswap(struct pgraph_state *state, uint32_t val);
uint32_t nv04_pgraph_hswap(struct pgraph_state *state, uint32_t val);
+void nv04_pgraph_vtx_add(struct pgraph_state *state, int xy, int idx, uint32_t a, uint32_t b, uint32_t c, bool nostat);
/* pgraph_d3d_nv3.c */
bool nv03_pgraph_d3d_cmp(int func, uint32_t a, uint32_t b);