Searched refs:MAX_TEMPS (Results 1 – 2 of 2) sorted by relevance
199 UTIL_CHECK_SHADER(FRAGMENT, MAX_TEMPS, 32),205 UTIL_CHECK_SHADER(VERTEX, MAX_TEMPS, 32),
87 #define MAX_TEMPS 4096 macro3032 tempWrites = new unsigned[MAX_TEMPS]; in simplify_cmp()3036 memset(tempWrites, 0, sizeof(unsigned) * MAX_TEMPS); in simplify_cmp()3059 assert(inst->dst.index < MAX_TEMPS); in simplify_cmp()3892 struct ureg_dst temps[MAX_TEMPS];