Searched refs:testData (Results 1 – 2 of 2) sorted by relevance
206 static TestData testData; variable357 MyStats5[0].count = testData.numx * testData.numy * testData.numz; in main()358 MyStats5[1].count = testData.nc_tx; in main()359 MyStats5[2].count = testData.ntev; in main()444 testData.numx = 1; in DrawInit()445 testData.numy = 1; in DrawInit()446 testData.numz = 1; in DrawInit()447 testData.nc_tx = testData.numx * testData.numz; in DrawInit()448 testData.tcb = 0; // default texregion callback in DrawInit()449 testData.tci = 0; // don't invalidate tex cache regions in DrawInit()[all …]
40 #define N_TESTS (sizeof(testData)/sizeof(TestData))117 static TestData testData[] = variable279 fillFifo = testData[Test].fill; in main()549 if (testData[Test].type == CUBE_IDX) in DrawTick()571 else if (testData[Test].type == CUBE_DIR) in DrawTick()593 else if (testData[Test].type == CUBE_TEX_IDX) in DrawTick()613 else if (testData[Test].type == CUBE_TEX_DIR) in DrawTick()635 for (i = 0; i < testData[Test].nloops; i++) in DrawTick()637 for (j = 0; j < testData[Test].nmtx; j++) in DrawTick()642 for (j = 0; j < testData[Test].ncubes; j++) in DrawTick()[all …]