Searched refs:lodBias (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_execute.h | 40 GLfloat lodBias,
|
| H A D | prog_execute.c | 296 const GLfloat texcoord[4], GLfloat lodBias, 311 lodBias, unit, color); 314 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color); 1094 GLfloat texcoord[4], color[4], lodBias; local in function:_mesa_execute_program 1099 lodBias = texcoord[3]; 1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); 1112 lodBias); 1126 0.0, /* lodBias */ 293 fetch_texel(struct gl_context * ctx,const struct gl_program_machine * machine,const struct prog_instruction * inst,const GLfloat texcoord[4],GLfloat lodBias,GLfloat color[4]) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_execute.h | 40 GLfloat lodBias,
|
| H A D | prog_execute.c | 296 const GLfloat texcoord[4], GLfloat lodBias, 311 lodBias, unit, color); 314 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color); 1094 GLfloat texcoord[4], color[4], lodBias; local in function:_mesa_execute_program 1099 lodBias = texcoord[3]; 1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); 1112 lodBias); 1126 0.0, /* lodBias */ 293 fetch_texel(struct gl_context * ctx,const struct gl_program_machine * machine,const struct prog_instruction * inst,const GLfloat texcoord[4],GLfloat lodBias,GLfloat color[4]) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_fragprog.c | 107 * \param lodBias the lod bias which may be specified by a TXB instruction, 113 GLfloat lodBias, GLuint unit, GLfloat color[4] ) 136 lambda += lodBias + texUnit->LodBias + samp->LodBias; 111 fetch_texel_deriv(struct gl_context * ctx,const GLfloat texcoord[4],const GLfloat texdx[4],const GLfloat texdy[4],GLfloat lodBias,GLuint unit,GLfloat color[4]) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_fragprog.c | 107 * \param lodBias the lod bias which may be specified by a TXB instruction, 113 GLfloat lodBias, GLuint unit, GLfloat color[4] ) 136 lambda += lodBias + texUnit->LodBias + samp->Attrib.LodBias; 111 fetch_texel_deriv(struct gl_context * ctx,const GLfloat texcoord[4],const GLfloat texdx[4],const GLfloat texdy[4],GLfloat lodBias,GLuint unit,GLfloat color[4]) argument
|
Completed in 14 milliseconds