HomeSort by relevance Sort by last modified time
    Searched refs:tempRead (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 252 GLboolean tempRead[REG_ALLOCATE_MAX_PROGRAM_TEMPS][4];
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] &&
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 252 GLboolean tempRead[REG_ALLOCATE_MAX_PROGRAM_TEMPS][4];
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] &&
    [all...]

Completed in 38 milliseconds