Home
last modified time | relevance | path

Searched refs:GL_CON_7_ATI (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c167 if (((arg < GL_CON_0_ATI) || (arg > GL_CON_7_ATI)) && in check_arith_arg()
686 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
687 (arg2 >= GL_CON_0_ATI) && (arg2 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
688 (arg3 >= GL_CON_0_ATI) && (arg3 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
817 if ((dst < GL_CON_0_ATI) || (dst > GL_CON_7_ATI)) { in _mesa_SetFragmentShaderConstantATI()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c154 } else if (src_type >= GL_CON_0_ATI && src_type <= GL_CON_7_ATI) { in get_source()
/third_party/openGLES/api/GL/
H A Dglext.h6110 #define GL_CON_7_ATI 0x8948 macro
/third_party/mesa3d/include/GL/
H A Dglext.h6128 #define GL_CON_7_ATI 0x8948 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h6109 #define GL_CON_7_ATI 0x8948 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h6108 #define GL_CON_7_ATI 0x8948 macro

Completed in 165 milliseconds