Home | History | Annotate | Download | only in api

Lines Matching defs:vki

44 	const DeviceInterface&					vki             = context.getDeviceInterface();
62 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo));
64 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer);
67 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
78 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize);
91 const DeviceInterface& vki = context.getDeviceInterface();
109 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo));
111 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer);
114 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
126 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize);
135 const DeviceInterface& vki = context.getDeviceInterface();
143 return builder.build(vki, device);
148 const DeviceInterface& vki = context.getDeviceInterface();
154 .build(vki, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1);
164 const DeviceInterface& vki = context.getDeviceInterface();
178 vk::Move<vk::VkDescriptorSet> descriptorSet = allocateDescriptorSet(vki, device, &allocInfo);
188 builder.update(vki, device);
201 const DeviceInterface& vki = context.getDeviceInterface();
219 vk::Move<vk::VkDescriptorSet> descriptorSet = allocateDescriptorSet(vki, device, &allocInfo);
229 builder.update(vki, device);