Searched refs:unsupported_blocks (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/vulkan/vkprofiles/generated/ |
D | vulkan_profiles.cpp | 10597 std::vector<VpBlockProperties> unsupported_blocks; in vpGetInstanceProfileVariantsSupport() local 10599 …ersion, supported_instance_extensions, pProfile, &supported, supported_blocks, unsupported_blocks); in vpGetInstanceProfileVariantsSupport() 10606 …extensions, &pProfileDesc->pRequiredProfiles[i], &supported, supported_blocks, unsupported_blocks); in vpGetInstanceProfileVariantsSupport() 10613 … const std::vector<VpBlockProperties>& blocks = supported ? supported_blocks : unsupported_blocks; in vpGetInstanceProfileVariantsSupport() 10756 std::vector<VpBlockProperties> unsupported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport() local 10761 std::vector<VpBlockProperties>& unsupported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport() member 10768 } userData{physicalDevice, supported_blocks, unsupported_blocks}; in vpGetPhysicalDeviceProfileVariantsSupport() 10915 unsupported_blocks.push_back(block); in vpGetPhysicalDeviceProfileVariantsSupport() 10929 … const std::vector<VpBlockProperties>& blocks = supported ? supported_blocks : unsupported_blocks; in vpGetPhysicalDeviceProfileVariantsSupport()
|