Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.c163 if (((arg < GL_CON_0_ATI) || (arg > GL_CON_7_ATI)) && in check_arith_arg()
661 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
662 (arg2 >= GL_CON_0_ATI) && (arg2 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
663 (arg3 >= GL_CON_0_ATI) && (arg3 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
767 if ((dst < GL_CON_0_ATI) || (dst > GL_CON_7_ATI)) { in _mesa_SetFragmentShaderConstantATI()
773 dstindex = dst - GL_CON_0_ATI; in _mesa_SetFragmentShaderConstantATI()
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c340 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) { in execute_shader()
341 if (shader->LocalConstDef & (1 << (index - GL_CON_0_ATI))) { in execute_shader()
343 shader->Constants[index - GL_CON_0_ATI]); in execute_shader()
346 ctx->ATIFragmentShader.GlobalConstants[index - GL_CON_0_ATI]); in execute_shader()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c77 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) { in r200SetFragShaderArg()
80 reg2 |= (index - GL_CON_0_ATI) << R200_TXC_TFACTOR_SEL_SHIFT; in r200SetFragShaderArg()
85 reg2 |= (index - GL_CON_0_ATI) << R200_TXC_TFACTOR1_SEL_SHIFT; in r200SetFragShaderArg()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c134 } else if (src_type >= GL_CON_0_ATI && src_type <= GL_CON_7_ATI) { in get_source()
135 return t->constants[src_type - GL_CON_0_ATI]; in get_source()
/external/swiftshader/include/GL/
Dglext.h5298 #define GL_CON_0_ATI 0x8941 macro
/external/mesa3d/include/GL/
Dglext.h5990 #define GL_CON_0_ATI 0x8941 macro