Searched refs:kImmutableSamplerInfoShift (Results 1 – 2 of 2) sorted by relevance
202 (info.fNonFormatYcbcrConversionInfo << kImmutableSamplerInfoShift) )233 bool isImmutable() const { return (fDesc >> kImmutableSamplerInfoShift) != 0; } in isImmutable()234 bool usesExternalFormat() const { return (fDesc >> kImmutableSamplerInfoShift) & 0b1; } in usesExternalFormat()246 return {this->desc() >> kImmutableSamplerInfoShift, in immutableSamplerInfo()267 static constexpr int kImmutableSamplerInfoShift = kMipmapModeShift + kNumMipmapModeBits; member
295 uint32_t immutableSamplerInfo = samplerData[i] >> SamplerDesc::kImmutableSamplerInfoShift; in append_sampler_descs()