Home
last modified time | relevance | path

Searched defs:create_query (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/
H A Dns-igmp_querier.c156 struct igmpv3_query *create_query(uint8_t code, char *maddr, char *saddrs) in create_query() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs522 pub(crate) fn create_query(&self, query_type: c_uint, index: c_uint) -> *mut pipe_query { in create_query() method
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h230 struct pipe_query *(*create_query)(struct pipe_context *pipe, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py740 def create_query(self, query_type, index): member in Context
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h595 struct fd_query *(*create_query)(struct fd_context *ctx, unsigned query_type, member