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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 52 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); local
53 if (stq) {
54 stq->base.Id = id;
55 stq->base.Ready = GL_TRUE;
56 stq->pq = NULL;
57 stq->type = PIPE_QUERY_TYPES; /* an invalid value */
58 return &stq->base;
65 free_queries(struct pipe_context *pipe, struct st_query_object *stq)
67 if (stq->pq) {
68 pipe->destroy_query(pipe, stq->pq)
83 struct st_query_object *stq = st_query_object(q); local
96 struct st_query_object *stq = st_query_object(q); local
181 struct st_query_object *stq = st_query_object(q); local
285 struct st_query_object *stq = st_query_object(q); local
304 struct st_query_object *stq = st_query_object(q); local
333 struct st_query_object *stq = st_query_object(q); local
    [all...]
st_cb_condrender.c 55 struct st_query_object *stq = st_query_object(q); local
97 cso_set_render_condition(st->cso_context, stq->pq, inverted, m);
st_cb_perfmon.c 154 struct st_perf_monitor_object *stq = ST_CALLOC_STRUCT(st_perf_monitor_object); local
155 if (stq)
156 return &stq->base;
  /toolchain/binutils/binutils-2.27/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.27/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.27/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/libffi/src/alpha/
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/python/cpython2/Modules/_ctypes/libffi/src/alpha/
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/python/cpython3/Modules/_ctypes/libffi/src/alpha/
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/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.27/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.27/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.27/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\)
  /external/v8/src/ppc/
constants-ppc.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 76 STQ
1403 STQ: "stq",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 76 STQ
1403 STQ: "stq",
    [all...]

Completed in 1587 milliseconds