Lines Matching refs:pInstance
413 VkInstance *pInstance) { in CreateInstance() argument
487 intercept->PreCallValidateCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
490 intercept->PreCallRecordCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
493 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
496 auto framework = GetLayerDataPtr(get_dispatch_key(*pInstance), layer_data_map); in CreateInstance()
503 framework->instance = *pInstance; in CreateInstance()
504 …layer_init_instance_dispatch_table(*pInstance, &framework->instance_dispatch_table, fpGetInstanceP… in CreateInstance()
505 …ata = debug_utils_create_instance(&framework->instance_dispatch_table, *pInstance, pCreateInfo->en… in CreateInstance()
533 core_checks->instance = *pInstance; in CreateInstance()
546 intercept->PostCallRecordCreateInstance(pCreateInfo, pAllocator, pInstance, result); in CreateInstance()
549 InstanceExtensionWhitelist(framework, pCreateInfo, *pInstance); in CreateInstance()