/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_tgsi.c | 217 ureg_DECL_sampler_view(ureg, 0, TGSI_TEXTURE_2D, in create_yuv_shader() 220 ureg_DECL_sampler_view(ureg, 1, TGSI_TEXTURE_2D, in create_yuv_shader() 223 ureg_DECL_sampler_view(ureg, 2, TGSI_TEXTURE_2D, in create_yuv_shader() 232 ureg_TEX(ureg, y, TGSI_TEXTURE_2D, pos, y_sampler); in create_yuv_shader() 233 ureg_TEX(ureg, u, TGSI_TEXTURE_2D, pos, u_sampler); in create_yuv_shader() 234 ureg_TEX(ureg, v, TGSI_TEXTURE_2D, pos, v_sampler); in create_yuv_shader() 281 ureg_TEX(ureg, tmp1, TGSI_TEXTURE_2D, coords, sampler); in xrender_tex() 298 ureg_TEX(ureg, tmp, TGSI_TEXTURE_2D, coords, sampler); in xrender_tex() 305 ureg_TEX(ureg, dst, TGSI_TEXTURE_2D, coords, sampler); in xrender_tex() 328 ureg_DECL_sampler_view(ureg, *cur_sampler, TGSI_TEXTURE_2D, in read_input()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_image.c | 107 if (tgsi_target == TGSI_TEXTURE_2D) in has_compat_target() 116 tgsi_target == TGSI_TEXTURE_2D) in has_compat_target() 121 tgsi_target == TGSI_TEXTURE_2D) in has_compat_target() 130 if (tgsi_target == TGSI_TEXTURE_2D || in has_compat_target() 137 tgsi_target == TGSI_TEXTURE_2D) in has_compat_target() 738 case TGSI_TEXTURE_2D: in sp_tgsi_get_dims()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_matrix_filter.c | 96 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader() 116 ureg_TEX(shader, tmp, TGSI_TEXTURE_2D, ureg_src(tmp), sampler); in create_frag_shader() 118 ureg_TEX(shader, tmp, TGSI_TEXTURE_2D, i_vtex, sampler); in create_frag_shader()
|
D | vl_compositor_gfx.c | 363 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader_palette() 383 ureg_TEX(shader, texel, TGSI_TEXTURE_2D, tc, sampler); in create_frag_shader_palette() 415 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader_rgba() 426 ureg_TEX(shader, texel, TGSI_TEXTURE_2D, tc, sampler); in create_frag_shader_rgba() 455 ureg_TEX(shader, texel, TGSI_TEXTURE_2D, tc, sampler); in create_frag_shader_rgb_yuv()
|
D | vl_median_filter.c | 110 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader() 137 ureg_TEX(shader, t_array[i], TGSI_TEXTURE_2D, src, sampler); in create_frag_shader()
|
D | vl_bicubic_filter.c | 177 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader() 225 ureg_TEX(shader, t_array[i], TGSI_TEXTURE_2D, ureg_src(t_array[i]), sampler); in create_frag_shader()
|
D | vl_zscan.c | 233 … ureg_TEX(shader, ureg_writemask(tmp[i], TGSI_WRITEMASK_X), TGSI_TEXTURE_2D, vtex[i], samp_scan); in create_frag_shader() 239 …ureg_TEX(shader, ureg_writemask(tmp[0], TGSI_WRITEMASK_X << i), TGSI_TEXTURE_2D, ureg_src(tmp[i]),… in create_frag_shader()
|
D | vl_idct.c | 118 ureg_TEX(shader, m[0], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[0], sampler); in fetch_four() 119 ureg_TEX(shader, m[1], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[1], sampler); in fetch_four()
|
D | vl_mc.c | 218 …ureg_TEX(shader, ureg_writemask(fragment, TGSI_WRITEMASK_XYZ), TGSI_TEXTURE_2D, ureg_src(ref), sam… in create_ref_frag_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 312 TGSI_TEXTURE_2D, in pstip_transform_prolog() 353 TGSI_TEXTURE_2D, sampIdx); in pstip_transform_prolog()
|
D | u_inlines.h | 678 return nr_samples > 1 ? TGSI_TEXTURE_2D_MSAA : TGSI_TEXTURE_2D; in util_pipe_tex_to_tgsi_tex()
|
D | u_tests.c | 1037 null_sampler_view(ctx, TGSI_TEXTURE_2D); in util_run_tests()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 182 TGSI_TEXTURE_2D, tc, ureg_DECL_sampler(ureg, i)); in fd_prog_blit_fs() 187 TGSI_TEXTURE_2D, tc, ureg_DECL_sampler(ureg, rts)); in fd_prog_blit_fs()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 125 case TGSI_TEXTURE_2D: in analyse_tex() 224 case TGSI_TEXTURE_2D: in analyse_sample()
|
D | lp_bld_tgsi_soa.c | 1982 case TGSI_TEXTURE_2D: in tgsi_to_pipe_tex_target() 2107 case TGSI_TEXTURE_2D: in emit_tex() 2331 case TGSI_TEXTURE_2D: in emit_sample() 2506 case TGSI_TEXTURE_2D: in emit_fetch_texels() 3390 case TGSI_TEXTURE_2D: in target_to_dims_layer()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_blit.h | 61 case PIPE_TEXTURE_2D: return TGSI_TEXTURE_2D; in nv50_blit_get_tgsi_texture_target()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 444 case TGSI_TEXTURE_2D: in tgsi_util_get_texture_coord_dim()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_analysis.c | 346 tex_info->target = TGSI_TEXTURE_2D; in llvmpipe_nir_fn_is_linear_compat()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 683 TGSI_TEXTURE_2D, enumerator
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | quad-tex.c | 283 p->fs = util_make_fragment_tex_shader(p->pipe, TGSI_TEXTURE_2D, in init_prog()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 213 case TGSI_TEXTURE_2D: in transform_texture()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 1087 return TGSI_TEXTURE_2D; in translate_resource_dimension() 1116 case TGSI_TEXTURE_2D: in texture_dim_from_tgsi_target() 1552 TGSI_TEXTURE_2D); in Shader_tgsi_translate() 1605 TGSI_TEXTURE_2D); in Shader_tgsi_translate()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 345 case TGSI_TEXTURE_2D: in translate_tex_src_target() 378 case TGSI_TEXTURE_2D: in i915_coord_mask()
|
D | i915_fpc_optimize.c | 377 case TGSI_TEXTURE_2D: in target_is_texture2d()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 525 case TGSI_TEXTURE_2D: in svga_tgsi_sampler_type()
|