Lines Matching refs:vkp
156 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() argument
160 if (vkp.enumerateInstanceVersion(&version) != VK_SUCCESS) in getTargetInstanceVersion()
165 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions() argument
167 Move<VkInstance> preinstance = createDefaultInstance(vkp, apiVersion); in determineDeviceVersions()
168 InstanceDriver preinterface (vkp, preinstance.get()); in determineDeviceVersions()
187 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() argument
200 if (!isDebugReportSupported(vkp)) in createInstance()
203 enabledLayers = vkt::getValidationLayers(vkp); in createInstance()
208 …return createDefaultInstance(vkp, apiVersion, vector<string>(begin(enabledLayers), end(enabledLaye… in createInstance()
224 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice() argument
291 return createDevice(vkp, instance, vki, physicalDevice, &deviceInfo); in createDefaultDevice()
379 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, b… in createDebugReportRecorder() argument
381 if (isDebugReportSupported(vkp)) in createDebugReportRecorder()