Searched refs:edges_map (Results 1 – 4 of 4) sorted by relevance
308 unsigned char *edges_map; in igt_check_checkerboard_frame_match() local329 edges_map = calloc(1, width * height); in igt_check_checkerboard_frame_match()330 igt_assert(edges_map); in igt_check_checkerboard_frame_match()350 edges_map[y * width + x] = (xdiff > edge_threshold || in igt_check_checkerboard_frame_match()360 if (edges_map[y * width + x]) in igt_check_checkerboard_frame_match()376 edges_map[y * width + (x - span)] != in igt_check_checkerboard_frame_match()377 edges_map[y * width + (x + span)]) in igt_check_checkerboard_frame_match()382 edges_map[(y - span) * width + x] != in igt_check_checkerboard_frame_match()383 edges_map[(y + span) * width + x] && error) in igt_check_checkerboard_frame_match()393 free(edges_map); in igt_check_checkerboard_frame_match()
32 AllocatorNodeEdgesMap&& edges_map, in RawProcessMemoryNode() argument35 allocator_nodes_edges_(std::move(edges_map)), in RawProcessMemoryNode()
84 RawProcessMemoryNode::AllocatorNodeEdgesMap edges_map; in ReadProtoSnapshot() local149 edges_map.insert(std::make_pair(MemoryAllocatorNodeId(edge.source_id()), in ReadProtoSnapshot()153 level_of_detail, std::move(edges_map), std::move(nodes_map))); in ReadProtoSnapshot()
50 AllocatorNodeEdgesMap&& edges_map = AllocatorNodeEdgesMap{},