HomeSort by: relevance | last modified time | path
    Searched refs:imp (Results 1 - 25 of 35) sorted by relevancy

1 2

  /xsrc/external/mit/pixman/dist/pixman/
pixman-implementation.c 34 pixman_implementation_t *imp; local
38 if ((imp = malloc (sizeof (pixman_implementation_t))))
42 memset (imp, 0, sizeof *imp);
44 imp->fallback = fallback;
45 imp->fast_paths = fast_paths;
48 for (d = imp; d != NULL; d = d->fallback)
49 d->toplevel = imp;
52 return imp;
61 pixman_implementation_t * imp; member in struct:__anon6488::__anon6489
86 pixman_implementation_t *imp; local
391 pixman_implementation_t *imp; local
    [all...]
pixman-riscv.c 76 _pixman_riscv_get_implementations (pixman_implementation_t *imp)
81 imp = _pixman_implementation_create_rvv (imp);
84 return imp;
pixman-combine-float.c 133 combine_ ## name ## _float (pixman_implementation_t *imp, \
966 combine_ ## name ## _u_float (pixman_implementation_t *imp, \
1016 _pixman_setup_combiner_functions_float (pixman_implementation_t *imp)
1019 imp->combine_float[PIXMAN_OP_CLEAR] = combine_clear_u_float;
1020 imp->combine_float[PIXMAN_OP_SRC] = combine_src_u_float;
1021 imp->combine_float[PIXMAN_OP_DST] = combine_dst_u_float;
1022 imp->combine_float[PIXMAN_OP_OVER] = combine_over_u_float;
1023 imp->combine_float[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_u_float;
1024 imp->combine_float[PIXMAN_OP_IN] = combine_in_u_float;
1025 imp->combine_float[PIXMAN_OP_IN_REVERSE] = combine_in_reverse_u_float
    [all...]
pixman-mips.c 102 _pixman_mips_get_implementations (pixman_implementation_t *imp)
107 imp = _pixman_implementation_create_mmx (imp);
121 imp = _pixman_implementation_create_mips_dspr2 (imp);
126 return imp;
pixman-combine32.c 143 combine_clear (pixman_implementation_t *imp,
154 combine_dst (pixman_implementation_t *imp,
165 combine_src_u (pixman_implementation_t *imp,
190 combine_over_u (pixman_implementation_t *imp,
255 combine_over_reverse_u (pixman_implementation_t *imp,
275 combine_in_u (pixman_implementation_t *imp,
294 combine_in_reverse_u (pixman_implementation_t *imp,
314 combine_out_u (pixman_implementation_t *imp,
333 combine_out_reverse_u (pixman_implementation_t *imp,
353 combine_atop_u (pixman_implementation_t *imp,
    [all...]
pixman-rvv.c 665 pixman_implementation_t *imp, pixman_op_t op, float *dest, \
1145 rvv_combine_clear (pixman_implementation_t *__restrict__ imp,
1159 rvv_combine_src_u (pixman_implementation_t *__restrict__ imp,
1187 rvv_combine_over_u (pixman_implementation_t *__restrict__ imp,
1221 rvv_combine_over_reverse_u (pixman_implementation_t *__restrict__ imp,
1255 rvv_combine_in_u (pixman_implementation_t *__restrict__ imp,
1286 rvv_combine_in_reverse_u (pixman_implementation_t *__restrict__ imp,
1320 rvv_combine_out_u (pixman_implementation_t *__restrict__ imp,
1351 rvv_combine_out_reverse_u (pixman_implementation_t *__restrict__ imp,
1387 rvv_combine_atop_u (pixman_implementation_t *__restrict__ imp,
3098 pixman_implementation_t *imp = _pixman_implementation_create ( local
    [all...]
pixman-arm.c 262 _pixman_arm_get_implementations (pixman_implementation_t *imp)
266 imp = _pixman_implementation_create_arm_simd (imp);
271 imp = _pixman_implementation_create_arm_neon (imp);
277 imp = _pixman_implementation_create_arm_neon (imp);
280 return imp;
pixman-x86.c 174 _pixman_x86_get_implementations (pixman_implementation_t *imp)
182 imp = _pixman_implementation_create_mmx (imp);
187 imp = _pixman_implementation_create_sse2 (imp);
192 imp = _pixman_implementation_create_ssse3 (imp);
195 return imp;
pixman-general.c 127 general_composite_rect (pixman_implementation_t *imp,
191 _pixman_implementation_iter_init (imp->toplevel, &src_iter, src_image,
209 imp->toplevel, &mask_iter,
216 imp->toplevel, &dest_iter, dest_image, dest_x, dest_y, width, height,
220 imp->toplevel, op, component_alpha, width_flag != ITER_WIDE);
230 compose (imp->toplevel, op, d, s, m, width);
255 pixman_implementation_t *imp = _pixman_implementation_create (NULL, general_fast_path); local
257 _pixman_setup_combiner_functions_32 (imp);
258 _pixman_setup_combiner_functions_float (imp);
260 imp->iter_info = general_iters
    [all...]
pixman-noop.c 34 noop_composite (pixman_implementation_t *imp,
155 pixman_implementation_t *imp = local
158 imp->iter_info = noop_iters;
160 return imp;
pixman-ppc.c 165 _pixman_ppc_get_implementations (pixman_implementation_t *imp)
169 imp = _pixman_implementation_create_vmx (imp);
172 return imp;
pixman-vmx.c 449 vmx_combine_over_u (pixman_implementation_t *imp,
564 vmx_combine_over_reverse_u (pixman_implementation_t *imp,
671 vmx_combine_in_u (pixman_implementation_t *imp,
784 vmx_combine_in_reverse_u (pixman_implementation_t *imp,
893 vmx_combine_out_u (pixman_implementation_t *imp,
1007 vmx_combine_out_reverse_u (pixman_implementation_t *imp,
1132 vmx_combine_atop_u (pixman_implementation_t *imp,
1259 vmx_combine_atop_reverse_u (pixman_implementation_t *imp,
1384 vmx_combine_xor_u (pixman_implementation_t *imp,
1492 vmx_combine_add_u (pixman_implementation_t *imp,
2928 pixman_implementation_t *imp = _pixman_implementation_create ( local
    [all...]
pixman-mmx.c 719 mmx_combine_over_u (pixman_implementation_t *imp,
751 mmx_combine_over_reverse_u (pixman_implementation_t *imp,
778 mmx_combine_in_u (pixman_implementation_t *imp,
807 mmx_combine_in_reverse_u (pixman_implementation_t *imp,
835 mmx_combine_out_u (pixman_implementation_t *imp,
864 mmx_combine_out_reverse_u (pixman_implementation_t *imp,
894 mmx_combine_atop_u (pixman_implementation_t *imp,
924 mmx_combine_atop_reverse_u (pixman_implementation_t *imp,
956 mmx_combine_xor_u (pixman_implementation_t *imp,
987 mmx_combine_add_u (pixman_implementation_t *imp,
4102 pixman_implementation_t *imp = _pixman_implementation_create (fallback, mmx_fast_paths); local
    [all...]
pixman-mips-dspr2.h 60 mips_composite_##name (pixman_implementation_t *imp, \
98 mips_composite_##name (pixman_implementation_t *imp, \
107 imp, src_image, dest_image->bits.format); \
136 mips_composite_##name (pixman_implementation_t *imp, \
146 imp, src_image, dest_image->bits.format); \
178 mips_composite_##name (pixman_implementation_t *imp, \
188 imp, mask_image, dest_image->bits.format); \
221 mips_composite_##name (pixman_implementation_t *imp, \
pixman-private.h 473 typedef void (*pixman_combine_32_func_t) (pixman_implementation_t *imp,
480 typedef void (*pixman_combine_float_func_t) (pixman_implementation_t *imp,
487 typedef void (*pixman_composite_func_t) (pixman_implementation_t *imp,
489 typedef pixman_bool_t (*pixman_blt_func_t) (pixman_implementation_t *imp,
502 typedef pixman_bool_t (*pixman_fill_func_t) (pixman_implementation_t *imp,
512 void _pixman_setup_combiner_functions_32 (pixman_implementation_t *imp);
513 void _pixman_setup_combiner_functions_float (pixman_implementation_t *imp);
544 _pixman_image_get_solid (pixman_implementation_t *imp,
565 _pixman_implementation_lookup_combiner (pixman_implementation_t *imp,
571 _pixman_implementation_blt (pixman_implementation_t *imp,
    [all...]
pixman-sse2.c 713 sse2_combine_over_u (pixman_implementation_t *imp,
727 sse2_combine_over_reverse_u (pixman_implementation_t *imp,
817 sse2_combine_in_u (pixman_implementation_t *imp,
878 sse2_combine_in_reverse_u (pixman_implementation_t *imp,
939 sse2_combine_out_reverse_u (pixman_implementation_t *imp,
1008 sse2_combine_out_u (pixman_implementation_t *imp,
1088 sse2_combine_atop_u (pixman_implementation_t *imp,
1172 sse2_combine_atop_reverse_u (pixman_implementation_t *imp,
1256 sse2_combine_xor_u (pixman_implementation_t *imp,
1333 sse2_combine_add_u (pixman_implementation_t *imp,
6457 pixman_implementation_t *imp = _pixman_implementation_create (fallback, sse2_fast_paths); local
    [all...]
pixman-arm-simd.c 95 arm_simd_fill (pixman_implementation_t *imp,
140 arm_simd_blt (pixman_implementation_t *imp,
285 pixman_implementation_t *imp = _pixman_implementation_create (fallback, arm_simd_fast_paths); local
287 imp->blt = arm_simd_blt;
288 imp->fill = arm_simd_fill;
290 return imp;
pixman-arm-common.h 65 cputype##_composite_##name (pixman_implementation_t *imp, \
93 cputype##_composite_##name (pixman_implementation_t *imp, \
102 imp, src_image, dest_image->bits.format); \
129 cputype##_composite_##name (pixman_implementation_t *imp, \
139 imp, src_image, dest_image->bits.format); \
168 cputype##_composite_##name (pixman_implementation_t *imp, \
178 imp, mask_image, dest_image->bits.format); \
209 cputype##_composite_##name (pixman_implementation_t *imp, \
pixman-mips-dspr2.c 167 mips_dspr2_fill (pixman_implementation_t *imp,
213 mips_dspr2_blt (pixman_implementation_t *imp,
432 mips_dspr2_combine_over_u (pixman_implementation_t *imp,
450 pixman_implementation_t *imp = local
453 imp->combine_32[PIXMAN_OP_OVER] = mips_dspr2_combine_over_u;
455 imp->blt = mips_dspr2_blt;
456 imp->fill = mips_dspr2_fill;
458 return imp;
pixman-fast-path.c 110 fast_composite_over_x888_8_8888 (pixman_implementation_t *imp,
160 fast_composite_in_n_8_8 (pixman_implementation_t *imp,
171 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format);
228 fast_composite_in_8_8 (pixman_implementation_t *imp,
265 fast_composite_over_n_8_8888 (pixman_implementation_t *imp,
275 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format);
313 fast_composite_add_n_8888_8888_ca (pixman_implementation_t *imp,
323 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format);
359 fast_composite_over_n_8888_8888_ca (pixman_implementation_t *imp,
369 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format)
3288 pixman_implementation_t *imp = _pixman_implementation_create (fallback, c_fast_paths); local
    [all...]
  /xsrc/external/mit/pixman/dist/test/
combiner-test.c 94 lookup_combiner (pixman_implementation_t *imp, pixman_op_t op,
102 f = imp->combine_float_ca[op];
104 f = imp->combine_float[op];
106 imp = imp->fallback;
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.c 185 SCREENREC(pWin->drawable.pScreen)->imp->DestroyFrame(winRec->wid);
262 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape);
413 if (!SCREENREC(pScreen)->imp->CreateFrame(winRec, pScreen,
521 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid);
555 if (SCREENREC(pScreen)->imp->DoReorderWindow) {
556 if (!SCREENREC(pScreen)->imp->DoReorderWindow(winRec))
585 SCREENREC(pScreen)->imp->RestackFrame(winRec->wid, newPrevID);
753 SCREENREC(pScreen)->imp->CopyWindow) {
774 SCREENREC(pScreen)->imp->CopyWindow(winRec->wid,
977 SCREENREC(pScreen)->imp->CopyBytes)
    [all...]
rootlessCommon.c 182 SCREENREC(pScreen)->imp->StartDrawing(winRec->wid, &winRec->pixelData,
287 SCREENREC(pScreen)->imp->StopDrawing(winRec->wid, flush);
296 SCREENREC(pScreen)->imp->UpdateRegion(winRec->wid, NULL);
352 SCREENREC(pWindow->drawable.pScreen)->imp->DamageRects(winRec->
378 SCREENREC(pWindow->drawable.pScreen)->imp->DamageRects(winRec->wid,
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessWindow.c 177 SCREENREC(pWin->drawable.pScreen)->imp->DestroyFrame(winRec->wid);
256 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape);
411 if (!SCREENREC(pScreen)->imp->CreateFrame(winRec, pScreen,
520 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid);
554 if (SCREENREC(pScreen)->imp->DoReorderWindow) {
555 if (!SCREENREC(pScreen)->imp->DoReorderWindow(winRec))
582 SCREENREC(pScreen)->imp->RestackFrame(winRec->wid, newPrevID);
753 SCREENREC(pScreen)->imp->CopyWindow)
775 SCREENREC(pScreen)->imp->CopyWindow(winRec->wid,
963 SCREENREC(pScreen)->imp->CopyBytes
    [all...]
rootlessCommon.c 160 SCREENREC(pScreen)->imp->StartDrawing(winRec->wid, &winRec->pixelData,
237 SCREENREC(pScreen)->imp->StopDrawing(winRec->wid, flush);
246 SCREENREC(pScreen)->imp->UpdateRegion(winRec->wid, NULL);
304 SCREENREC(pWindow->drawable.pScreen)->imp->
325 SCREENREC(pWindow->drawable.pScreen)->imp->

Completed in 21 milliseconds

1 2