Searched refs:anv_format (Results 1 – 7 of 7) sorted by relevance
146 static const struct anv_format main_formats[] = {337 static const struct anv_format _4444_formats[] = {342 static const struct anv_format ycbcr_formats[] = {418 const struct anv_format *formats;429 const struct anv_format *439 const struct anv_format *format = in anv_get_format()449 anv_format_has_npot_plane(const struct anv_format *anv_format) { in anv_format_has_npot_plane() argument450 for (uint32_t i = 0; i < anv_format->n_planes; ++i) { in anv_format_has_npot_plane()452 isl_format_get_layout(anv_format->planes[i].isl_format); in anv_format_has_npot_plane()476 const struct anv_format *format = anv_get_format(vk_format); in anv_get_format_plane()[all …]
205 const struct anv_format *anv_format = anv_get_format(p->format); in get_ahw_buffer_format_properties2() local206 p->externalFormat = (uint64_t) (uintptr_t) anv_format; in get_ahw_buffer_format_properties2()217 anv_get_image_format_features2(&device->info, p->format, anv_format, in get_ahw_buffer_format_properties2()
3342 struct anv_format { struct3395 const struct anv_format *3401 const struct anv_format *format = anv_get_format(vk_format); in anv_get_format_planes()4021 const struct anv_format *anv_format,4065 const struct anv_format * format;
257 const struct anv_format *format = state.conversion->format; in anv_nir_lower_ycbcr_textures_instr()
1020 const struct anv_format *format_desc = in genX()
2682 const struct anv_format *conv_format = NULL; in anv_CreateImageView()
2355 - anv: add VkFormat field as part of anv_format