Home
last modified time | relevance | path

Searched refs:fetchSampleValue (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp4621 tcu::Vec4 fetchSampleValue (int samplePosNdx) const;
4794 tcu::Vec4 ImageSampleInstanceImages::fetchSampleValue (int samplePosNdx) const in fetchSampleValue() function in vkt::BindingModel::__anon1f3887440111::ImageSampleInstanceImages
5626 const tcu::Vec4 sample0 = (!doFetch) ? (yellow) : (m_images.fetchSampleValue(0)); in verifyResultImage()
5627 const tcu::Vec4 sample1 = (!doFetch) ? (green) : (m_images.fetchSampleValue(1)); in verifyResultImage()
5628 const tcu::Vec4 sample2 = (!doFetch) ? (green) : (m_images.fetchSampleValue(2)); in verifyResultImage()
5629 const tcu::Vec4 sample3 = (!doFetch) ? (yellow) : (m_images.fetchSampleValue(3)); in verifyResultImage()
6179 const tcu::Vec4 reference = m_images.fetchSampleValue(resultNdx); in testResourceAccess()