Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3763 const tcu::TextureLevelPyramid& fetchSrcA = m_sourceImageA; in fetchImageValue() local
3765 …const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); /… in fetchImageValue()