Searched refs:fast_path (Results 1 – 1 of 1) sorted by relevance
62 pixman_fast_path_t fast_path; member95 const pixman_fast_path_t *info = &(cache->cache[i].fast_path); in _pixman_implementation_lookup_composite()112 *out_func = cache->cache[i].fast_path.func; in _pixman_implementation_lookup_composite()171 cache->cache[0].fast_path.op = op; in _pixman_implementation_lookup_composite()172 cache->cache[0].fast_path.src_format = src_format; in _pixman_implementation_lookup_composite()173 cache->cache[0].fast_path.src_flags = src_flags; in _pixman_implementation_lookup_composite()174 cache->cache[0].fast_path.mask_format = mask_format; in _pixman_implementation_lookup_composite()175 cache->cache[0].fast_path.mask_flags = mask_flags; in _pixman_implementation_lookup_composite()176 cache->cache[0].fast_path.dest_format = dest_format; in _pixman_implementation_lookup_composite()177 cache->cache[0].fast_path.dest_flags = dest_flags; in _pixman_implementation_lookup_composite()[all …]