Searched refs:dest_flags (Results 1 – 7 of 7) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-implementation.c | 82 uint32_t dest_flags, in _pixman_implementation_lookup_composite() argument 108 info->dest_flags == dest_flags && in _pixman_implementation_lookup_composite() 135 (info->dest_flags & dest_flags) == info->dest_flags) in _pixman_implementation_lookup_composite() 177 cache->cache[0].fast_path.dest_flags = dest_flags; in _pixman_implementation_lookup_composite()
|
D | pixman-glyph.c | 413 uint32_t dest_flags; in pixman_composite_glyphs_no_mask() local 423 dest_flags = dest->common.flags; in pixman_composite_glyphs_no_mask() 439 info.dest_flags = dest->common.flags; in pixman_composite_glyphs_no_mask() 474 dest_format, dest_flags, in pixman_composite_glyphs_no_mask() 512 uint32_t dest_flags; in add_glyphs() local 522 dest_flags = dest->common.flags; in add_glyphs() 528 info.dest_flags = dest_flags; in add_glyphs() 583 dest_format, dest_flags, in add_glyphs()
|
D | pixman-private.h | 456 uint32_t dest_flags; member 523 uint32_t dest_flags; member 560 uint32_t dest_flags, 776 #define FAST_PATH(op, src, src_flags, mask, mask_flags, dest, dest_flags, func) \ argument 783 dest_flags, \
|
D | pixman-general.c | 217 dest_buffer, ITER_DEST | width_flag | op_flags[op].dst, info->dest_flags); in general_composite_rect()
|
D | pixman.c | 605 info.dest_flags = dest->common.flags; in pixman_image_composite32() 674 info.op = optimize_operator (op, info.src_flags, info.mask_flags, info.dest_flags); in pixman_image_composite32() 680 dest_format, info.dest_flags, in pixman_image_composite32()
|
D | pixman-fast-path.c | 1247 dest_image->common.extended_format_code, info->dest_flags, in fast_composite_tiled_repeat()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_context.c | 295 dest_flags(struct ir3_instruction *instr) in dest_flags() function 309 unsigned flags = dest_flags(arr[0]); in ir3_create_collect() 345 debug_assert(dest_flags(elem) == flags); in ir3_create_collect() 378 unsigned flags = dest_flags(src); in ir3_split_dest()
|