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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c252 GLboolean tempRead[REG_ALLOCATE_MAX_PROGRAM_TEMPS][4]; local
256 memset(tempRead, 0, sizeof(tempRead));
292 tempRead[index][swz] = GL_TRUE;
313 tempRead[index][0] = GL_TRUE;
314 tempRead[index][1] = GL_TRUE;
315 tempRead[index][2] = GL_TRUE;
316 tempRead[index][3] = GL_TRUE;
330 if (!tempRead[index][chan] &&
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c252 GLboolean tempRead[REG_ALLOCATE_MAX_PROGRAM_TEMPS][4]; local
256 memset(tempRead, 0, sizeof(tempRead));
292 tempRead[index][swz] = GL_TRUE;
313 tempRead[index][0] = GL_TRUE;
314 tempRead[index][1] = GL_TRUE;
315 tempRead[index][2] = GL_TRUE;
316 tempRead[index][3] = GL_TRUE;
330 if (!tempRead[index][chan] &&

Completed in 145 milliseconds