Home
last modified time | relevance | path

Searched defs:InternalData (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp98 struct LineEditor::InternalData { struct in LineEditor
113 LineEditor::InternalData *Data; in ElGetPromptFn()
281 struct LineEditor::InternalData { struct in LineEditor
282 FILE *In;
283 FILE *Out;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkComputePipelineConstructionUtil.cpp45 struct ComputePipelineWrapper::InternalData struct in vk::ComputePipelineWrapper
47 const DeviceInterface& vk;
48 VkDevice device;
49 const ComputePipelineConstructionType pipelineConstructionType;
52InternalData(const DeviceInterface& vkd, VkDevice vkDevice, const ComputePipelineConstructionType … in InternalData() function
DvkPipelineConstructionUtil.cpp1788 struct GraphicsPipelineWrapper::InternalData struct in vk::GraphicsPipelineWrapper
1790 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 …]