Home
last modified time | relevance | path

Searched refs:ureg_DECL_sampler_view (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c253 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype); in util_make_fragment_tex_shader_xrbias()
311 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype); in util_make_fragment_tex_shader_writemask()
404 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fs_blit_zs()
420 ureg_DECL_sampler_view(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0, tex_target, in util_make_fs_blit_zs()
725 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype); in util_make_fs_msaa_resolve()
787 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype); in util_make_fs_msaa_resolve_bilinear()
960 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fs_pack_color_zs()
990 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fs_pack_color_zs()
1021 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fs_pack_color_zs()
/third_party/mesa3d/src/gallium/frontends/xa/
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()
328 ureg_DECL_sampler_view(ureg, *cur_sampler, TGSI_TEXTURE_2D, in read_input()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_gfx.c140 ureg_DECL_sampler_view(shader, i, TGSI_TEXTURE_2D_ARRAY, in create_frag_shader_weave()
250 ureg_DECL_sampler_view(shader, i, TGSI_TEXTURE_2D_ARRAY, in create_frag_shader_yuv()
363 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader_palette()
369 ureg_DECL_sampler_view(shader, 1, TGSI_TEXTURE_1D, in create_frag_shader_palette()
415 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader_rgba()
Dvl_matrix_filter.c96 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader()
Dvl_median_filter.c110 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader()
Dvl_bicubic_filter.c177 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h352 ureg_DECL_sampler_view(struct ureg_program *,
Dtgsi_ureg.c747 ureg_DECL_sampler_view(struct ureg_program *ureg, in ureg_DECL_sampler_view() function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1833 ureg_DECL_sampler_view(ureg, res_index, target, in Shader_tgsi_translate()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c979 ureg_DECL_sampler_view(c->ureg, var->data.binding + i, in ntt_setup_uniforms()