Home | History | Annotate | Download | only in pipeline

Lines Matching defs:deviceInterface

637 	const DeviceInterface&		deviceInterface = m_context.getDeviceInterface();
643 .build(deviceInterface, device);
652 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
659 .build(deviceInterface, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
662 m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *descSetLayout);
666 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferSampleMaskInfo, MemoryRequirement::HostVisible));
670 flushAlloc(deviceInterface, device, m_buffer->getAllocation());
676 .update(deviceInterface, device);