Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DTexture.h128 mCachedSamplerFormat = computeRequiredSamplerFormat(samplerState); in compatibleWithSamplerFormat()
133 return mCachedSamplerFormat == SamplerFormat::InvalidEnum || format == mCachedSamplerFormat; in compatibleWithSamplerFormat()
247 mutable SamplerFormat mCachedSamplerFormat; variable
DTexture.cpp109 mCachedSamplerFormat(SamplerFormat::InvalidEnum), in TextureState()