/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/qemu/ |
softmmu_exec.h | 153 #define stq(p, v) stq_data(p, v) macro
|
cpu-all.h | 697 #define stq(p, v) stq_raw(p, v) macro
|