Home
last modified time | relevance | path

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

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