Searched refs:VS_CMD (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_gpu.h169 #define VS_CMD(v1, v2) \ macro
175 #define VS_CMD_ARRAYS_SEMAPHORE_BEGIN_1() VS_CMD(0x00028000, 0x50000000)
176 #define VS_CMD_ARRAYS_SEMAPHORE_BEGIN_2() VS_CMD(0x00000001, 0x50000000)
178 VS_CMD((index_draw) ? 0x00018000 : 0x00000000, 0x50000000)
180 VS_CMD(addr, 0x30000000 | ((size) << 12))
182 VS_CMD(addr, 0x40000000 | ((size) << 12))
184 VS_CMD(((prefetch) << 20) | ((((size) >> 4) - 1) << 10), 0x10000040)
186 VS_CMD((((nv) - 1) << 8) | (((na) - 1) << 24), 0x10000042)
187 #define VS_CMD_UNKNOWN1() VS_CMD(0x00000003, 0x10000041)
188 #define VS_CMD_UNKNOWN2() VS_CMD(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_draw.c182 #define VS_CMD(v1, v2) \ macro
188 #define VS_CMD_ARRAYS_SEMAPHORE_BEGIN_1() VS_CMD(0x00028000, 0x50000000)
189 #define VS_CMD_ARRAYS_SEMAPHORE_BEGIN_2() VS_CMD(0x00000001, 0x50000000)
191 VS_CMD((index_draw) ? 0x00018000 : 0x00000000, 0x50000000)
193 VS_CMD(addr, 0x30000000 | ((size) << 12))
195 VS_CMD(addr, 0x40000000 | ((size) << 12))
197 VS_CMD(((prefetch) << 20) | ((((size) >> 4) - 1) << 10), 0x10000040)
199 VS_CMD((((nv) - 1) << 8) | (((na) - 1) << 24), 0x10000042)
200 #define VS_CMD_UNKNOWN1() VS_CMD(0x00000003, 0x10000041)
201 #define VS_CMD_UNKNOWN2() VS_CMD(
[all...]

Completed in 3 milliseconds