Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3933 tcu::Vec4 fetchImageValue (int fetchPosNdx, int setNdx) const;
4020 tcu::Vec4 ImageFetchInstanceImages::fetchImageValue (int fetchPosNdx, int setNdx) const in fetchImageValue() function in vkt::BindingModel::__anona9e2bae50111::ImageFetchInstanceImages
4612 sample0 += (!doFetch) ? (yellow) : (m_images.fetchImageValue(0, setNdx)); in verifyResultImage()
4613 sample1 += (!doFetch) ? (green) : (m_images.fetchImageValue(1, setNdx)); in verifyResultImage()
4614 sample2 += (!doFetch) ? (green) : (m_images.fetchImageValue(2, setNdx)); in verifyResultImage()
4615 sample3 += (!doFetch) ? (yellow) : (m_images.fetchImageValue(3, setNdx)); in verifyResultImage()
5067 reference += m_images.fetchImageValue(resultNdx, setNdx); in testResourceAccess()