/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 53 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); in st_NewQueryObject() local 54 if (stq) { in st_NewQueryObject() 55 stq->base.Id = id; in st_NewQueryObject() 56 stq->base.Ready = GL_TRUE; in st_NewQueryObject() 57 stq->pq = NULL; in st_NewQueryObject() 58 stq->type = PIPE_QUERY_TYPES; /* an invalid value */ in st_NewQueryObject() 59 return &stq->base; in st_NewQueryObject() 70 struct st_query_object *stq = st_query_object(q); in st_DeleteQuery() local 72 if (stq->pq) { in st_DeleteQuery() 73 pipe->destroy_query(pipe, stq->pq); in st_DeleteQuery() [all …]
|
D | st_cb_condrender.c | 54 struct st_query_object *stq = st_query_object(q); in st_BeginConditionalRender() local 79 st->render_condition = stq->pq; in st_BeginConditionalRender() 82 pipe->render_condition(pipe, stq->pq, m); in st_BeginConditionalRender()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 53 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); in st_NewQueryObject() local 54 if (stq) { in st_NewQueryObject() 55 stq->base.Id = id; in st_NewQueryObject() 56 stq->base.Ready = GL_TRUE; in st_NewQueryObject() 57 stq->pq = NULL; in st_NewQueryObject() 58 stq->type = PIPE_QUERY_TYPES; /* an invalid value */ in st_NewQueryObject() 59 return &stq->base; in st_NewQueryObject() 70 struct st_query_object *stq = st_query_object(q); in st_DeleteQuery() local 72 if (stq->pq) { in st_DeleteQuery() 73 pipe->destroy_query(pipe, stq->pq); in st_DeleteQuery() [all …]
|
D | st_cb_condrender.c | 54 struct st_query_object *stq = st_query_object(q); in st_BeginConditionalRender() local 79 st->render_condition = stq->pq; in st_BeginConditionalRender() 82 pipe->render_condition(pipe, stq->pq, m); in st_BeginConditionalRender()
|
/external/libffi/src/alpha/ |
D | osf.S | 52 stq $26, 0($1) 53 stq $15, 8($1) 54 stq $18, 16($1) 59 stq $19, 24($1) 104 stq $0, 0($19) 142 stq $26, 0($30) 153 stq $16, 10*8($30) 154 stq $17, 11*8($30) 155 stq $18, 12*8($30) 156 stq $19, 13*8($30) [all …]
|
/external/qemu/ |
D | softmmu_exec.h | 153 #define stq(p, v) stq_data(p, v) macro
|
D | softmmu_header.h | 170 glue(stq, MEMSUFFIX)(ptr, u.i); in glue()
|
D | cpu-all.h | 697 #define stq(p, v) stq_raw(p, v) macro
|
/external/qemu/target-i386/ |
D | exec.h | 229 stq(ptr, (MANTD(temp) << 11) | (1LL << 63)); in helper_fstt() 253 stq(ptr, temp.l.lower); in helper_fstt()
|
D | op_helper.c | 1890 stq(a0, ((uint64_t)ECX << 32) | (uint32_t)EBX); in helper_cmpxchg8b() 1894 stq(a0, d); in helper_cmpxchg8b() 1914 stq(a0, EBX); in helper_cmpxchg16b() 1915 stq(a0 + 8, ECX); in helper_cmpxchg16b() 1919 stq(a0, d0); in helper_cmpxchg16b() 1920 stq(a0 + 8, d1); in helper_cmpxchg16b() 1996 stq(esp, ldq(ebp)); in helper_enter64_level() 1999 stq(esp, t1); in helper_enter64_level() 4394 stq(ptr + 0x08, 0); /* rip */ in helper_fxsave() 4395 stq(ptr + 0x10, 0); /* rdp */ in helper_fxsave() [all …]
|
/external/qemu/target-arm/ |
D | op_helper.c | 480 #define STQ(addr, val) stq(addr, val) in HELPER()
|
/external/qemu/target-mips/ |
D | op_helper.c | 117 HELPER_ST(sd, stq, uint64_t)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 21864 http://www.altavista.com/news/results?q=domain%3Auk+alan+greenspan&sort=date&stq=60
|