Home
last modified time | relevance | path

Searched refs:texcoords (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1002 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_nearest_1d()
1009 sample_1d_nearest(ctx, samp, image, texcoords[i], rgba[i]); in sample_nearest_1d()
1019 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_linear_1d()
1026 sample_1d_linear(ctx, samp, image, texcoords[i], rgba[i]); in sample_linear_1d()
1036 const GLfloat texcoords[][4], in sample_lambda_1d()
1054 texcoords[i], rgba[i]); in sample_lambda_1d()
1059 texcoords[i], rgba[i]); in sample_lambda_1d()
1062 sample_1d_nearest_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
1066 sample_1d_linear_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
1070 sample_1d_nearest_mipmap_linear(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
[all …]
Ds_texcombine.c650 const GLfloat (*texcoords)[4] = (const GLfloat (*)[4]) in _swrast_texture_span() local
694 span->end, texcoords, lambda, texels ); in _swrast_texture_span()
716 const GLfloat (*texcoords)[4] = (const GLfloat (*)[4]) in _swrast_texture_span() local
764 span->end, texcoords, lambda, texels ); in _swrast_texture_span()
Ds_context.h57 GLuint n, const GLfloat texcoords[][4],
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c281 float texcoords[4]; in emit_draw_packet() local
288 flip_y, texcoords); in emit_draw_packet()
292 verts[2] = texcoords[0]; in emit_draw_packet()
293 verts[3] = texcoords[3]; in emit_draw_packet()
297 verts[6] = texcoords[1]; in emit_draw_packet()
298 verts[7] = texcoords[3]; in emit_draw_packet()
302 verts[10] = texcoords[1]; in emit_draw_packet()
303 verts[11] = texcoords[2]; in emit_draw_packet()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c406 float texcoords[4]; in emit_draw_packet() local
413 flip_y, texcoords); in emit_draw_packet()
417 verts[2] = texcoords[0]; in emit_draw_packet()
418 verts[3] = texcoords[3]; in emit_draw_packet()
422 verts[6] = texcoords[1]; in emit_draw_packet()
423 verts[7] = texcoords[3]; in emit_draw_packet()
427 verts[10] = texcoords[1]; in emit_draw_packet()
428 verts[11] = texcoords[2]; in emit_draw_packet()
/external/mesa3d/src/gallium/docs/source/
Dpipeline.txt9 texcoords, fog) ] User vertices / arrays
93 | such as texcoords) |
Dtgsi.rst1915 uses of generic inputs/outputs are texcoords and user-defined values.
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.h126 uint32_t texcoords; member
Dnv30_fragprog.c120 PUSH_DATA (push, fp->texcoords); in nv30_fragprog_validate()
Dnvfx_fragprog.c935 fpc->fp->texcoords |= (1 << fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input()
963 fpc->fp->texcoords |= (0x1 << hw); in nvfx_fragprog_assign_generic()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c283 const char *texcoords; member
3043 mipmap->sampler_1d.texcoords = "texCoords.x"; in setup_texture_sampler()
3048 mipmap->sampler_2d.texcoords = "texCoords.xy"; in setup_texture_sampler()
3056 mipmap->sampler_3d.texcoords = "texCoords"; in setup_texture_sampler()
3061 mipmap->sampler_cubemap.texcoords = "texCoords"; in setup_texture_sampler()
3066 mipmap->sampler_1d_array.texcoords = "texCoords.xy"; in setup_texture_sampler()
3071 mipmap->sampler_2d_array.texcoords = "texCoords"; in setup_texture_sampler()
3151 sampler->func, sampler->texcoords); in setup_glsl_generate_mipmap()
3179 sampler->texcoords); in setup_glsl_generate_mipmap()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst189 This state is used by :ref:`Draw` to generate texcoords.
/external/mesa3d/docs/
DVERSIONS1291 - adjust texcoords for sampling texture rectangles (Dave Reveman)
1336 - fragment program texcoords were sometimes wrong for points and lines