Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1074 uint32_t max_temps = 0; in vir_get_max_temps() local
1076 max_temps = MAX2(max_temps, pressure[i]); in vir_get_max_temps()
1080 return max_temps; in vir_get_max_temps()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1701 GLuint max_temps) in create_new_program()
1716 if (max_temps >= sizeof(int) * 8) in create_new_program()
1719 p.temp_reserved = ~((1<<max_temps)-1); in create_new_program()
1698 create_new_program( const struct state_key *key, struct gl_program *program, GLboolean mvp_with_dp4, GLuint max_temps) create_new_program() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A 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()

Completed in 8 milliseconds