Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp4933 TextureType &newSamplerType = mState.mExecutable->mActiveSamplerTypes[newTextureUnit]; in updateSamplerUniform() local
4940 newSamplerType = samplerBinding.textureType; in updateSamplerUniform()
4948 if (newSamplerType != samplerBinding.textureType) in updateSamplerUniform()
4951 newSamplerType = TextureType::InvalidEnum; in updateSamplerUniform()