Home
last modified time | relevance | path

Searched refs:stq (Results 1 – 25 of 57) sorted by relevance

123

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c54 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); in st_NewQueryObject() local
55 if (stq) { in st_NewQueryObject()
56 stq->base.Id = id; in st_NewQueryObject()
57 stq->base.Ready = GL_TRUE; in st_NewQueryObject()
58 stq->pq = NULL; in st_NewQueryObject()
59 stq->type = PIPE_QUERY_TYPES; /* an invalid value */ in st_NewQueryObject()
60 return &stq->base; in st_NewQueryObject()
67 free_queries(struct pipe_context *pipe, struct st_query_object *stq) in free_queries() argument
69 if (stq->pq) { in free_queries()
70 pipe->destroy_query(pipe, stq->pq); in free_queries()
[all …]
Dst_cb_condrender.c55 struct st_query_object *stq = st_query_object(q); in st_BeginConditionalRender() local
97 cso_set_render_condition(st->cso_context, stq->pq, inverted, m); in st_BeginConditionalRender()
Dst_cb_perfmon.c154 struct st_perf_monitor_object *stq = ST_CALLOC_STRUCT(st_perf_monitor_object); in st_NewPerfMonitor() local
155 if (stq) in st_NewPerfMonitor()
156 return &stq->base; in st_NewPerfMonitor()
/external/libffi/src/alpha/
Dosf.S58 stq $26, 0($17)
59 stq $15, 8($17)
66 stq $18, 16($17) # save flags into frame
67 stq $19, 24($17) # save rvalue into frame
111 stq $0, 0($2)
147 stq $26, 0($30)
151 stq $16, 10*8($30)
152 stq $17, 11*8($30)
153 stq $18, 12*8($30)
173 stq $26, 0($30)
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dosf.S52 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/llvm/test/MC/Disassembler/Sparc/
Dsparc-mem.txt183 # CHECK: stq %f4, [%i0+%l6]
186 # CHECK: stq %f4, [%i0+32]
189 # CHECK: stq %f4, [%g1]
192 # CHECK: stq %f4, [%g1]
/external/llvm-project/llvm/test/MC/Disassembler/Sparc/
Dsparc-mem.txt183 # CHECK: stq %f4, [%i0+%l6]
186 # CHECK: stq %f4, [%i0+32]
189 # CHECK: stq %f4, [%g1]
192 # CHECK: stq %f4, [%g1]
/external/hyphenation-patterns/la/
Dhyph-la.pat.txt180 2stq
/external/icu/icu4c/source/data/lang/
Dfr_CA.txt72 stq{"frison de Saterland"}
Dmk.txt529 stq{"затерландски фризиски"}
Dyue_Hans.txt528 stq{"沙特菲士兰文"}
Ddsb.txt231 stq{"saterfrizišćina"}
Dth.txt541 stq{"ฟรีเซียนซัทเธอร์แลนด์"}
Dja.txt534 stq{"ザーターフリジア語"}
Dhsb.txt231 stq{"saterfrizišćina"}
Dyue.txt527 stq{"沙特菲士蘭文"}
Dzh_Hant.txt529 stq{"沙特菲士蘭文"}
Dcy.txt461 stq{"Ffriseg Saterland"}
Dlb.txt517 stq{"Saterfriesesch"}
Dde.txt530 stq{"Saterfriesisch"}
Dit.txt535 stq{"saterfriesisch"}
Dfr.txt541 stq{"saterlandais"}
/external/llvm-project/llvm/test/MC/Sparc/
Dsparcv9-instructions.s88 ! V8-NEXT: stq %f48, [%l0]
90 ! V9: stq %f48, [%l0] ! encoding: [0xe3,0x34,0x00,0x00]
92 stq %f48, [%l0]
/external/llvm/test/MC/Sparc/
Dsparcv9-instructions.s88 ! V8-NEXT: stq %f48, [%l0]
90 ! V9: stq %f48, [%l0] ! encoding: [0xe3,0x34,0x00,0x00]
92 stq %f48, [%l0]
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dalternate_language_names.txt453 stq ; Saterland Frisian

123