Searched refs:cmd_depth_to_code (Results 1 – 2 of 2) sorted by relevance
184 #define cmd_depth_to_code(d) ((d) > 0xf ? 0x10 | ((d) >> 3) : (d)) macro
257 byte bd = cmd_depth_to_code(depth); in cmd_store_tile_params()