Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.c164 ((arg < GL_REG_0_ATI) || (arg > GL_REG_5_ATI)) && in check_arith_arg()
452 if ((dst < GL_REG_0_ATI) || (dst > GL_REG_5_ATI) || in _mesa_PassTexCoordATI()
457 if (((coord < GL_REG_0_ATI) || (coord > GL_REG_5_ATI)) && in _mesa_PassTexCoordATI()
524 if ((dst < GL_REG_0_ATI) || (dst > GL_REG_5_ATI) || in _mesa_SampleMapATI()
529 if (((interp < GL_REG_0_ATI) || (interp > GL_REG_5_ATI)) && in _mesa_SampleMapATI()
618 if ((dst < GL_REG_0_ATI) || (dst > GL_REG_5_ATI)) { in _mesa_FragmentOpXATI()
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c254 else if (pass_tex >= GL_REG_0_ATI && pass_tex <= GL_REG_5_ATI) { in handle_pass_op()
277 else if (coord_source >= GL_REG_0_ATI && coord_source <= GL_REG_5_ATI) { in handle_sample_op()
337 if (index >= GL_REG_0_ATI && index <= GL_REG_5_ATI) in execute_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c128 if (src_type >= GL_REG_0_ATI && src_type <= GL_REG_5_ATI) { in get_source()
319 } else if (pass_tex >= GL_REG_0_ATI && pass_tex <= GL_REG_5_ATI) { in compile_setupinst()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c75 if (index >= GL_REG_0_ATI && index <= GL_REG_5_ATI) in r200SetFragShaderArg()
/external/swiftshader/include/GL/
Dglext.h5271 #define GL_REG_5_ATI 0x8926 macro
/external/mesa3d/include/GL/
Dglext.h5963 #define GL_REG_5_ATI 0x8926 macro