Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h234 EbvBaryCoordSmoothCentroid, enumerator
463 case EbvBaryCoordSmoothCentroid: return "BaryCoordSmoothCentroid"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8331 … BuiltInVariable("gl_BaryCoordSmoothCentroidAMD", EbvBaryCoordSmoothCentroid, symbolTable); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp921 case glslang::EbvBaryCoordSmoothCentroid: in TranslateBuiltInDecoration()