Lines Matching refs:instance
79 dev->instance, dev_handle,
94 dev->instance, dev_handle,
208 vn_call_vkCreateImage(dev->instance, device, create_info, NULL, &image);
335 return vn_error(dev->instance, result);
362 vn_async_vkDestroyImage(dev->instance, device, image, NULL);
429 vn_call_vkGetImageSparseMemoryRequirements2(dev->instance, device, pInfo,
490 return vn_error(dev->instance, VK_ERROR_OUT_OF_HOST_MEMORY);
506 vn_async_vkBindImageMemory2(dev->instance, device, bindInfoCount,
524 dev->instance, device, image, pProperties);
568 vn_call_vkGetImageSubresourceLayout(dev->instance, device, image,
600 return vn_error(dev->instance, VK_ERROR_OUT_OF_HOST_MEMORY);
606 vn_async_vkCreateImageView(dev->instance, device, pCreateInfo, NULL,
627 vn_async_vkDestroyImageView(dev->instance, device, imageView, NULL);
649 return vn_error(dev->instance, VK_ERROR_OUT_OF_HOST_MEMORY);
654 vn_async_vkCreateSampler(dev->instance, device, pCreateInfo, NULL,
675 vn_async_vkDestroySampler(dev->instance, device, _sampler, NULL);
716 return vn_error(dev->instance, VK_ERROR_OUT_OF_HOST_MEMORY);
723 vn_async_vkCreateSamplerYcbcrConversion(dev->instance, device, pCreateInfo,
745 vn_async_vkDestroySamplerYcbcrConversion(dev->instance, device,
761 vn_call_vkGetDeviceImageMemoryRequirements(dev->instance, device, pInfo,
776 dev->instance, device, pInfo, pSparseMemoryRequirementCount,