Searched refs:swr_query (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.h37 OSALIGNLINE(struct) swr_query {
H A Dswr_query.cpp29 #include "swr_query.h"
34 static struct swr_query *
35 swr_query(struct pipe_query *p) function in typeref:struct:swr_query *
37 return (struct swr_query *)p;
43 struct swr_query *pq;
48 pq = (struct swr_query *) AlignedMalloc(sizeof(struct swr_query), 64);
63 struct swr_query *pq = swr_query(q);
81 struct swr_query *p
[all...]
H A DMakefile.sources47 swr_query.h \
48 swr_query.cpp
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.h37 OSALIGNLINE(struct) swr_query {
H A Dswr_query.cpp29 #include "swr_query.h"
34 static struct swr_query *
35 swr_query(struct pipe_query *p) function in typeref:struct:swr_query *
37 return (struct swr_query *)p;
43 struct swr_query *pq;
48 pq = (struct swr_query *) AlignedMalloc(sizeof(struct swr_query), 64);
63 struct swr_query *pq = swr_query(q);
81 struct swr_query *p
[all...]

Completed in 5 milliseconds