Searched refs:m_descriptorPoolBuilder (Results 1 – 2 of 2) sorted by relevance
717 m_descriptorPoolBuilder = de::MovePtr<DescriptorPoolBuilder> (new DescriptorPoolBuilder()); in setup()766 m_descriptorPoolBuilder->addType(descriptorType); in addUniform()1714 m_descriptorPoolBuilder->addType(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in createSamplerUniform()2080 …descriptorPool = m_descriptorPoolBuilder->build(vk, vkDevice, VK_DESCRIPTOR_POOL_CREATE_FR… in render()
615 de::MovePtr<vk::DescriptorPoolBuilder> m_descriptorPoolBuilder; member in vkt::sr::ShaderRenderCaseInstance