Searched refs:ureg_DECL_constant2D (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c3976 ureg_DECL_constant2D(tx->ureg, 0, tx->num_slots-1, 0);
3978 ureg_DECL_constant2D(tx->ureg, 0, 4095, 0);
3979 ureg_DECL_constant2D(tx->ureg, 0, 4095, 1);
3980 ureg_DECL_constant2D(tx->ureg, 0, 2047, 2);
3981 ureg_DECL_constant2D(tx->ureg, 0, 511, 3);
3985 ureg_DECL_constant2D(tx->ureg, 0, 2, 4); /* Viewport data */
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c4129 ureg_DECL_constant2D(tx->ureg, 0, tx->num_slots-1, 0);
4131 ureg_DECL_constant2D(tx->ureg, 0, 4095, 0);
4132 ureg_DECL_constant2D(tx->ureg, 0, 4095, 1);
4133 ureg_DECL_constant2D(tx->ureg, 0, 2047, 2);
4134 ureg_DECL_constant2D(tx->ureg, 0, 511, 3);
4138 ureg_DECL_constant2D(tx->ureg, 0, 2, 4); /* Viewport data */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h314 ureg_DECL_constant2D(struct ureg_program *ureg,
H A Dtgsi_ureg.c524 ureg_DECL_constant2D(struct ureg_program *ureg, function in typeref:typename:void
542 /* A one-dimensional, deprecated version of ureg_DECL_constant2D().
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h299 ureg_DECL_constant2D(struct ureg_program *ureg,
H A Dtgsi_ureg.c522 ureg_DECL_constant2D(struct ureg_program *ureg, function in typeref:typename:void
540 /* A one-dimensional, deprecated version of ureg_DECL_constant2D().
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c1853 ureg_DECL_constant2D(ureg,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c1553 ureg_DECL_constant2D(ureg, 0, 1, R600_BUFFER_INFO_CONST_BUFFER);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c1612 ureg_DECL_constant2D(ureg, 0, 1, R600_BUFFER_INFO_CONST_BUFFER);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c547 ureg_DECL_constant2D(c->ureg, 0, DIV_ROUND_UP(ubo_sizes[i], 16) - 1, i);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6965 ureg_DECL_constant2D(t->ureg, first, last, i + 1);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6998 ureg_DECL_constant2D(t->ureg, first, last, i + 1);

Completed in 51 milliseconds