Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c90 struct nv30_query { struct
98 static inline struct nv30_query * argument
99 nv30_query(struct pipe_query *pipe) in nv30_query() function
101 return (struct nv30_query *)pipe; in nv30_query()
107 struct nv30_query *q = CALLOC_STRUCT(nv30_query); in nv30_query_create()
150 struct nv30_query *q = nv30_query(pq); in nv30_query_begin()
181 struct nv30_query *q = nv30_query(pq); in nv30_query_end()
203 struct nv30_query *q = nv30_query(pq); in nv30_query_result()
243 struct nv30_query *q = nv30_query(pq); in nv40_query_render_condition()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dmeson.build58 'nv30/nv30_query.c',
/third_party/mesa3d/ohos/
Ddependency_inputs.gni2777 "../src/gallium/drivers/nouveau/nv30/nv30_query.c",