Searched defs:usesExternalFormat (Results 1 – 3 of 3) sorted by relevance
195 bool usesExternalFormat = conversionInfo.fFormat == VK_FORMAT_UNDEFINED; in nonFormatInfoAsUInt32() local
229 bool usesExternalFormat() const { return (fDesc >> kImmutableSamplerInfoShift) & 0b1; } in usesExternalFormat() function
284 bool usesExternalFormat = immutableSamplerInfo & 0b1; in append_sampler_descs() local