Searched refs:mod_props (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_formats.c | 260 vk_outarray_append(&out, mod_props) { 261 mod_props->drmFormatModifier = DRM_FORMAT_MOD_LINEAR; 262 mod_props->drmFormatModifierPlaneCount = 1; 263 mod_props->drmFormatModifierTilingFeatures = 268 vk_outarray_append(&out, mod_props) { 269 mod_props->drmFormatModifier = DRM_FORMAT_MOD_BROADCOM_UIF; 270 mod_props->drmFormatModifierPlaneCount = 1; 271 mod_props->drmFormatModifierTilingFeatures =
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_android.c | 312 VkDrmFormatModifierPropertiesEXT *mod_props = NULL; local in function:vn_android_get_modifier_properties 324 mod_props = vk_zalloc( 325 alloc, sizeof(*mod_props) * mod_prop_list.drmFormatModifierCount, 327 if (!mod_props) 330 mod_prop_list.pDrmFormatModifierProperties = mod_props; 335 if (mod_props[i].drmFormatModifier == modifier) { 336 *out_props = mod_props[i]; 342 vk_free(alloc, mod_props); 370 VkDrmFormatModifierPropertiesEXT mod_props; local in function:vn_android_get_image_builder 376 dev, create_info->format, buf_props.modifier, alloc, &mod_props); 714 VkDrmFormatModifierPropertiesEXT mod_props; local in function:vn_android_get_ahb_format_properties [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 307 vk_outarray_append(&out, mod_props) { 308 mod_props->drmFormatModifier = DRM_FORMAT_MOD_LINEAR; 309 mod_props->drmFormatModifierPlaneCount = 1; 316 vk_outarray_append(&out, mod_props) { 317 mod_props->drmFormatModifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; 318 mod_props->drmFormatModifierPlaneCount = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_formats.c | 131 vk_outarray_append(&out, mod_props) { 132 mod_props->drmFormatModifier = DRM_FORMAT_MOD_LINEAR; 133 mod_props->drmFormatModifierPlaneCount = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.c | 1530 VkDrmFormatModifierPropertiesListEXT mod_props; local in function:populate_format_props 1533 mod_props.sType = VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT; 1534 mod_props.pNext = NULL; 1535 mod_props.drmFormatModifierCount = ARRAY_SIZE(mods); 1536 mod_props.pDrmFormatModifierProperties = mods; 1537 props.pNext = &mod_props; 1541 if (screen->info.have_EXT_image_drm_format_modifier && mod_props.drmFormatModifierCount) { 1542 screen->modifier_props[i].drmFormatModifierCount = mod_props.drmFormatModifierCount; 1543 screen->modifier_props[i].pDrmFormatModifierProperties = ralloc_array(screen, VkDrmFormatModifierPropertiesEXT, mod_props.drmFormatModifierCount); 1544 if (mod_props [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 739 vk_outarray_append(&out, mod_props) { 740 mod_props->modifier = modifiers[i]; 742 mod_props->modifier_plane_count = 2; 744 mod_props->modifier_plane_count = anv_format->n_planes;
|
Completed in 9 milliseconds