Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10596 std::vector<VpBlockProperties> supported_blocks; in vpGetInstanceProfileVariantsSupport() local
10599 …e(api_version, supported_instance_extensions, pProfile, &supported, supported_blocks, unsupported_… in vpGetInstanceProfileVariantsSupport()
10606 …stance_extensions, &pProfileDesc->pRequiredProfiles[i], &supported, supported_blocks, unsupported_… in vpGetInstanceProfileVariantsSupport()
10613 … const std::vector<VpBlockProperties>& blocks = supported ? supported_blocks : unsupported_blocks; in vpGetInstanceProfileVariantsSupport()
10755 std::vector<VpBlockProperties> supported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport() local
10760 std::vector<VpBlockProperties>& supported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport() member
10768 } userData{physicalDevice, supported_blocks, unsupported_blocks}; in vpGetPhysicalDeviceProfileVariantsSupport()
10911 supported_blocks.push_back(block); in vpGetPhysicalDeviceProfileVariantsSupport()
10929 … const std::vector<VpBlockProperties>& blocks = supported ? supported_blocks : unsupported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport()