/external/mesa3d/src/mesa/main/ |
atifragshader.h | 40 GLuint dstMod; 99 GLuint dstMod, GLuint arg1, GLuint arg1Rep, 104 GLuint dstMod, GLuint arg1, GLuint arg1Rep, 110 GLuint dstMod, GLuint arg1, GLuint arg1Rep, 116 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, 120 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, 125 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
|
atifragshader.c | 151 GLuint dstMask, GLuint dstMod, GLuint arg1, 165 fprintf(stderr, ", %s", create_dst_mod_str(dstMod)); 589 GLuint dstMask, GLuint dstMod, GLuint arg1, 598 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI; 637 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(dstMod)%x", modtemp); 702 curI->DstReg[optype].dstMod = dstMod; 706 debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod); 713 GLuint dstMod, GLuint arg1, GLuint arg1Rep, 717 dstMod, arg1, arg1Rep, arg1Mod, 0, 0, 0, 0, 0, 0) [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga3d_shaderdefs.h | 382 uint32 dstMod : 4;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 249 (dstmod is ignored, though, so dot2/dot3 should be safe) 273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; 274 GLuint dstmod = inst->DstReg[optype].dstMod; local 276 dstmod &= ~GL_SATURATE_BIT_ATI; 291 switch(dstmod) {
|
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 544 write_dst_addr(optype, inst->DstReg[optype].dstMod, 548 write_dst_addr(1, inst->DstReg[0].dstMod, 0, dst[1], dstp);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 281 dest.dstMod = 0;
|
svga_tgsi_insn.c | 115 dest.dstMod = SVGA3DDSTMOD_SATURATE; [all...] |
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
glew.h | [all...] |
/external/mesa3d/include/GL/ |
glext.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/ |
glext.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
glext.h | [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_opengl.h | [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_opengl.h | [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_opengl.h | [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_opengl.h | [all...] |
/external/libgdx/backends/gdx-backend-lwjgl/libs/ |
lwjgl.jar | |