/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_bitmap.c | 58 nir_variable *texcoord = in get_texcoord() local 77 nir_ssa_def *texcoord; in lower_bitmap() local
|
H A 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; lower_color() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_feedback.c | 92 const GLfloat *color, *texcoord; in feedback_vertex() local
|
H A D | st_pbo.c | 479 nir_ssa_def *texcoord; in create_fs() local [all...] |
H A D | st_cb_drawpixels.c | 109 sample_via_nir(nir_builder *b, nir_variable *texcoord, in sample_via_nir() argument 155 nir_variable *texcoord = in make_drawpix_z_stencil_program_nir() local 205 nir_variable *texcoord = in make_drawpix_zs_to_color_program_nir() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | feedback.c | 116 _mesa_feedback_vertex(struct gl_context *ctx, const GLfloat win[4], const GLfloat color[4], const GLfloat texcoord[4]) _mesa_feedback_vertex() argument
|
H A D | eval.c | 908 static GLfloat texcoord[4] = { 0.0, 0.0, 0.0, 1.0 }; in _mesa_init_eval() local
|
H A D | ff_fragment_shader.cpp | 723 ir_rvalue *texcoord; in load_texture() local [all...] |
H A D | rastpos.c | 290 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4], const GLfloat normal[3], GLuint unit, GLfloat texcoord[4]) compute_texgen() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 250 get_texcoord_provenance(const nir_tex_src *texcoord, in get_texcoord_provenance() argument
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | fs-test.c | 54 float texcoord[4]; member
|
H A D | gs-test.c | 58 float texcoord[4]; member
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_draw_helpers.c | 70 nir_ssa_def *texcoord; in nir_lower_pstipple_block() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_samplers.c | 297 nir_ssa_def *texcoord = NULL; in load_texel() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.h | 87 uint16_t texcoord[10]; member 119 uint16_t texcoord[10]; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.h | 53 } texcoord; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1Renderer.cpp | 272 const TextureCoordF texcoord = gles1State.getCurrentTextureCoords(i); in prepareForDraw() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 1617 struct src_register texcoord; in emit_tex2() local 1702 struct src_register texcoord; in emit_tex4() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 2542 struct ureg_dst tmp, tmp2, texcoord; in DECL_SPECIAL() local
|