Searched refs:src_fmt (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dcheck-formats.c111 pixman_format_code_t src_fmt, dest_fmt; local in function:main
115 src_fmt = PIXMAN_null;
143 else if ((src_fmt = format_from_string (arg)) == PIXMAN_null)
166 if (op == PIXMAN_OP_NONE || src_fmt == PIXMAN_null || dest_fmt == PIXMAN_null)
175 return check_op (op, src_fmt, dest_fmt);
H A Dsolid-test.c278 pixman_format_code_t src_fmt, dst_fmt, mask_fmt = PIXMAN_null; local in function:test_solid
290 src_img = create_solid_image (img_fmt_list, src_buf, &src_fmt);
293 src_img = create_solid_image (img_fmt_list, src_buf, &src_fmt);
297 src_img = create_multi_pixel_image (img_fmt_list, src_buf, &src_fmt);
313 printf ("src_fmt=%s, dst_fmt=%s, mask_fmt=%s\n",
314 format_name (src_fmt), format_name (dst_fmt),
317 src_fmt == PIXMAN_solid ? 1 : src_img->bits.width,
H A Dblitters-test.c246 pixman_format_code_t src_fmt, dst_fmt, mask_fmt; local in function:test_composite
272 max_extra_stride, &src_fmt);
278 max_extra_stride, &src_fmt);
307 if ((src_fmt == PIXMAN_x8r8g8b8 || src_fmt == PIXMAN_x8b8g8r8) &&
350 printf ("src_fmt=%s, dst_fmt=%s, mask_fmt=%s\n",
351 format_name (src_fmt), format_name (dst_fmt),
H A Daffine-test.c45 pixman_format_code_t src_fmt, dst_fmt; local in function:test_composite
95 src_fmt = src_bpp == 4 ? (prng_rand_n (2) == 0 ?
102 src_fmt, src_width, src_height, srcbuf, src_stride);
215 printf ("src_fmt=%s, dst_fmt=%s\n", format_name (src_fmt), format_name (dst_fmt));
H A Dscaling-test.c76 pixman_format_code_t src_fmt, mask_fmt, dst_fmt; local in function:test_composite
147 src_fmt = get_format (src_bpp);
170 src_fmt, src_width, src_height, srcbuf, src_stride);
351 printf ("op=%s, src_fmt=%s, mask_fmt=%s, dst_fmt=%s\n",
352 operator_name (op), format_name (src_fmt),
H A Dlowlevel-blt-bench.c383 int src_fmt,
406 bytes_per_pix += (src_fmt >> 24) / 8.0;
407 src_img = pixman_image_create_bits (src_fmt,
411 xsrc_img = pixman_image_create_bits (src_fmt,
418 src_img = pixman_image_create_bits (src_fmt,
422 xsrc_img = pixman_image_create_bits (src_fmt,
506 ((PIXMAN_FORMAT_BPP(src_fmt) + PIXMAN_FORMAT_BPP(dst_fmt)) / 8);
623 int src_fmt; member in struct:test_entry
882 test->src_fmt = format[0];
895 if (test->src_fmt
382 bench_composite(const char * testname,int src_fmt,int src_flags,int op,int mask_fmt,int mask_flags,int dst_fmt,double npix) argument
[all...]
H A Dcover-test.c264 pixman_format_code_t src_fmt, dst_fmt, mask_fmt; local in function:test_cover
318 src_fmt = img_fmt_list[src_fmt_index];
380 printf ("src_fmt=%s, dst_fmt=%s, mask_fmt=%s\n",
381 format_name (src_fmt), format_name (dst_fmt),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c473 struct iris_format_info src_fmt = local in function:iris_blit
476 iris_resource_texture_aux_usage(ice, src_res, src_fmt.fmt);
478 iris_resource_prepare_texture(ice, src_res, src_fmt.fmt,
506 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
523 src_fmt.fmt, src_fmt.swizzle,
533 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c326 struct iris_format_info src_fmt = local in function:iris_blit
330 iris_resource_texture_aux_usage(ice, src_res, src_fmt.fmt, 0);
336 src_res->surf.format == src_fmt.fmt;
426 bool flush_hack = src_fmt.fmt != src_res->surf.format &&
450 src_fmt.fmt, src_fmt.swizzle,
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-neon-asm.S2977 .macro bilinear_interpolate_last_pixel src_fmt, dst_fmt
2978 bilinear_load_\()\src_fmt d0, d1, d2
2993 .macro bilinear_interpolate_two_pixels src_fmt, dst_fmt
2994 bilinear_load_and_vertical_interpolate_two_\()\src_fmt \
3010 .macro bilinear_interpolate_four_pixels src_fmt, dst_fmt
3011 bilinear_load_and_vertical_interpolate_four_\()\src_fmt \
3042 .macro bilinear_interpolate_four_pixels_head src_fmt, dst_fmt
3043 .ifdef have_bilinear_interpolate_four_pixels_\()\src_fmt\()_\()\dst_fmt
3044 bilinear_interpolate_four_pixels_\()\src_fmt\()_\()\dst_fmt\()_head
3046 bilinear_interpolate_four_pixels \src_fmt, \dst_fm
[all...]
H A Dpixman-arma64-neon-asm.S3260 .macro bilinear_interpolate_last_pixel src_fmt, dst_fmt
3261 bilinear_load_\()\src_fmt v0, v1, v2
3276 .macro bilinear_interpolate_two_pixels src_fmt, dst_fmt
3277 bilinear_load_and_vertical_interpolate_two_\()\src_fmt \
3293 .macro bilinear_interpolate_four_pixels src_fmt, dst_fmt
3294 bilinear_load_and_vertical_interpolate_four_\()\src_fmt \
3325 .macro bilinear_interpolate_four_pixels_head src_fmt, dst_fmt
3326 .ifdef have_bilinear_interpolate_four_pixels_\()\src_fmt\()_\()\dst_fmt
3327 bilinear_interpolate_four_pixels_\()\src_fmt\()_\()\dst_fmt\()_head
3329 bilinear_interpolate_four_pixels \src_fmt, \dst_fm
[all...]
H A Dpixman-arm-neon-asm-bilinear.S477 .macro bilinear_interpolate_last_pixel src_fmt, mask_fmt, dst_fmt, op
478 bilinear_load_\()\src_fmt d0, d1, d2
505 .macro bilinear_interpolate_two_pixels src_fmt, mask_fmt, dst_fmt, op
506 bilinear_load_and_vertical_interpolate_two_\()\src_fmt \
534 .macro bilinear_interpolate_four_pixels src_fmt, mask_fmt, dst_fmt, op
535 bilinear_load_and_vertical_interpolate_four_\()\src_fmt \
586 * src_fmt - source color format (8888 or 0565)
604 src_fmt, dst_fmt, src_bpp_shift, dst_bpp_shift, \
H A Dpixman-arma64-neon-asm-bilinear.S502 .macro bilinear_interpolate_last_pixel src_fmt, mask_fmt, dst_fmt, op
503 bilinear_load_\()\src_fmt v0, v1, v2
530 .macro bilinear_interpolate_two_pixels src_fmt, mask_fmt, dst_fmt, op
531 bilinear_load_and_vertical_interpolate_two_\()\src_fmt \
559 .macro bilinear_interpolate_four_pixels src_fmt, mask_fmt, dst_fmt, op
560 bilinear_load_and_vertical_interpolate_four_\()\src_fmt \
611 * src_fmt - source color format (8888 or 0565)
629 src_fmt, dst_fmt, src_bpp_shift, dst_bpp_shift, \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c561 struct crocus_format_info src_fmt = local in function:crocus_blit
566 crocus_resource_prepare_texture(ice, src_res, src_fmt.fmt,
600 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
607 struct isl_swizzle src_swiz = pipe_to_isl_swizzles(src_fmt.swizzles);
619 src_fmt.fmt, src_swiz,
628 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1262 const struct util_format_description *src_fmt,
1282 if (format_expands_to_float_soa(src_fmt)) {
1328 if (src_fmt->format == PIPE_FORMAT_R11G11B10_FLOAT) {
1332 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa);
1339 lp_mem_type_from_format_desc(src_fmt, &mem_type);
1340 lp_blend_type_from_format_desc(src_fmt, &blend_type);
1376 for (j = 0; j < src_fmt->nr_channels; ++j) {
1378 unsigned sa = src_fmt->channel[j].shift;
1382 unsigned from_lsb = src_fmt->nr_channels - j - 1;
1385 mask = (1 << src_fmt
1260 convert_to_blend_type(struct gallivm_state * gallivm,unsigned block_size,const struct util_format_description * src_fmt,struct lp_type src_type,struct lp_type dst_type,LLVMValueRef * src,unsigned num_srcs) argument
1428 convert_from_blend_type(struct gallivm_state * gallivm,unsigned block_size,const struct util_format_description * src_fmt,struct lp_type src_type,struct lp_type dst_type,LLVMValueRef * src,unsigned num_srcs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1841 const struct util_format_description *src_fmt,
1861 if (format_expands_to_float_soa(src_fmt)) {
1907 if (src_fmt->format == PIPE_FORMAT_R11G11B10_FLOAT) {
1911 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa);
1918 lp_mem_type_from_format_desc(src_fmt, &mem_type);
1919 lp_blend_type_from_format_desc(src_fmt, &blend_type);
1955 for (j = 0; j < src_fmt->nr_channels; ++j) {
1957 unsigned sa = src_fmt->channel[j].shift;
1961 unsigned from_lsb = src_fmt->nr_channels - j - 1;
1964 mask = (1 << src_fmt
1839 convert_to_blend_type(struct gallivm_state * gallivm,unsigned block_size,const struct util_format_description * src_fmt,struct lp_type src_type,struct lp_type dst_type,LLVMValueRef * src,unsigned num_srcs) argument
2007 convert_from_blend_type(struct gallivm_state * gallivm,unsigned block_size,const struct util_format_description * src_fmt,struct lp_type src_type,struct lp_type dst_type,LLVMValueRef * src,unsigned num_srcs) argument
[all...]

Completed in 27 milliseconds