Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DResourceTypes.h202 (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
DShaderInfo.cpp295 uint32_t immutableSamplerInfo = samplerData[i] >> SamplerDesc::kImmutableSamplerInfoShift; in append_sampler_descs()