Searched refs:mCachedSamplerFormat (Results 1 – 2 of 2) sorted by relevance
128 mCachedSamplerFormat = computeRequiredSamplerFormat(samplerState); in compatibleWithSamplerFormat()133 return mCachedSamplerFormat == SamplerFormat::InvalidEnum || format == mCachedSamplerFormat; in compatibleWithSamplerFormat()243 mutable SamplerFormat mCachedSamplerFormat; variable
108 mCachedSamplerFormat(SamplerFormat::InvalidEnum), in TextureState()