Lines Matching refs:Dependency
327 struct Dependency
332 Dependency (const Environment& env, const typename Case::Parameters& params)
576 Dependency<Instance> instance;
724 Dependency<Instance> instance;
1002 Dependency<Buffer> buffer;
1003 Dependency<DeviceMemory> memory;
1145 Dependency<Image> image;
1146 Dependency<DeviceMemory> memory;
1638 MovePtr<Dependency<Sampler> > immutableSampler;
1648 immutableSampler = de::newMovePtr<Dependency<Sampler> >(env, Sampler::Parameters());
1717 typedef SharedPtr<Dependency<DescriptorSetLayout> > DescriptorSetLayoutDepSp;
1729 descriptorSetLayouts.push_back(DescriptorSetLayoutDepSp(new Dependency<DescriptorSetLayout>(env, *dsParams)));
1801 Dependency<ShaderModule> vertexShader;
1802 Dependency<ShaderModule> fragmentShader;
1803 Dependency<PipelineLayout> layout;
1804 Dependency<RenderPass> renderPass;
1805 Dependency<PipelineCache> pipelineCache;
2039 Dependency<ShaderModule> shaderModule;
2040 Dependency<PipelineLayout> layout;
2041 Dependency<PipelineCache> pipelineCache;
2210 Dependency<DescriptorPool> descriptorPool;
2211 Dependency<DescriptorSetLayout> descriptorSetLayout;
2308 Dependency<ImageView> colorAttachment;
2309 Dependency<ImageView> depthStencilAttachment;
2310 Dependency<RenderPass> renderPass;
2422 Dependency<CommandPool> commandPool;