Searched refs:PLBU_CMD (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_gpu.h | 117 #define PLBU_CMD(v1, v2) \ macro 124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C) 126 PLBU_CMD((((tiled_w) - 1) << 24) | (((tiled_h) - 1) << 8), 0x10000109) 127 #define PLBU_CMD_BLOCK_STRIDE(block_w) PLBU_CMD((block_w) & 0xff, 0x30000000) 129 PLBU_CMD(gp_stream, 0x28000000 | ((block_num) - 1) | 1) 130 #define PLBU_CMD_VIEWPORT_LEFT(v) PLBU_CMD(v, 0x10000107) 131 #define PLBU_CMD_VIEWPORT_RIGHT(v) PLBU_CMD(v, 0x10000108) 132 #define PLBU_CMD_VIEWPORT_BOTTOM(v) PLBU_CMD(v, 0x10000105) 133 #define PLBU_CMD_VIEWPORT_TOP(v) PLBU_CMD(v, 0x10000106) 134 #define PLBU_CMD_ARRAYS_SEMAPHORE_BEGIN() PLBU_CMD(0x00010002, 0x60000000) [all …]
|