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