Home
last modified time | relevance | path

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

12345

/third_party/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()
/third_party/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 …]
/third_party/ffmpeg/libavcodec/alpha/
Dsimple_idct_alpha.c64 stq(t2, row); in idct_row()
65 stq(t2, row + 4); in idct_row()
244 stq(l, col + 2 * 4); stq(r, col + 3 * 4); in idct_col2()
245 stq(l, col + 4 * 4); stq(r, col + 5 * 4); in idct_col2()
246 stq(l, col + 6 * 4); stq(r, col + 7 * 4); in idct_col2()
247 stq(l, col + 8 * 4); stq(r, col + 9 * 4); in idct_col2()
248 stq(l, col + 10 * 4); stq(r, col + 11 * 4); in idct_col2()
249 stq(l, col + 12 * 4); stq(r, col + 13 * 4); in idct_col2()
250 stq(l, col + 14 * 4); stq(r, col + 15 * 4); in idct_col2()
281 stq(v, block + 0 * 4); in ff_simple_idct_axp()
[all …]
Dhpeldsp_alpha_asm.S88 stq t0, 0(a0)
89 stq t2, 0(t8)
91 stq t4, 0(t9)
93 stq t6, 0(ta)
115 stq t0, 0(a0)
117 stq t1, 0(t4)
120 stq t2, 0(t5)
121 stq t3, 0(t6)
Dpixblockdsp_alpha.c34 stq(unpkbw(p), block); in get_pixels_mvi()
35 stq(unpkbw(p >> 32), block + 4); in get_pixels_mvi()
62 stq(unpkbw(d) | (unpkbw(signs) << 8), block); in diff_pixels_mvi()
63 stq(unpkbw(d >> 32) | (unpkbw(signs >> 32) << 8), block + 4); in diff_pixels_mvi()
Dhpeldsp_alpha.c148 #define STORE(l, b) stq(l, b)
152 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
163 #define STORE(l, b) stq(l, b)
167 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
Dmpegvideo_alpha.c68 stq(levels, block); in dct_unquantize_h263_axp()
Dasm.h69 #define stq(l, p) \ macro
/third_party/icu/icu4c/source/data/lang/
Dfr_CA.txt72 stq{"frison de Saterland"}
Dmk.txt528 stq{"затерландски фризиски"}
Dhsb.txt231 stq{"saterfrizišćina"}
Dzh_Hant.txt528 stq{"沙特菲士蘭文"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dfr_CA.txt72 stq{"frison de Saterland"}
Dmk.txt528 stq{"затерландски фризиски"}
Dyue.txt526 stq{"沙特菲士蘭文"}
Dth.txt540 stq{"ฟรีเซียนซัทเธอร์แลนด์"}
Dyue_Hans.txt527 stq{"沙特菲士兰文"}
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_text_fragment_shader.txt356 | "." "stq"
425 choice for coordinate selection, (i.e "str" or "stq"), the
430 using "t2.str" and "t2.stq" is not)
432 output pass can not be a register that uses "stq" or "stq_dq"
632 "stq" (s, t, q, undefined) (s, t, q, undefined)
645 only draw upon "str" or "stq" components throughout the program.
647 cannot be used again later as "t2.stq". The projection, however,
/third_party/openGLES/extensions/ATI/
DATI_text_fragment_shader.txt356 | "." "stq"
425 choice for coordinate selection, (i.e "str" or "stq"), the
430 using "t2.str" and "t2.stq" is not)
432 output pass can not be a register that uses "stq" or "stq_dq"
632 "stq" (s, t, q, undefined) (s, t, q, undefined)
645 only draw upon "str" or "stq" components throughout the program.
647 cannot be used again later as "t2.stq". The projection, however,
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dmk.txt526 stq{"затерландски фризиски"}
Dhsb.txt230 stq{"saterfrizišćina"}
Dyue.txt524 stq{"沙特菲士蘭文"}
Dzh_Hant.txt527 stq{"沙特菲士蘭文"}

12345