Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c245 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype); in util_make_fragment_tex_shader_writemask()
333 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fragment_tex_shader_writedepth()
384 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fragment_tex_shader_writedepthstencil()
390 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fragment_tex_shader_writedepthstencil()
449 ureg_DECL_sampler_view(ureg, 0, tex_target, in util_make_fragment_tex_shader_writestencil()
748 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype); in util_make_fs_msaa_resolve()
809 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype); in util_make_fs_msaa_resolve_bilinear()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c342 ureg_DECL_sampler_view(ureg, 0, TGSI_TEXTURE_2D, in create_yuv_shader()
345 ureg_DECL_sampler_view(ureg, 1, TGSI_TEXTURE_2D, in create_yuv_shader()
348 ureg_DECL_sampler_view(ureg, 2, TGSI_TEXTURE_2D, in create_yuv_shader()
488 ureg_DECL_sampler_view(ureg, 0, TGSI_TEXTURE_2D, in create_fs()
510 ureg_DECL_sampler_view(ureg, 1, TGSI_TEXTURE_2D, in create_fs()
519 ureg_DECL_sampler_view(ureg, 2, TGSI_TEXTURE_2D, in create_fs()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c147 ureg_DECL_sampler_view(ureg, 0, TGSI_TEXTURE_2D, in get_drawpix_z_stencil_program()
157 ureg_DECL_sampler_view(ureg, 1, TGSI_TEXTURE_2D, in get_drawpix_z_stencil_program()
Dst_mesa_to_tgsi.c1015 ureg_DECL_sampler_view(ureg, i, target, in st_translate_mesa_program()
Dst_atifs_to_tgsi.c501 ureg_DECL_sampler_view(ureg, i, TGSI_TEXTURE_2D, in st_translate_atifs_program()
Dst_glsl_to_tgsi.cpp6366 ureg_DECL_sampler_view( ureg, i, program->sampler_targets[i], in st_translate_program()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h364 ureg_DECL_sampler_view(struct ureg_program *,
Dtgsi_ureg.c712 ureg_DECL_sampler_view(struct ureg_program *ureg, in ureg_DECL_sampler_view() function