Lines Matching defs:out
177 VkInstance *out)
244 *out = dzn_instance_to_handle(instance);
1035 VK_OUTARRAY_MAKE_TYPED(VkPhysicalDevice, out, pPhysicalDevices,
1039 vk_outarray_append_typed(VkPhysicalDevice, &out, i)
1044 return vk_outarray_status(&out);
1677 VK_OUTARRAY_MAKE_TYPED(VkQueueFamilyProperties2, out,
1683 vk_outarray_append_typed(VkQueueFamilyProperties2, &out, p) {
2019 VkDevice *out)
2128 *out = dzn_device_to_handle(device);
2152 goto out;
2161 out:
2239 VkDeviceMemory *out)
2356 *out = dzn_device_memory_to_handle(mem);
2474 VkBuffer *out)
2507 *out = dzn_buffer_to_handle(buf);
2660 /* TODO: figure out dedicated allocations */
2727 VkEvent *out)
2744 *out = dzn_event_to_handle(event);
2854 VkSampler *out)
2923 *out = dzn_sampler_to_handle(sampler);