Home
last modified time | relevance | path

Searched refs:InterpolationTypesMatch (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderVars.cpp29 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b) in InterpolationTypesMatch() function
401 InterpolationTypesMatch(interpolation, other.interpolation) && in isSameVaryingAtLinkTime()
/device/generic/vulkan-cereal/third-party/angle/include/GLSLANG/
DShaderVars.h36 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b);
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp4154 if (!sh::InterpolationTypesMatch(outputVarying.interpolation, inputVarying.interpolation)) in LinkValidateVaryings()