Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1005 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_nearest_1d()
1012 sample_1d_nearest(ctx, samp, image, texcoords[i], rgba[i]); in sample_nearest_1d()
1022 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_linear_1d()
1029 sample_1d_linear(ctx, samp, image, texcoords[i], rgba[i]); in sample_linear_1d()
1039 const GLfloat texcoords[][4], in sample_lambda_1d()
1057 texcoords[i], rgba[i]); in sample_lambda_1d()
1062 texcoords[i], rgba[i]); in sample_lambda_1d()
1065 sample_1d_nearest_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
1069 sample_1d_linear_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
1073 sample_1d_nearest_mipmap_linear(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
[all …]
Ds_context.h57 GLuint n, const GLfloat texcoords[][4],
Ds_texcombine.c653 const GLfloat (*texcoords)[4] = (const GLfloat (*)[4]) in _swrast_texture_span() local
701 span->end, texcoords, lambda, texels ); in _swrast_texture_span()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c273 float texcoords[4]; in emit_draw_packet() local
280 flip_y, texcoords); in emit_draw_packet()
284 verts[2] = texcoords[0]; in emit_draw_packet()
285 verts[3] = texcoords[3]; in emit_draw_packet()
289 verts[6] = texcoords[1]; in emit_draw_packet()
290 verts[7] = texcoords[3]; in emit_draw_packet()
294 verts[10] = texcoords[1]; in emit_draw_packet()
295 verts[11] = texcoords[2]; in emit_draw_packet()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c425 float texcoords[4]; in emit_draw_packet() local
432 flip_y, texcoords); in emit_draw_packet()
436 verts[2] = texcoords[0]; in emit_draw_packet()
437 verts[3] = texcoords[3]; in emit_draw_packet()
441 verts[6] = texcoords[1]; in emit_draw_packet()
442 verts[7] = texcoords[3]; in emit_draw_packet()
446 verts[10] = texcoords[1]; in emit_draw_packet()
447 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.rst3094 uses of generic inputs/outputs are texcoords and user-defined values.
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DDefaultVertShader.vsh13 // Pass through texcoords
DSkinnedVertShader.vsh106 // Pass through texcoords
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DVertShader.vsh29 // Pass through texcoords
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.h128 uint32_t texcoords; member
Dnv30_fragprog.c125 PUSH_DATA (push, fp->texcoords); in nv30_fragprog_validate()
Dnvfx_fragprog.c880 fpc->fp->texcoords |= (1 << fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input()
911 fpc->fp->texcoords |= (0x1 << hw); in nvfx_fragprog_assign_generic()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c280 shader->func, shader->texcoords, in _mesa_meta_setup_blit_shader()
2683 table->sampler_1d.texcoords = "texCoords.x"; in choose_blit_shader()
2688 table->sampler_2d.texcoords = "texCoords.xy"; in choose_blit_shader()
2693 table->sampler_rect.texcoords = "texCoords.xy"; in choose_blit_shader()
2701 table->sampler_3d.texcoords = "texCoords.xyz"; in choose_blit_shader()
2706 table->sampler_cubemap.texcoords = "texCoords.xyz"; in choose_blit_shader()
2711 table->sampler_1d_array.texcoords = "texCoords.xy"; in choose_blit_shader()
2716 table->sampler_2d_array.texcoords = "texCoords.xyz"; in choose_blit_shader()
2721 table->sampler_cubemap_array.texcoords = "texCoords.xyzw"; in choose_blit_shader()
Dmeta.h220 const char *texcoords; member
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst200 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