Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1800 struct GraphicsPipelineWrapper::InternalData struct in vk::GraphicsPipelineWrapper
1802 const InstanceInterface &vki;
1803 const DeviceInterface &vk;
1804 VkPhysicalDevice physicalDevice;
1805 VkDevice device;
1806 const std::vector<std::string> &deviceExtensions;
1807 const PipelineConstructionType pipelineConstructionType;
1808 const VkPipelineCreateFlags pipelineFlags;
1809 PipelineCreateFlags2 pipelineFlags2;
1812 int setupState;
[all …]
H A DvkComputePipelineConstructionUtil.cpp44 struct ComputePipelineWrapper::InternalData struct in vk::ComputePipelineWrapper
46 const DeviceInterface &vk;
47 VkDevice device;
48 const ComputePipelineConstructionType pipelineConstructionType;
51InternalData(const DeviceInterface &vkd, VkDevice vkDevice, const ComputePipelineConstructionType … in InternalData() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LineEditor/
H A DLineEditor.cpp96 struct LineEditor::InternalData { struct in LineEditor
111 LineEditor::InternalData *Data; in ElGetPromptFn()
276 struct LineEditor::InternalData { struct in LineEditor
277 FILE *In;
278 FILE *Out;
/aosp_15_r20/external/llvm/lib/LineEditor/
H A DLineEditor.cpp99 struct LineEditor::InternalData { struct in LineEditor
114 LineEditor::InternalData *Data; in ElGetPromptFn()
282 struct LineEditor::InternalData { struct in LineEditor
283 FILE *In;
284 FILE *Out;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A 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;
/aosp_15_r20/frameworks/av/media/module/foundation/
H A DMediaBufferGroup.cpp39 struct MediaBufferGroup::InternalData { struct in android::MediaBufferGroup
40 Mutex mLock;
41 Condition mCondition;
42 size_t mGrowthLimit; // Do not automatically grow group larger than this.
43 std::list<MediaBufferBase *> mBuffers;
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/
H A DLevenbergMarquardtOptimizer.java555 private static class InternalData { class in LevenbergMarquardtOptimizer
577 InternalData(double[][] weightedJacobian, in InternalData() method in LevenbergMarquardtOptimizer.InternalData