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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
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...]
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);
  /external/mesa3d/src/mesa/state_tracker/
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...]
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);
  /external/valgrind/main/none/tests/ppc32/
jm_int_isa_2_07.stdout.exp 0 stq 23456789,22446688, 0 => 0000000023456789,0000000022446688)
  /external/valgrind/main/none/tests/ppc64/
jm_int_isa_2_07.stdout.exp 0 stq abcdef0123456789,1133557722446688, 0 => abcdef0123456789,1133557722446688)
  /external/openssl/crypto/bn/asm/
alpha-mont.pl 61 stq ra,0(sp)
62 stq s3,8(sp)
63 stq s4,16(sp)
64 stq s5,24(sp)
65 stq fp,32(sp)
138 stq $lo1,-8($tp)
155 stq $lo1,0($tp)
159 stq $hi1,8($tp)
160 stq AT,16($tp)
232 stq $lo1,-8($tp) #L
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/alpha/lib/
memset.S 76 stq $17,0($5) /* E0 */
89 stq $1,0($5) /* E0 */
  /external/openssl/crypto/sha/asm/
sha1-alpha.pl 244 stq ra,0(sp)
245 stq s0,8(sp)
246 stq s1,16(sp)
247 stq s2,24(sp)
248 stq s3,32(sp)
249 stq s4,40(sp)
250 stq s5,48(sp)
251 stq fp,56(sp)
  /external/qemu/include/exec/
softmmu_exec.h 164 #define stq(p, v) stq_data(p, v) macro
cpu-all.h 265 #define stq(p, v) stq_raw(p, v) macro
  /external/openssl/crypto/modes/asm/
ghash-alpha.pl 314 stq $Xlo,8($Xi)
315 stq $Xhi,0($Xi)
330 stq ra,0(sp)
331 stq s0,8(sp)
332 stq s1,16(sp)
427 stq $Xlo,8($Xi)
428 stq $Xhi,0($Xi)
  /external/openssl/crypto/
alphacpuid.pl 118 stq $31,0($16)
  /external/qemu/target-arm/
op_helper.c 470 #define STQ(addr, val) stq(addr, val)
480 #define STQ(addr, val) helper_le_stq_mmu(env, addr, val, user, GETPC())
524 STQ(addr, float64_val(env->vfp.regs[rd]));
581 #undef STQ
  /external/qemu/target-mips/
op_helper.c 178 HELPER_ST(sd, stq, uint64_t)
    [all...]

Completed in 870 milliseconds