Home
last modified time | relevance | path

Searched refs:TGSI_TEXTURE_2D (Results 1 - 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tgsi.c217 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()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c96 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()
H A Dvl_compositor_gfx.c363 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()
H A Dvl_median_filter.c110 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()
H A Dvl_bicubic_filter.c177 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()
H A Dvl_zscan.c233 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]), samp_src); in create_frag_shader()
H A Dvl_idct.c118 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()
H A Dvl_mc.c218 ureg_TEX(shader, ureg_writemask(fragment, TGSI_WRITEMASK_XYZ), TGSI_TEXTURE_2D, ureg_src(ref), sampler); in create_ref_frag_shader()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c107 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/drivers/freedreno/
H A Dfreedreno_program.c182 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/util/
H A Du_pstipple.c312 TGSI_TEXTURE_2D, in pstip_transform_prolog()
353 TGSI_TEXTURE_2D, sampIdx); in pstip_transform_prolog()
H A Du_inlines.h678 return nr_samples > 1 ? TGSI_TEXTURE_2D_MSAA : TGSI_TEXTURE_2D; in util_pipe_tex_to_tgsi_tex()
H A Du_tests.c1037 null_sampler_view(ctx, TGSI_TEXTURE_2D); in util_run_tests()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h61 case PIPE_TEXTURE_2D: return TGSI_TEXTURE_2D; in nv50_blit_get_tgsi_texture_target()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c125 case TGSI_TEXTURE_2D: in analyse_tex()
224 case TGSI_TEXTURE_2D: in analyse_sample()
H A Dlp_bld_tgsi_soa.c1982 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/include/pipe/
H A Dp_shader_tokens.h683 TGSI_TEXTURE_2D, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c346 tex_info->target = TGSI_TEXTURE_2D; in llvmpipe_nir_fn_is_linear_compat()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c444 case TGSI_TEXTURE_2D: in tgsi_util_get_texture_coord_dim()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c283 p->fs = util_make_fragment_tex_shader(p->pipe, TGSI_TEXTURE_2D, in init_prog()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c525 case TGSI_TEXTURE_2D: in svga_tgsi_sampler_type()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c213 case TGSI_TEXTURE_2D: in transform_texture()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c1087 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/
H A Di915_fpc_translate.c345 case TGSI_TEXTURE_2D: in translate_tex_src_target()
378 case TGSI_TEXTURE_2D: in i915_coord_mask()
H A Di915_fpc_optimize.c377 case TGSI_TEXTURE_2D: in target_is_texture2d()

Completed in 30 milliseconds

12