Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp910 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
911 extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types_float16); in addConversion()
915 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
916 extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types_int8); in addConversion()
920 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
921 extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types_int8); in addConversion()
925 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
926 extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types_int16); in addConversion()
930 canPromoteConstant = extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types) || in addConversion()
931 extensionRequested(E_GL_EXT_shader_explicit_arithmetic_types_int16); in addConversion()
[all …]
Dlocalintermediate.h747 …bool extensionRequested(const char *extension) const {return requestedExtensions.find(extension) !… in extensionRequested() function