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

  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-alpha-1.s 14 stq $26,0($30)
15 stq $9,8($30)
16 stq $15,16($30)
cfi-alpha-3.s 13 stq $26,0($30)
15 stq $9,8($30)
17 stq $15,16($30)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
power4.s 33 stq 6,0(7)
34 stq 6,16(7)
35 stq 6,-16(7)
36 stq 6,-32768(7)
37 stq 6,32752(7)
71 stq 2,16(0)
72 stq 0,16(5)
73 stq 2,16(5)
power4.d 66 .*: (f8 c7 00 02|02 00 c7 f8) stq r6,0\(r7\)
67 .*: (f8 c7 00 12|12 00 c7 f8) stq r6,16\(r7\)
68 .*: (f8 c7 ff f2|f2 ff c7 f8) stq r6,-16\(r7\)
69 .*: (f8 c7 80 02|02 80 c7 f8) stq r6,-32768\(r7\)
70 .*: (f8 c7 7f f2|f2 7f c7 f8) stq r6,32752\(r7\)
98 .*: (f8 40 00 12|12 00 40 f8) stq r2,16\(0\)
99 .*: (f8 05 00 12|12 00 05 f8) stq r0,16\(r5\)
100 .*: (f8 45 00 12|12 00 45 f8) stq r2,16\(r5\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-8.s 38 stq $26,0($30)
143 stq $10,16($30)
144 stq $12,32($30)
148 stq $26,0($30)
149 stq $9,8($30)
151 stq $11,24($30)
152 stq $13,40($30)
296 stq $12,32($30)
297 stq $9,8($30)
300 stq $10,16($30
    [all...]
  /external/valgrind/none/tests/ppc32/
jm_int_isa_2_07.stdout.exp 0 stq 23456789,22446688, 0 => 0000000023456789,0000000022446688)
  /external/valgrind/none/tests/ppc64/
jm_int_isa_2_07.stdout.exp 0 stq abcdef0123456789,1133557722446688, 0 => abcdef0123456789,1133557722446688)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/
tlspic1.s 36 stq $26, 0($sp)
37 stq $9, 8($sp)
tlsbinpic.s 37 stq $26, 0($sp)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mcore/
allinsn.s 125 test stq "r4 - r7 , (r1)"
allinsn.d 341 0+0e2 <stq>:
342 e2: 0051 stq r4-r7, \(r1\)
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 88 ! V8-NEXT: stq %f48, [%l0]
90 ! V9: stq %f48, [%l0] ! encoding: [0xe3,0x34,0x00,0x00]
92 stq %f48, [%l0]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 726 .global stq
727 stq: label
728 stq sp,@(sp,sp)
allinsn.d 549 000002d0 <stq>:
550 2d0: 82 0c 11 01 stq sp,@\(sp,sp\)

Completed in 259 milliseconds