Home | History | Annotate | Download | only in api

Lines Matching defs:Dependency

274 struct Dependency
279 Dependency (const Environment& env, const typename Case::Parameters& params)
513 Dependency<Instance> instance;
611 Dependency<Instance> instance;
841 Dependency<Buffer> buffer;
842 Dependency<DeviceMemory> memory;
984 Dependency<Image> image;
985 Dependency<DeviceMemory> memory;
1427 MovePtr<Dependency<Sampler> > immutableSampler;
1437 immutableSampler = de::newMovePtr<Dependency<Sampler> >(env, Sampler::Parameters());
1506 typedef SharedPtr<Dependency<DescriptorSetLayout> > DescriptorSetLayoutDepSp;
1518 descriptorSetLayouts.push_back(DescriptorSetLayoutDepSp(new Dependency<DescriptorSetLayout>(env, *dsParams)));
1649 Dependency<ShaderModule> vertexShader;
1650 Dependency<ShaderModule> fragmentShader;
1651 Dependency<PipelineLayout> layout;
1652 Dependency<RenderPass> renderPass;
1653 Dependency<PipelineCache> pipelineCache;
1887 Dependency<ShaderModule> shaderModule;
1888 Dependency<PipelineLayout> layout;
1889 Dependency<PipelineCache> pipelineCache;
2058 Dependency<DescriptorPool> descriptorPool;
2059 Dependency<DescriptorSetLayout> descriptorSetLayout;
2156 Dependency<ImageView> colorAttachment;
2157 Dependency<ImageView> depthStencilAttachment;
2158 Dependency<RenderPass> renderPass;
2270 Dependency<CommandPool> commandPool;