Home
last modified time | relevance | path

Searched refs:nv30_query (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c93 struct nv30_query { struct
101 static INLINE struct nv30_query * argument
102 nv30_query(struct pipe_query *pipe) in nv30_query() function
104 return (struct nv30_query *)pipe; in nv30_query()
110 struct nv30_query *q = CALLOC_STRUCT(nv30_query); in nv30_query_create()
151 struct nv30_query *q = nv30_query(pq); in nv30_query_begin()
181 struct nv30_query *q = nv30_query(pq); in nv30_query_end()
202 struct nv30_query *q = nv30_query(pq); in nv30_query_result()
238 struct nv30_query *q = nv30_query(pq); in nv40_query_render_condition()
DMakefile.sources18 nv30_query.c \