Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp5123 tcu::Vec4 fetchSampleValue (int samplePosNdx, int setNdx) const;
5318 tcu::Vec4 ImageSampleInstanceImages::fetchSampleValue (int samplePosNdx, int setNdx) const in fetchSampleValue() function in vkt::BindingModel::__anone4b359240111::ImageSampleInstanceImages
6323 sample0 += (!doFetch) ? (yellow) : (m_images.fetchSampleValue(0, setNdx)); in verifyResultImage()
6324 sample1 += (!doFetch) ? (green) : (m_images.fetchSampleValue(1, setNdx)); in verifyResultImage()
6325 sample2 += (!doFetch) ? (green) : (m_images.fetchSampleValue(2, setNdx)); in verifyResultImage()
6326 sample3 += (!doFetch) ? (yellow) : (m_images.fetchSampleValue(3, setNdx)); in verifyResultImage()
7038 reference += m_images.fetchSampleValue(resultNdx, setNdx); in testResourceAccess()