Lluvia
|
This is the complete list of members for ll::Session, including all inherited members.
create() | ll::Session | static |
create(const ll::SessionDescriptor &descriptor) | ll::Session | static |
createCommandBuffer() const | ll::Session | |
createComputeNode(const ll::ComputeNodeDescriptor &descriptor) | ll::Session | |
createComputeNode(const std::string &builderName) | ll::Session | |
createComputeNodeDescriptor(const std::string &builderName) const | ll::Session | |
createContainerNode(const ll::ContainerNodeDescriptor &descriptor) | ll::Session | |
createContainerNode(const std::string &builderName) | ll::Session | |
createContainerNodeDescriptor(const std::string &builderName) const | ll::Session | |
createDuration() const | ll::Session | |
createMemory(const ll::MemoryPropertyFlags &flags, const uint64_t pageSize, bool exactFlagsMatch=false) | ll::Session | |
createProgram(const std::string &spirvPath) const | ll::Session | |
createProgram(const std::vector< uint8_t > &spirv) const | ll::Session | |
getAvailableDevices() | ll::Session | static |
getDeviceDescriptor() const noexcept | ll::Session | |
getDeviceMemory() const noexcept | ll::Session | |
getGoodComputeLocalShape(ll::ComputeDimension dimensions) const noexcept | ll::Session | |
getHostMemory() const noexcept | ll::Session | |
getNodeBuilderDescriptors() const | ll::Session | |
getPhysicalDeviceMemoryProperties() const | ll::Session | |
getProgram(const std::string &name) const | ll::Session | |
getSupportedMemoryFlags() const | ll::Session | |
getVulkanExtensionProperties() | ll::Session | static |
getVulkanInstanceLayerProperties() | ll::Session | static |
hasReceivedVulkanWarningMessages() const noexcept | ll::Session | |
help(const std::string &builderName) const | ll::Session | |
isImageDescriptorSupported(const ll::ImageDescriptor &descriptor) const noexcept | ll::Session | |
loadLibrary(const std::string &filename) | ll::Session | |
operator=(const Session &session)=delete | ll::Session | |
operator=(Session &&session)=delete | ll::Session | |
run(const ll::CommandBuffer &cmdBuffer) | ll::Session | |
run(const ll::ComputeNode &node) | ll::Session | |
run(const ll::ContainerNode &node) | ll::Session | |
script(const std::string &code) | ll::Session | |
scriptFile(const std::string &filename) | ll::Session | |
Session(const Session &session)=delete | ll::Session | |
Session(Session &&session)=delete | ll::Session | |
setProgram(const std::string &name, const std::shared_ptr< ll::Program > &program) | ll::Session | |
~Session() | ll::Session |