Searched refs:getComponentMapping (Results 1 – 3 of 3) sorted by relevance
120 virtual VkComponentMapping getComponentMapping (void) const;182 virtual VkComponentMapping getComponentMapping (void) const;203 virtual VkComponentMapping getComponentMapping (void) const;306 const VkComponentMapping componentMapping = getComponentMapping(); in getImageSamplingInstanceParams()374 tcu::Vec4 swizzledScale = swizzle(lookupScale, getComponentMapping(), 1.0f); in initPrograms()375 tcu::Vec4 swizzledBias = swizzle(lookupBias, getComponentMapping(), 0.0f); in initPrograms()498 VkComponentMapping SamplerTest::getComponentMapping (void) const in getComponentMapping() function in vkt::pipeline::__anon24dcd69d0111::SamplerTest679 VkComponentMapping SamplerMagReduceFilterTest::getComponentMapping (void) const in getComponentMapping() function in vkt::pipeline::__anon24dcd69d0111::SamplerMagReduceFilterTest709 VkComponentMapping SamplerMinReduceFilterTest::getComponentMapping (void) const in getComponentMapping() function in vkt::pipeline::__anon24dcd69d0111::SamplerMinReduceFilterTest
117 const VkComponentMapping &getComponentMapping() const { return components; } in getComponentMapping() function in vk::ImageView
352 sampledImage[i].swizzle = imageView->getComponentMapping(); in WriteDescriptorSet()