Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c169 uint32_t next_free_native; member
295 assert(c->next_free_native < ETNA_MAX_TEMPS); in alloc_new_native_reg()
296 return etna_native_temp(c->next_free_native++); in alloc_new_native_reg()
625 c->next_free_native = 1; in assign_special_inputs()
2063 if (native_idx > c->next_free_native) in permute_ps_inputs()
2064 c->next_free_native = native_idx; in permute_ps_inputs()
2242 if (c->next_free_native > c->specs->max_registers) { in etna_compile_check_limits()
2243 DBG("Number of registers (%d) exceeds maximum %d", c->next_free_native, in etna_compile_check_limits()
2452 v->num_temps = c->next_free_native; in etna_compile_shader()