Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c453 const unsigned new_frac = new_var->data.location_frac; in nir_lower_io_to_vector_impl() local
482 vec4_comp_mask >> new_frac); in nir_lower_io_to_vector_impl()
505 const unsigned new_frac = new_var->data.location_frac; in nir_lower_io_to_vector_impl() local
531 if (new_frac + c >= old_frac && in nir_lower_io_to_vector_impl()
532 (old_wrmask & 1 << (new_frac + c - old_frac))) { in nir_lower_io_to_vector_impl()
534 new_frac + c - old_frac); in nir_lower_io_to_vector_impl()
545 old_wrmask << (old_frac - new_frac)); in nir_lower_io_to_vector_impl()