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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_condrender.c 55 struct st_query_object *stq = st_query_object(q); local
97 cso_set_render_condition(st->cso_context, stq->pq, inverted, m);
st_cb_queryobj.c 52 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); local
53 if (stq) {
54 stq->base.Id = id;
55 stq->base.Ready = GL_TRUE;
56 stq->pq = NULL;
57 stq->type = PIPE_QUERY_TYPES; /* an invalid value */
58 return &stq->base;
65 free_queries(struct pipe_context *pipe, struct st_query_object *stq)
67 if (stq->pq) {
68 pipe->destroy_query(pipe, stq->pq)
83 struct st_query_object *stq = st_query_object(q); local
96 struct st_query_object *stq = st_query_object(q); local
181 struct st_query_object *stq = st_query_object(q); local
285 struct st_query_object *stq = st_query_object(q); local
304 struct st_query_object *stq = st_query_object(q); local
333 struct st_query_object *stq = st_query_object(q); local
    [all...]
st_cb_perfmon.c 154 struct st_perf_monitor_object *stq = ST_CALLOC_STRUCT(st_perf_monitor_object); local
155 if (stq)
156 return &stq->base;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
allinsn.s 726 .global stq
727 stq: label
728 stq sp,@(sp,sp)

Completed in 489 milliseconds