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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dtri-instanced.c66 #define NUM_INST 5 macro
68 static float inst_data[NUM_INST][4] =
199 /* draw NUM_INST triangles */
200 info.instance_count = NUM_INST;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dtri-instanced.c66 #define NUM_INST 5 macro
68 static float inst_data[NUM_INST][4] =
206 /* draw NUM_INST triangles */
207 info.instance_count = NUM_INST;

Completed in 2 milliseconds