Searched refs:cmd_depth_to_code (Results 1 – 2 of 2) sorted by relevance
/plan9/sys/src/cmd/gs/src/ | ||
H A D | gxcldev.h | 184 #define cmd_depth_to_code(d) ((d) > 0xf ? 0x10 | ((d) >> 3) : (d)) macro |
H A D | gxclbits.c | 257 byte bd = cmd_depth_to_code(depth); in cmd_store_tile_params() |