Searched refs:ureg_DECL_sampler_view (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c217 ureg_DECL_sampler_view(ureg, 0, TGSI_TEXTURE_2D,
220 ureg_DECL_sampler_view(ureg, 1, TGSI_TEXTURE_2D,
223 ureg_DECL_sampler_view(ureg, 2, TGSI_TEXTURE_2D,
328 ureg_DECL_sampler_view(ureg, *cur_sampler, TGSI_TEXTURE_2D,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c253 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype);
311 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype);
404 ureg_DECL_sampler_view(ureg, 0, tex_target,
420 ureg_DECL_sampler_view(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0, tex_target,
709 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype);
771 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype);
944 ureg_DECL_sampler_view(ureg, 0, tex_target,
974 ureg_DECL_sampler_view(ureg, 0, tex_target,
1005 ureg_DECL_sampler_view(ureg, 0, tex_target,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tgsi.c217 ureg_DECL_sampler_view(ureg, 0, TGSI_TEXTURE_2D,
220 ureg_DECL_sampler_view(ureg, 1, TGSI_TEXTURE_2D,
223 ureg_DECL_sampler_view(ureg, 2, TGSI_TEXTURE_2D,
328 ureg_DECL_sampler_view(ureg, *cur_sampler, TGSI_TEXTURE_2D,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c253 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype);
311 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype);
404 ureg_DECL_sampler_view(ureg, 0, tex_target,
456 ureg_DECL_sampler_view(ureg, 0, tex_target,
462 ureg_DECL_sampler_view(ureg, 0, tex_target,
521 ureg_DECL_sampler_view(ureg, 0, tex_target,
819 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype);
881 ureg_DECL_sampler_view(ureg, 0, tgsi_tex, stype, stype, stype, stype);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_gfx.c140 ureg_DECL_sampler_view(shader, i, TGSI_TEXTURE_2D_ARRAY,
250 ureg_DECL_sampler_view(shader, i, TGSI_TEXTURE_2D_ARRAY,
363 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
369 ureg_DECL_sampler_view(shader, 1, TGSI_TEXTURE_1D,
415 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
H A Dvl_matrix_filter.c96 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
H A Dvl_median_filter.c110 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
H A Dvl_bicubic_filter.c177 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_gfx.c140 ureg_DECL_sampler_view(shader, i, TGSI_TEXTURE_2D_ARRAY,
250 ureg_DECL_sampler_view(shader, i, TGSI_TEXTURE_2D_ARRAY,
363 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
369 ureg_DECL_sampler_view(shader, 1, TGSI_TEXTURE_1D,
415 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
H A Dvl_matrix_filter.c96 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
H A Dvl_median_filter.c110 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
H A Dvl_bicubic_filter.c177 ureg_DECL_sampler_view(shader, 0, TGSI_TEXTURE_2D,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c221 ureg_DECL_sampler_view(ureg, 0, TGSI_TEXTURE_2D,
231 ureg_DECL_sampler_view(ureg, 1, TGSI_TEXTURE_2D,
H A Dst_atifs_to_tgsi.c503 ureg_DECL_sampler_view(ureg, i, TGSI_TEXTURE_2D,
H A Dst_mesa_to_tgsi.c1052 ureg_DECL_sampler_view(ureg, i, target,
H A Dst_glsl_to_tgsi.cpp6993 ureg_DECL_sampler_view(ureg, i, program->sampler_targets[i],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h366 ureg_DECL_sampler_view(struct ureg_program *,
H A Dtgsi_ureg.c742 ureg_DECL_sampler_view(struct ureg_program *ureg, function in typeref:struct:ureg_src
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h351 ureg_DECL_sampler_view(struct ureg_program *,
H A Dtgsi_ureg.c740 ureg_DECL_sampler_view(struct ureg_program *ureg, function in typeref:struct:ureg_src
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c1833 ureg_DECL_sampler_view(ureg, res_index, target,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c489 ureg_DECL_sampler_view(c->ureg, var->data.binding + i,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp7026 ureg_DECL_sampler_view(ureg, i, program->sampler_targets[i],

Completed in 76 milliseconds