Searched refs:dd_query_unwrap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c105 pipe->destroy_query(pipe, dd_query_unwrap(query));
115 return pipe->begin_query(pipe, dd_query_unwrap(query));
124 return pipe->end_query(pipe, dd_query_unwrap(query));
134 return pipe->get_query_result(pipe, dd_query_unwrap(query), wait, result);
154 pipe->render_condition(pipe, dd_query_unwrap(query), condition, mode);
H A Ddd_pipe.h359 dd_query_unwrap(struct pipe_query *query) function in typeref:struct:pipe_query *
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c105 pipe->destroy_query(pipe, dd_query_unwrap(query));
115 return pipe->begin_query(pipe, dd_query_unwrap(query));
124 return pipe->end_query(pipe, dd_query_unwrap(query));
134 return pipe->get_query_result(pipe, dd_query_unwrap(query), wait, result);
154 pipe->render_condition(pipe, dd_query_unwrap(query), condition, mode);
H A Ddd_pipe.h362 dd_query_unwrap(struct pipe_query *query) function in typeref:struct:pipe_query *

Completed in 9 milliseconds