Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp34 static struct swr_query *
35 swr_query(struct pipe_query *p) in swr_query() function
37 return (struct swr_query *)p; in swr_query()
43 struct swr_query *pq; in swr_create_query()
48 pq = (struct swr_query *) AlignedMalloc(sizeof(struct swr_query), 64); in swr_create_query()
63 struct swr_query *pq = swr_query(q); in swr_destroy_query()
81 struct swr_query *pq = swr_query(q); in swr_get_query_result()
165 struct swr_query *pq = swr_query(q); in swr_begin_query()
199 struct swr_query *pq = swr_query(q); in swr_end_query()
Dswr_query.h37 OSALIGNLINE(struct) swr_query { in OSALIGNLINE()
Dmeson.build64 'swr_query.h',
65 'swr_query.cpp',