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.cpp5128 tcu::Vec4 fetchSampleValue (int samplePosNdx, int setNdx) const;
5320 tcu::Vec4 ImageSampleInstanceImages::fetchSampleValue (int samplePosNdx, int setNdx) const in fetchSampleValue() function in vkt::BindingModel::__anona9e2bae50111::ImageSampleInstanceImages
6325 sample0 += (!doFetch) ? (yellow) : (m_images.fetchSampleValue(0, setNdx)); in verifyResultImage()
6326 sample1 += (!doFetch) ? (green) : (m_images.fetchSampleValue(1, setNdx)); in verifyResultImage()
6327 sample2 += (!doFetch) ? (green) : (m_images.fetchSampleValue(2, setNdx)); in verifyResultImage()
6328 sample3 += (!doFetch) ? (yellow) : (m_images.fetchSampleValue(3, setNdx)); in verifyResultImage()
7040 reference += m_images.fetchSampleValue(resultNdx, setNdx); in testResourceAccess()