Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp6072 TBasicType to1_type = to1.getBasicType(); in findFunctionExplicitTypes() local
6074 bool isPromotion1 = (intermediate.isIntegralPromotion(from_type, to1_type) || in findFunctionExplicitTypes()
6075 intermediate.isFPPromotion(from_type, to1_type)); in findFunctionExplicitTypes()
6084 bool isConversion1 = (intermediate.isIntegralConversion(from_type, to1_type) || in findFunctionExplicitTypes()
6085 intermediate.isFPConversion(from_type, to1_type) || in findFunctionExplicitTypes()
6086 intermediate.isFPIntegralConversion(from_type, to1_type)); in findFunctionExplicitTypes()