Home
last modified time | relevance | path

Searched defs:usesExternalFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphiteUtils.cpp195 bool usesExternalFormat = conversionInfo.fFormat == VK_FORMAT_UNDEFINED; in nonFormatInfoAsUInt32() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceTypes.h229 bool usesExternalFormat() const { return (fDesc >> kImmutableSamplerInfoShift) & 0b1; } in usesExternalFormat() function
H A DShaderInfo.cpp284 bool usesExternalFormat = immutableSamplerInfo & 0b1; in append_sampler_descs() local