HomeSort by relevance Sort by last modified time
    Searched defs:dd_query (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 48 static struct dd_query *
49 dd_query(struct pipe_query *query) function
51 return (struct dd_query *)query;
58 return dd_query(query)->query;
75 struct dd_query *dd_query = CALLOC_STRUCT(dd_query); local
76 if (dd_query) {
77 dd_query->type = query_type;
78 dd_query->query = query
100 struct dd_query *dd_query = CALLOC_STRUCT(dd_query); local
    [all...]
dd_pipe.h 122 struct dd_query struct
148 struct dd_query *query;
193 struct dd_query render_cond;

Completed in 47 milliseconds