Lines Matching refs:VpBlockProperties
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()
10644 const std::vector<VpBlockProperties>& blocks = detail::GatherBlocks( in vpCreateInstance()
10723 …operties *pProfile, VkBool32 *pSupported, uint32_t *pPropertyCount, VpBlockProperties* pProperties… in vpGetPhysicalDeviceProfileVariantsSupport()
10755 std::vector<VpBlockProperties> supported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport()
10756 std::vector<VpBlockProperties> unsupported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport()
10760 std::vector<VpBlockProperties>& supported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport()
10761 std::vector<VpBlockProperties>& unsupported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport()
10818 VpBlockProperties block{profiles[i], pProfileDesc->minApiVersion}; in vpGetPhysicalDeviceProfileVariantsSupport()
10929 … const std::vector<VpBlockProperties>& blocks = supported ? supported_blocks : unsupported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport()
10960 const std::vector<VpBlockProperties>& blocks = detail::GatherBlocks( in vpCreateDevice()