| /xsrc/external/mit/pixman/dist/test/ |
| H A D | check-formats.c | 7 pixman_format_code_t dest_format) 18 pixel_checker_init (&dest_checker, dest_format); 30 di = pixman_image_create_bits (dest_format, 1, 1, &d, 4); 61 d <<= 32 - PIXMAN_FORMAT_BPP (dest_format); 68 d >>= (32 - PIXMAN_FORMAT_BPP (dest_format)); 75 printf ("dest: %-12s pixel: %08x\n", format_name (dest_format), orig_d); 76 printf ("got: %-12s pixel: %08x\n", format_name (dest_format), d); 5 check_op(pixman_op_t op,pixman_format_code_t src_format,pixman_format_code_t dest_format) argument
|
| H A D | affine-bench.c | 275 pixman_format_code_t *dest_format) 322 *dest_format = format_from_string (*argv); 323 if (*dest_format == PIXMAN_null) 352 pixman_format_code_t dest_format = PIXMAN_a8r8g8b8; local in function:main 379 &src_format, &mask_format, &dest_format)) 442 create_image (WIDTH + 64, HEIGHT, dest_format, filter, 269 parse_arguments(int argc,char * argv[],pixman_transform_t * t,pixman_op_t * op,pixman_format_code_t * src_format,pixman_format_code_t * mask_format,pixman_format_code_t * dest_format) argument
|
| H A D | pixel-test.c | 38 pixman_format_code_t dest_format; member in struct:pixel_combination_t 2872 pixel_checker_init (&dest_checker, combination->dest_format); 2900 combination->dest_format, size, size, NULL, -1); 2928 printf (" dest format: %s\n", format_name (combination->dest_format));
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-implementation.c | 81 pixman_format_code_t dest_format, 105 info->dest_format == dest_format && 130 ((info->dest_format == dest_format) || 131 (info->dest_format == PIXMAN_any)) && 176 cache->cache[0].fast_path.dest_format = dest_format; 75 _pixman_implementation_lookup_composite(pixman_implementation_t * toplevel,pixman_op_t op,pixman_format_code_t src_format,uint32_t src_flags,pixman_format_code_t mask_format,uint32_t mask_flags,pixman_format_code_t dest_format,uint32_t dest_flags,pixman_implementation_t ** out_imp,pixman_composite_func_t * out_func) argument
|
| H A D | pixman-glyph.c | 413 pixman_format_code_t dest_format; local in function:pixman_composite_glyphs_no_mask 423 dest_format = dest->common.extended_format_code; 475 dest_format, dest_flags, 512 pixman_format_code_t dest_format; local in function:add_glyphs 522 dest_format = dest->common.extended_format_code; 584 dest_format, dest_flags,
|
| H A D | pixman.c | 591 pixman_format_code_t src_format, mask_format, dest_format; local in function:pixman_image_composite32 619 dest_format = dest->common.extended_format_code; 695 dest_format, info.dest_flags,
|
| H A D | pixman-private.h | 522 pixman_format_code_t dest_format; member in struct:__anon0c1deedc0508 559 pixman_format_code_t dest_format,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_rs.h | 41 uint8_t dest_format; /* RS_FORMAT_XXX */ member in struct:rs_state
|
| H A D | etnaviv_surface.c | 126 .dest_format = RS_FORMAT_A8R8G8B8,
|
| H A D | etnaviv_rs.c | 79 VIVS_RS_CONFIG_DEST_FORMAT(rs->dest_format) | 142 rs->source_format == rs->dest_format && 271 .dest_format = format, 714 .dest_format = translate_rs_format(dst_format),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_rs.h | 42 uint8_t dest_format; /* RS_FORMAT_XXX */ member in struct:rs_state
|
| H A D | etnaviv_rs.c | 97 VIVS_RS_CONFIG_DEST_FORMAT(rs->dest_format) | 158 rs->source_format == rs->dest_format && 299 .dest_format = format, 770 .dest_format = format,
|
| H A D | etnaviv_surface.c | 165 .dest_format = RS_FORMAT_A8R8G8B8,
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128exa.c | 445 struct dest_format { struct 451 static const struct dest_format dest_formats[] = { 455 static struct dest_format *
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv30_exa.c | 205 PictFormatShort dest_format, Bool component_alpha) 215 if (!PICT_FORMAT_A(dest_format)) { 221 } else if (dest_format == PICT_a8) { 230 if (blend->src_alpha && (component_alpha || dest_format == PICT_a8)) { 204 NV30_SetupBlend(ScrnInfoPtr pScrn,nv_pict_op_t * blend,PictFormatShort dest_format,Bool component_alpha) argument
|
| H A D | nv40_exa.c | 136 PictFormatShort dest_format, Bool component_alpha) 146 if (!PICT_FORMAT_A(dest_format)) { 152 } else if (dest_format == PICT_a8) { 161 if (blend->src_alpha && (component_alpha || dest_format == PICT_a8)) { 135 NV40_SetupBlend(ScrnInfoPtr pScrn,nv_pict_op_t * blend,PictFormatShort dest_format,Bool component_alpha) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta.h | 229 VkFormat dest_format, VkImageLayout dest_image_layout,
|
| H A D | radv_meta_resolve_cs.c | 662 struct radv_image *dest_image, VkFormat dest_format, 738 .format = vk_to_non_srgb_format(dest_format), 660 radv_meta_resolve_compute_image(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,VkFormat src_format,VkImageLayout src_image_layout,struct radv_image * dest_image,VkFormat dest_format,VkImageLayout dest_image_layout,const VkImageResolve2KHR * region) argument
|