Home
last modified time | relevance | path

Searched refs:util_pipe_tex_to_tgsi_tex (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c981 util_pipe_tex_to_tgsi_tex(target, src_nr_samples); in blitter_get_fs_texfetch_col()
1090 util_pipe_tex_to_tgsi_tex(target, nr_samples); in blitter_get_fs_pack_color_zs()
1138 tgsi_tex = util_pipe_tex_to_tgsi_tex(target, src_samples); in blitter_get_fs_texfetch_depth()
1155 tgsi_tex = util_pipe_tex_to_tgsi_tex(target, 0); in blitter_get_fs_texfetch_depth()
1183 tgsi_tex = util_pipe_tex_to_tgsi_tex(target, src_samples); in blitter_get_fs_texfetch_depthstencil()
1201 tgsi_tex = util_pipe_tex_to_tgsi_tex(target, 0); in blitter_get_fs_texfetch_depthstencil()
1229 tgsi_tex = util_pipe_tex_to_tgsi_tex(target, src_samples); in blitter_get_fs_texfetch_stencil()
1247 tgsi_tex = util_pipe_tex_to_tgsi_tex(target, 0); in blitter_get_fs_texfetch_stencil()
Du_inlines.h666 util_pipe_tex_to_tgsi_tex(enum pipe_texture_target pipe_tex_target, in util_pipe_tex_to_tgsi_tex() function