/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 1005 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 …]
|
D | s_context.h | 57 GLuint n, const GLfloat texcoords[][4],
|
D | s_texcombine.c | 653 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/ |
D | radeon_blit.c | 273 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/ |
D | r200_blit.c | 425 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/ |
D | pipeline.txt | 9 texcoords, fog) ] User vertices / arrays 93 | such as texcoords) |
|
D | tgsi.rst | 3094 uses of generic inputs/outputs are texcoords and user-defined values.
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | DefaultVertShader.vsh | 13 // Pass through texcoords
|
D | SkinnedVertShader.vsh | 106 // Pass through texcoords
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/ |
D | VertShader.vsh | 29 // Pass through texcoords
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.h | 128 uint32_t texcoords; member
|
D | nv30_fragprog.c | 125 PUSH_DATA (push, fp->texcoords); in nv30_fragprog_validate()
|
D | nvfx_fragprog.c | 880 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/ |
D | meta.c | 280 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()
|
D | meta.h | 220 const char *texcoords; member
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 200 This state is used by :ref:`Draw` to generate texcoords.
|
/external/mesa3d/docs/ |
D | VERSIONS | 1291 - adjust texcoords for sampling texture rectangles (Dave Reveman) 1336 - fragment program texcoords were sometimes wrong for points and lines
|