Lines Matching refs:getSamplerCreateInfo

127 	virtual VkSamplerCreateInfo			getSamplerCreateInfo			(void) const;
155 virtual VkSamplerCreateInfo getSamplerCreateInfo (void) const;
172 virtual VkSamplerCreateInfo getSamplerCreateInfo (void) const;
191 virtual VkSamplerCreateInfo getSamplerCreateInfo (void) const;
212 virtual VkSamplerCreateInfo getSamplerCreateInfo (void) const;
235 virtual VkSamplerCreateInfo getSamplerCreateInfo (void) const;
277 virtual VkSamplerCreateInfo getSamplerCreateInfo (void) const;
324 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo();
504 VkSamplerCreateInfo SamplerTest::getSamplerCreateInfo (void) const
636 VkSamplerCreateInfo SamplerMagFilterTest::getSamplerCreateInfo (void) const
638 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo();
659 VkSamplerCreateInfo SamplerMinFilterTest::getSamplerCreateInfo (void) const
661 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo();
703 VkSamplerCreateInfo SamplerMagReduceFilterTest::getSamplerCreateInfo (void) const
705 VkSamplerCreateInfo samplerParams = SamplerMagFilterTest::getSamplerCreateInfo();
733 VkSamplerCreateInfo SamplerMinReduceFilterTest::getSamplerCreateInfo (void) const
735 VkSamplerCreateInfo samplerParams = SamplerMinFilterTest::getSamplerCreateInfo();
768 VkSamplerCreateInfo SamplerLodTest::getSamplerCreateInfo (void) const
770 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo();
846 VkSamplerCreateInfo SamplerAddressModesTest::getSamplerCreateInfo (void) const
848 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo();