Searched defs:InternalData (Results 1 – 3 of 3) sorted by relevance
98 struct LineEditor::InternalData { struct in LineEditor113 LineEditor::InternalData *Data; in ElGetPromptFn()281 struct LineEditor::InternalData { struct in LineEditor282 FILE *In;283 FILE *Out;
45 struct ComputePipelineWrapper::InternalData struct in vk::ComputePipelineWrapper47 const DeviceInterface& vk;48 VkDevice device;49 const ComputePipelineConstructionType pipelineConstructionType;52 …InternalData(const DeviceInterface& vkd, VkDevice vkDevice, const ComputePipelineConstructionType … in InternalData() function
1788 struct GraphicsPipelineWrapper::InternalData struct in vk::GraphicsPipelineWrapper1790 const InstanceInterface& vki;1791 const DeviceInterface& vk;1792 VkPhysicalDevice physicalDevice;1793 VkDevice device;1794 const std::vector<std::string>& deviceExtensions;1795 const PipelineConstructionType pipelineConstructionType;1796 const VkPipelineCreateFlags pipelineFlags;1797 PipelineCreateFlags2 pipelineFlags2;1800 int setupState;[all …]