Searched refs:fetchSrcB (Results 1 – 1 of 1) sorted by relevance
4025 …const tcu::TextureLevelPyramid& fetchSrcB = (m_shaderInterface == SHADER_INPUT_SINGLE_DESCRIPTOR) … in fetchImageValue() local4026 …const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); /… in fetchImageValue()