Home
last modified time | relevance | path

Searched refs:source_hex (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/cl/
H A Dopencl_codegen.py71 for source_hex in file_source:
72 opencl_source_map += source_hex
/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dmove.hpp70 virtual bool calculate_new_route(const map_location& source_hex, const map_location& dest_hex);
H A Dmanager.cpp840 map_location source_hex; in save_temp_attack() local
851 source_hex = route_->steps.front(); in save_temp_attack()
859 source_hex = attacker_loc; in save_temp_attack()
865 unit* attacking_unit = future_visible_unit(source_hex); in save_temp_attack()
H A Dmove.cpp322 bool move::calculate_new_route(const map_location& source_hex, const map_location& dest_hex) in calculate_new_route() argument
328 new_plain_route = pathfind::a_star_search(source_hex, in calculate_new_route()