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

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_query.h 40 struct ilo_query { struct
ilo_query.c 33 #include "ilo_query.h"
36 bool (*init)(struct ilo_context *ilo, struct ilo_query *q);
37 void (*begin)(struct ilo_context *ilo, struct ilo_query *q);
38 void (*end)(struct ilo_context *ilo, struct ilo_query *q);
39 void (*process)(struct ilo_context *ilo, struct ilo_query *q);
65 static inline struct ilo_query *
66 ilo_query(struct pipe_query *query) function
68 return (struct ilo_query *) query;
74 struct ilo_query *q;
89 q = CALLOC_STRUCT(ilo_query);
    [all...]

Completed in 523 milliseconds