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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_condrender.c 54 struct st_query_object *stq = st_query_object(q); local
79 st->render_condition = stq->pq;
82 pipe->render_condition(pipe, stq->pq, m);
st_cb_queryobj.c 53 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); local
54 if (stq) {
55 stq->base.Id = id;
56 stq->base.Ready = GL_TRUE;
57 stq->pq = NULL;
58 stq->type = PIPE_QUERY_TYPES; /* an invalid value */
59 return &stq->base;
70 struct st_query_object *stq = st_query_object(q); local
72 if (stq->pq) {
73 pipe->destroy_query(pipe, stq->pq)
85 struct st_query_object *stq = st_query_object(q); local
133 struct st_query_object *stq = st_query_object(q); local
150 struct st_query_object *stq = st_query_object(q); local
172 struct st_query_object *stq = st_query_object(q); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 726 .global stq
727 stq: label
728 stq sp,@(sp,sp)

Completed in 830 milliseconds