/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_bitmap.c | 58 nir_variable *texcoord = in get_texcoord() local 77 nir_ssa_def *texcoord; in lower_bitmap() local
|
D | nir_lower_drawpixels.c | 38 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/ |
D | prog_execute.c | 1069 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/ |
D | t_vb_texgen.c | 75 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
|
D | t_vb_texmat.c | 48 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; member
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testshader.c | 278 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/ |
D | GrCCPathProcessor.cpp | 162 GrGLSLVarying texcoord((isCoverageCount) ? kFloat3_GrSLType : kFloat2_GrSLType); in onEmitCode() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_feedback.c | 89 const GLfloat *color, *texcoord; in feedback_vertex() local
|
D | st_cb_drawpixels.c | 113 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
|
D | st_pbo.c | 483 nir_ssa_def *texcoord; in create_fs() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.h | 87 uint16_t texcoord[10]; member 119 uint16_t texcoord[10]; member
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | fs-test.c | 54 float texcoord[4]; member
|
D | gs-test.c | 58 float texcoord[4]; member
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_draw_helpers.c | 70 nir_ssa_def *texcoord; in nir_lower_pstipple_block() local
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 80 get_texcoord_mapping(struct i915_fragment_program *p, uint8_t texcoord) in get_texcoord_mapping()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.c | 297 nir_ssa_def *texcoord = NULL; in load_texel() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1Renderer.cpp | 182 const TextureCoordF texcoord = gles1State.getCurrentTextureCoords(i); in prepareForDraw() local
|
D | State.cpp | 1995 const auto &texcoord = mGLES1State.mCurrentTextureCoords[mActiveSampler]; in getFloatv() local
|
/third_party/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 723 ir_rvalue *texcoord; in load_texture() local
|
D | eval.c | 920 static GLfloat texcoord[4] = { 0.0, 0.0, 0.0, 1.0 }; in _mesa_init_eval() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.h | 53 } texcoord; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1Renderer.cpp | 272 const TextureCoordF texcoord = gles1State.getCurrentTextureCoords(i); in prepareForDraw() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1616 struct src_register texcoord; in emit_tex2() local 1701 struct src_register texcoord; in emit_tex4() local
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.c | 52 vector2d texcoord; member
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_span.c | 487 GLfloat (*texcoord)[4] = span->array->attribs[attr]; in interpolate_texcoords() local
|