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

/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dtri-instanced.c66 #define NUM_INST 5 macro
68 static float inst_data[NUM_INST][4] =
212 /* draw NUM_INST triangles */
213 info.instance_count = NUM_INST;
/external/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c66 #define NUM_INST 5 macro
68 static float inst_data[NUM_INST][4] =
212 /* draw NUM_INST triangles */
213 info.instance_count = NUM_INST;

Completed in 157 milliseconds