Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp6073 TBasicType to2_type = to2.getBasicType(); in findFunctionExplicitTypes() local
6076 bool isPromotion2 = (intermediate.isIntegralPromotion(from_type, to2_type) || in findFunctionExplicitTypes()
6077 intermediate.isFPPromotion(from_type, to2_type)); in findFunctionExplicitTypes()
6087 bool isConversion2 = (intermediate.isIntegralConversion(from_type, to2_type) || in findFunctionExplicitTypes()
6088 intermediate.isFPConversion(from_type, to2_type) || in findFunctionExplicitTypes()
6089 intermediate.isFPIntegralConversion(from_type, to2_type)); in findFunctionExplicitTypes()