Searched refs:anv_format (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 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 = 449 anv_format_has_npot_plane(const struct anv_format *anv_format) { argument 450 for (uint32_t i = 0; i < anv_format->n_planes; ++i) { 452 isl_format_get_layout(anv_format 548 anv_get_image_format_features2(const struct intel_device_info * devinfo,VkFormat vk_format,const struct anv_format * anv_format,VkImageTiling vk_tiling,const struct isl_drm_modifier_info * isl_mod_info) argument 812 get_buffer_format_features2(const struct intel_device_info * devinfo,VkFormat vk_format,const struct anv_format * anv_format) argument 863 const struct anv_format *anv_format = anv_get_format(vk_format); local in function:get_drm_format_modifier_properties_list 897 const struct anv_format *anv_format = anv_get_format(vk_format); local in function:get_drm_format_modifier_properties_list_2 931 const struct anv_format *anv_format = anv_get_format(vk_format); local in function:anv_GetPhysicalDeviceFormatProperties2 [all...] |
| H A D | anv_android.c | 205 const struct anv_format *anv_format = anv_get_format(p->format); local in function:get_ahw_buffer_format_properties2 206 p->externalFormat = (uint64_t) (uintptr_t) anv_format; 217 anv_get_image_format_features2(&device->info, p->format, anv_format,
|
| H A D | anv_nir_lower_ycbcr_textures.c | 257 const struct anv_format *format = state.conversion->format;
|
| H A D | anv_private.h | 3771 struct anv_format { struct 3824 const struct anv_format * 3830 const struct anv_format *format = anv_get_format(vk_format); 4451 const struct anv_format *anv_format, 4514 const struct anv_format * format;
|
| H A D | anv_image.c | 2540 const struct anv_format *conv_format = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 145 static const struct anv_format main_formats[] = { 336 static const struct anv_format ycbcr_formats[] = { 412 const struct anv_format *formats; 421 const struct anv_format * 431 const struct anv_format *format = 446 const struct anv_format *format = anv_get_format(vk_format); 512 const struct anv_format *anv_format, 517 if (anv_format == NULL) 625 if (anv_format 510 anv_get_image_format_features(const struct gen_device_info * devinfo,VkFormat vk_format,const struct anv_format * anv_format,VkImageTiling vk_tiling) argument 669 get_buffer_format_features(const struct gen_device_info * devinfo,VkFormat vk_format,const struct anv_format * anv_format) argument 713 const struct anv_format *anv_format = anv_get_format(vk_format); local in function:get_wsi_format_modifier_properties_list 756 const struct anv_format *anv_format = anv_get_format(vk_format); local in function:anv_GetPhysicalDeviceFormatProperties [all...] |
| H A D | anv_android.c | 131 const struct anv_format *anv_format = anv_get_format(p->format); local in function:get_ahw_buffer_format_properties 132 p->externalFormat = (uint64_t) (uintptr_t) anv_format; 143 anv_get_image_format_features(&device->info, p->format, anv_format,
|
| H A D | anv_private.h | 2870 struct anv_format { struct 2918 const struct anv_format * 2924 const struct anv_format *format = anv_get_format(vk_format); 2977 const struct anv_format *format; 3466 const struct anv_format *anv_format, 3497 const struct anv_format * format;
|
| H A D | anv_nir_lower_ycbcr_textures.c | 371 const struct anv_format *format = state.conversion->format;
|
| H A D | anv_image.c | 606 const struct anv_format *format = anv_get_format(image->vk_format); 1498 const struct anv_format *conv_format = NULL;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 2355 - anv: add VkFormat field as part of anv_format
|
Completed in 29 milliseconds