Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dvir.c1011 uint32_t max_temps = 0; in vir_get_max_temps() local
1013 max_temps = MAX2(max_temps, pressure[i]); in vir_get_max_temps()
1017 return max_temps; in vir_get_max_temps()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c25 unsigned max_temps; member
53 if (idx >= fpc->max_temps) { in temp()
1079 fpc->max_temps = fpc->is_nv4x ? 48 : 32; in _nvfx_fragprog_translate()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1604 GLuint max_temps) in create_new_program() argument
1619 if (max_temps >= sizeof(int) * 8) in create_new_program()
1622 p.temp_reserved = ~((1<<max_temps)-1); in create_new_program()