Searched refs:nz (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 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 Dnv50_resource.h37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_lex.l363 ".nz" { yylval.integer = BRW_CONDITIONAL_NZ; return NOT_ZERO; }
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 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 Dnv50_resource.h37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c46 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
50 n[2] = nz;
H A Dpbuffer.c32 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
36 n[2] = nz;
H A Drender_tex.c35 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 Dnvc0_miptree.c35 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 Dapi_loopback.h121 _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 Des1_conversion.h130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
H A Dapi_loopback.c368 _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 Des1_conversion.c656 _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 Dglapi_dispatch.c138 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_dispatch.c134 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Des1_conversion.h130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated1.c1524 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 Dnvc0_miptree.c35 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 Dglapi_mapi_tmp.h110 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 Dstw_nopfuncs.c246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) argument
H A Dgldrv.h86 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 Dinsurfeval.cc194 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 Dgl.h438 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 Dgl.h429 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);

Completed in 46 milliseconds

123