| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_miptree.c | 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument 51 if (nz > 16 && tile_mode < 0x020) 53 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */ 54 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */ 55 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */ 56 if (nz > 1) return tile_mode | 0x100; /* depth 2 tiles */ 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument 64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
|
| H A D | nv50_resource.h | 37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_lex.l | 363 ".nz" { yylval.integer = BRW_CONDITIONAL_NZ; return NOT_ZERO; }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_miptree.c | 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument 51 if (nz > 16 && tile_mode < 0x020) 53 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */ 54 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */ 55 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */ 56 if (nz > 1) return tile_mode | 0x100; /* depth 2 tiles */ 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument 64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
|
| H A D | nv50_resource.h | 37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | torus.c | 46 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument 50 n[2] = nz;
|
| H A D | pbuffer.c | 32 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument 36 n[2] = nz;
|
| H A D | render_tex.c | 35 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument 39 n[2] = nz;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument 37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | api_loopback.h | 121 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ); 123 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ); 125 _mesa_Normal3i( GLint nx, GLint ny, GLint nz ); 127 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz );
|
| H A D | es1_conversion.h | 130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
|
| H A D | api_loopback.c | 368 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) argument 370 NORMAL( BYTE_TO_FLOAT(nx), BYTE_TO_FLOAT(ny), BYTE_TO_FLOAT(nz) ); 374 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ) argument 376 NORMAL((GLfloat) nx, (GLfloat) ny, (GLfloat) nz); 380 _mesa_Normal3i( GLint nx, GLint ny, GLint nz ) argument 382 NORMAL( INT_TO_FLOAT(nx), INT_TO_FLOAT(ny), INT_TO_FLOAT(nz) ); 386 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz ) argument 388 NORMAL( SHORT_TO_FLOAT(nx), SHORT_TO_FLOAT(ny), SHORT_TO_FLOAT(nz) );
|
| H A D | es1_conversion.c | 656 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) argument 660 (GLfloat) (nz / 65536.0f));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/ |
| H A D | glapi_dispatch.c | 138 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/ |
| H A D | glapi_dispatch.c | 134 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | es1_conversion.h | 130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated1.c | 1524 GLbyte nz; member in struct:marshal_cmd_Normal3b 1531 GLbyte nz = cmd->nz; local in function:_mesa_unmarshal_Normal3b 1532 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz)); 1538 _mesa_marshal_Normal3b(GLbyte nx, GLbyte ny, GLbyte nz) argument 1546 cmd->nz = nz; 1582 GLdouble nz; member in struct:marshal_cmd_Normal3d 1589 GLdouble nz = cmd->nz; local in function:_mesa_unmarshal_Normal3d 1596 _mesa_marshal_Normal3d(GLdouble nx,GLdouble ny,GLdouble nz) argument 1640 GLfloat nz; member in struct:marshal_cmd_Normal3f 1647 GLfloat nz = cmd->nz; local in function:_mesa_unmarshal_Normal3f 1654 _mesa_marshal_Normal3f(GLfloat nx,GLfloat ny,GLfloat nz) argument 1698 GLint nz; member in struct:marshal_cmd_Normal3i 1705 GLint nz = cmd->nz; local in function:_mesa_unmarshal_Normal3i 1712 _mesa_marshal_Normal3i(GLint nx,GLint ny,GLint nz) argument 1756 GLshort nz; member in struct:marshal_cmd_Normal3s 1763 GLshort nz = cmd->nz; local in function:_mesa_unmarshal_Normal3s 1770 _mesa_marshal_Normal3s(GLshort nx,GLshort ny,GLshort nz) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument 37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
|
| /xsrc/external/mit/MesaLib/src/mapi/es1api/ |
| H A D | glapi_mapi_tmp.h | 110 GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 111 GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 841 GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) argument 845 ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz); 848 GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) argument 852 ((void (APIENTRY *)(GLfixed nx, GLfixed ny, GLfixed nz)) _func)(nx, ny, nz);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_nopfuncs.c | 246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_nopfuncs.c | 246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) argument
|
| H A D | gldrv.h | 86 void (APIENTRY *glNormal3b )( GLbyte nx, GLbyte ny, GLbyte nz ); 88 void (APIENTRY *glNormal3d )( GLdouble nx, GLdouble ny, GLdouble nz ); 90 void (APIENTRY *glNormal3f )( GLfloat nx, GLfloat ny, GLfloat nz ); 92 void (APIENTRY *glNormal3i )( GLint nx, GLint ny, GLint nz ); 94 void (APIENTRY *glNormal3s )( GLshort nx, GLshort ny, GLshort nz );
|
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | insurfeval.cc | 194 float nz = cos(u); local in function:gTessVertexSphere 197 float z= Oz+r * nz; 201 temp_normal[2] = nz; 206 // glNormal3f(nx,ny,nz); 218 float nz = 0; local in function:gTessVertexCyl 225 temp_normal[2] = nz; 231 glNormal3f(nx,ny,nz);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| H A D | gl.h | 438 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 523 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| H A D | gl.h | 429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 514 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|