Searched refs:VpBlockProperties (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/vkprofiles/generated/ |
D | vulkan_profiles.h | 158 typedef struct VpBlockProperties { struct 162 } VpBlockProperties; typedef 175 const VpBlockProperties* pEnabledProfileBlocks; 194 const VpBlockProperties* pEnabledProfileBlocks; 216 …operties *pProfile, VkBool32 *pSupported, uint32_t *pPropertyCount, VpBlockProperties* pProperties… 225 …operties *pProfile, VkBool32 *pSupported, uint32_t *pPropertyCount, VpBlockProperties* pProperties…
|
D | vulkan_profiles.cpp | 10209 VPAPI_ATTR std::vector<VpBlockProperties> GatherBlocks( in GatherBlocks() 10211 uint32_t enabledProfileBlockCount, const VpBlockProperties* pEnabledProfileBlocks) { in GatherBlocks() 10212 std::vector<VpBlockProperties> results; in GatherBlocks() 10218 VpBlockProperties block{profiles[j], 0, ""}; in GatherBlocks() 10232 …Profile, VkBool32* pSupported, std::vector<VpBlockProperties>& supportedBlocks, std::vector<VpBloc… in vpGetInstanceProfileSupportSingleProfile() 10241 VpBlockProperties block{*pProfile, api_version}; in vpGetInstanceProfileSupportSingleProfile() 10546 …operties *pProfile, VkBool32 *pSupported, uint32_t *pPropertyCount, VpBlockProperties* pProperties… in vpGetInstanceProfileVariantsSupport() 10596 std::vector<VpBlockProperties> supported_blocks; in vpGetInstanceProfileVariantsSupport() 10597 std::vector<VpBlockProperties> unsupported_blocks; in vpGetInstanceProfileVariantsSupport() 10613 … const std::vector<VpBlockProperties>& blocks = supported ? supported_blocks : unsupported_blocks; in vpGetInstanceProfileVariantsSupport() [all …]
|