Searched refs:ureg_DECL_sampler_view (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 253 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() 709 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype); in util_make_fs_msaa_resolve() 771 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype); in util_make_fs_msaa_resolve_bilinear() 944 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fs_pack_color_zs() 974 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fs_pack_color_zs() 1005 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fs_pack_color_zs()
|
/external/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() 328 ureg_DECL_sampler_view(ureg, *cur_sampler, TGSI_TEXTURE_2D, in read_input()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_gfx.c | 140 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()
|
D | vl_matrix_filter.c | 96 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader()
|
D | vl_median_filter.c | 110 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader()
|
D | vl_bicubic_filter.c | 177 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D, in create_frag_shader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 1059 ureg_DECL_sampler_view(ureg, i, target, in st_translate_mesa_program()
|
D | st_atifs_to_tgsi.c | 503 ureg_DECL_sampler_view(ureg, i, TGSI_TEXTURE_2D, in st_translate_atifs_program()
|
D | st_glsl_to_tgsi.cpp | 6930 ureg_DECL_sampler_view(ureg, i, program->sampler_targets[i], in st_translate_program()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 302 ureg_DECL_sampler_view(struct ureg_program *,
|
D | tgsi_ureg.c | 654 ureg_DECL_sampler_view(struct ureg_program *ureg, in ureg_DECL_sampler_view() function
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 368 ureg_DECL_sampler_view(struct ureg_program *,
|
D | tgsi_ureg.c | 745 ureg_DECL_sampler_view(struct ureg_program *ureg, in ureg_DECL_sampler_view() function
|