Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp893 bool canPromoteConstant = true; in addConversion() local
910 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
915 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
920 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
925 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
930 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
1030 if (canPromoteConstant && node->getAsConstantUnion()) in addConversion()