Home
last modified time | relevance | path

Searched refs:tileProperties (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_tile_properties.adoc79 VkBool32 tileProperties;
83 `tileProperties` indicates that the implementation supports queries for tile
118 VkTilePropertiesQCOM* tileProperties =
123 vkGetFramebufferTilePropertiesQCOM(device, hFramebuffer, tileProperties, &subpassCount);
141 VkTilePropertiesQCOM tileProperties = {
148 vkGetDynamicRenderingTilePropertiesQCOM(device, pRenderingInfo, &tileProperties);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc6500 * [[features-tileProperties]] pname:tileProperties indicates that the
7815 * <<features-tileProperties, pname:tileProperties>> if
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17402 VkBool32 tileProperties; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp10360 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceTilePropertiesFeaturesQCOM.tileProperties ); in operator ()()