Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.cpp226 extensionBehavior[E_GL_AMD_gpu_shader_int16] = EBhDisable; in initializeExtensionBehavior()
904 E_GL_AMD_gpu_shader_int16, in int16Arithmetic()
944 E_GL_AMD_gpu_shader_int16, in requireInt16Arithmetic()
1028 E_GL_AMD_gpu_shader_int16, in explicitInt16Check()
1041 E_GL_AMD_gpu_shader_int16, in int16ScalarVectorCheck()
DVersions.h197 const char* const E_GL_AMD_gpu_shader_int16 = "GL_AMD_gpu_shader_int16"; variable
DIntermediate.cpp1550 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
1568 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
1590 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
1603 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
1618 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
1630 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
1640 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
1653 return extensionRequested(E_GL_AMD_gpu_shader_int16); in canImplicitlyPromote()
DScan.cpp1172 parseContext.extensionTurnedOn(E_GL_AMD_gpu_shader_int16) || in tokenizeIdentifier()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp457 E_GL_AMD_gpu_shader_int16, in scan()