Searched refs:tempWrites (Results 1 – 2 of 2) sorted by relevance
1275 GLuint tempWrites[REG_ALLOCATE_MAX_PROGRAM_TEMPS]; in _mesa_simplify_cmp() local1285 tempWrites[i] = 0; in _mesa_simplify_cmp()1307 prevWriteMask = tempWrites[inst->DstReg.Index]; in _mesa_simplify_cmp()1308 tempWrites[inst->DstReg.Index] |= inst->DstReg.WriteMask; in _mesa_simplify_cmp()
3029 unsigned *tempWrites; in simplify_cmp() local3032 tempWrites = new unsigned[MAX_TEMPS]; in simplify_cmp()3033 if (!tempWrites) { in simplify_cmp()3036 memset(tempWrites, 0, sizeof(unsigned) * MAX_TEMPS); in simplify_cmp()3060 prevWriteMask = tempWrites[inst->dst.index]; in simplify_cmp()3061 tempWrites[inst->dst.index] |= inst->dst.writemask; in simplify_cmp()3077 delete [] tempWrites; in simplify_cmp()