Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c2088 uint native_idx = 1; in permute_ps_inputs() local
2100 input_id = native_idx++; in permute_ps_inputs()
2105 c->num_varyings = native_idx - 1; in permute_ps_inputs()
2107 if (native_idx > c->next_free_native) in permute_ps_inputs()
2108 c->next_free_native = native_idx; in permute_ps_inputs()