Searched refs:drmFormatModifierCount (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_drm.c | 342 assert(modifier_props_list.drmFormatModifierCount > 0); in wsi_configure_native_image() 346 modifier_props_list.drmFormatModifierCount, in wsi_configure_native_image() 360 for (uint32_t i = 0; i < modifier_props_list.drmFormatModifierCount; i++) { in wsi_configure_native_image() 433 .drmFormatModifierCount = image_modifier_count, in wsi_configure_native_image() 516 if (info->drm_mod_list.drmFormatModifierCount > 0) { in wsi_create_native_image_mem()
|
D | wsi_common_headless.c | 394 if (info->drm_mod_list.drmFormatModifierCount > 0) { in wsi_create_null_image_mem()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 2151 * pname:drmFormatModifierCount is an inout parameter related to the number 2157 in pname:drmFormatModifierCount the number of modifiers compatible with the 2159 Otherwise, the application must: set pname:drmFormatModifierCount to the 2161 write at most pname:drmFormatModifierCount elements to the array, and will 2162 return in pname:drmFormatModifierCount the number of elements written. 2279 * pname:drmFormatModifierCount is an inout parameter related to the number 2286 pname:drmFormatModifierCount. 2287 Otherwise, the application must: set pname:drmFormatModifierCount to the 2289 write at most pname:drmFormatModifierCount elements to the array, and will 2290 return in pname:drmFormatModifierCount the number of elements written.
|
D | resources.adoc | 2738 * pname:drmFormatModifierCount is the length of the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2248 VULKAN_HPP_HASH_COMBINE( seed, drmFormatModifierPropertiesList2EXT.drmFormatModifierCount ); in operator ()() 2261 VULKAN_HPP_HASH_COMBINE( seed, drmFormatModifierPropertiesListEXT.drmFormatModifierCount ); in operator ()() 3018 VULKAN_HPP_HASH_COMBINE( seed, imageDrmFormatModifierListCreateInfoEXT.drmFormatModifierCount ); in operator ()()
|
D | vulkan_hash.hpp | 3966 VULKAN_HPP_HASH_COMBINE( seed, drmFormatModifierPropertiesList2EXT.drmFormatModifierCount ); in operator ()() 3979 VULKAN_HPP_HASH_COMBINE( seed, drmFormatModifierPropertiesListEXT.drmFormatModifierCount ); in operator ()() 5241 VULKAN_HPP_HASH_COMBINE( seed, imageDrmFormatModifierListCreateInfoEXT.drmFormatModifierCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 12270 uint32_t drmFormatModifierCount; member 12286 uint32_t drmFormatModifierCount; member 12313 uint32_t drmFormatModifierCount; member
|