Searched refs:r_chan (Results 1 – 1 of 1) sorted by relevance
93 const struct util_format_channel_description *r_chan = &desc->channel[0]; in v3d_nir_lower_image_store() local107 } else if (r_chan->size == 32) { in v3d_nir_lower_image_store()118 switch (r_chan->size) { in v3d_nir_lower_image_store()133 if (r_chan->pure_integer && in v3d_nir_lower_image_store()134 r_chan->type == UTIL_FORMAT_TYPE_SIGNED) { in v3d_nir_lower_image_store()137 } else if (r_chan->pure_integer && in v3d_nir_lower_image_store()138 r_chan->type == UTIL_FORMAT_TYPE_UNSIGNED) { in v3d_nir_lower_image_store()140 } else if (r_chan->normalized && in v3d_nir_lower_image_store()141 r_chan->type == UTIL_FORMAT_TYPE_SIGNED) { in v3d_nir_lower_image_store()144 } else if (r_chan->normalized && in v3d_nir_lower_image_store()[all …]