Home
last modified time | relevance | path

Searched defs:texcoord (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_bitmap.c58 nir_variable *texcoord = in get_texcoord() local
77 nir_ssa_def *texcoord; in lower_bitmap() local
Dnir_lower_drawpixels.c38 nir_variable *texcoord, *texcoord_const, *scale, *bias, *tex, *pixelmap; member
45 nir_variable *texcoord = NULL; in get_texcoord() local
119 nir_ssa_def *texcoord; in lower_color() local
/third_party/mesa3d/src/mesa/program/
Dprog_execute.c1069 GLfloat texcoord[4], color[4]; in _mesa_execute_program() local
1094 GLfloat texcoord[4], color[4], lodBias; in _mesa_execute_program() local
1121 GLfloat texcoord[4], dtdx[4], dtdy[4], color[4]; in _mesa_execute_program() local
1134 GLfloat texcoord[4], color[4], lod; in _mesa_execute_program() local
1150 GLfloat texcoord[4], color[4]; in _mesa_execute_program() local
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c75 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; member
280 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->start; in texgen_normal_map_nv() local
307 GLfloat (*texcoord)[4] = (GLfloat (*)[4]) out->start; in texgen_sphere_map() local
348 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->data; in texgen() local
Dt_vb_texmat.c48 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; member
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshader.c278 SDL_GL_LoadTexture(SDL_Surface * surface, GLfloat * texcoord) in SDL_GL_LoadTexture()
356 void DrawGLScene(SDL_Window *window, GLuint texture, GLfloat * texcoord) in DrawGLScene()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathProcessor.cpp162 GrGLSLVarying texcoord((isCoverageCount) ? kFloat3_GrSLType : kFloat2_GrSLType); in onEmitCode() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_feedback.c89 const GLfloat *color, *texcoord; in feedback_vertex() local
Dst_cb_drawpixels.c113 sample_via_nir(nir_builder *b, nir_variable *texcoord, in sample_via_nir()
159 nir_variable *texcoord = in make_drawpix_z_stencil_program_nir() local
209 nir_variable *texcoord = in make_drawpix_zs_to_color_program_nir() local
Dst_pbo.c483 nir_ssa_def *texcoord; in create_fs() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.h87 uint16_t texcoord[10]; member
119 uint16_t texcoord[10]; member
/third_party/mesa3d/src/gallium/tests/graw/
Dfs-test.c54 float texcoord[4]; member
Dgs-test.c58 float texcoord[4]; member
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_draw_helpers.c70 nir_ssa_def *texcoord; in nir_lower_pstipple_block() local
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c80 get_texcoord_mapping(struct i915_fragment_program *p, uint8_t texcoord) in get_texcoord_mapping()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c297 nir_ssa_def *texcoord = NULL; in load_texel() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Renderer.cpp182 const TextureCoordF texcoord = gles1State.getCurrentTextureCoords(i); in prepareForDraw() local
DState.cpp1995 const auto &texcoord = mGLES1State.mCurrentTextureCoords[mActiveSampler]; in getFloatv() local
/third_party/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp723 ir_rvalue *texcoord; in load_texture() local
Deval.c920 static GLfloat texcoord[4] = { 0.0, 0.0, 0.0, 1.0 }; in _mesa_init_eval() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h53 } texcoord; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Renderer.cpp272 const TextureCoordF texcoord = gles1State.getCurrentTextureCoords(i); in prepareForDraw() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1616 struct src_register texcoord; in emit_tex2() local
1701 struct src_register texcoord; in emit_tex4() local
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c52 vector2d texcoord; member
/third_party/mesa3d/src/mesa/swrast/
Ds_span.c487 GLfloat (*texcoord)[4] = span->array->attribs[attr]; in interpolate_texcoords() local

12