Home
last modified time | relevance | path

Searched refs:ureg_DECL_constant2D (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c4129 ureg_DECL_constant2D(tx->ureg, 0, tx->num_slots-1, 0); in nine_translate_shader()
4131 ureg_DECL_constant2D(tx->ureg, 0, 4095, 0); in nine_translate_shader()
4132 ureg_DECL_constant2D(tx->ureg, 0, 4095, 1); in nine_translate_shader()
4133 ureg_DECL_constant2D(tx->ureg, 0, 2047, 2); in nine_translate_shader()
4134 ureg_DECL_constant2D(tx->ureg, 0, 511, 3); in nine_translate_shader()
4138 ureg_DECL_constant2D(tx->ureg, 0, 2, 4); /* Viewport data */ in nine_translate_shader()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h300 ureg_DECL_constant2D(struct ureg_program *ureg,
Dtgsi_ureg.c529 ureg_DECL_constant2D(struct ureg_program *ureg, in ureg_DECL_constant2D() function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1853 ureg_DECL_constant2D(ureg, in Shader_tgsi_translate()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1676 ureg_DECL_constant2D(ureg, 0, 1, R600_BUFFER_INFO_CONST_BUFFER); in r600_generate_fixed_func_tcs()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1041 ureg_DECL_constant2D(c->ureg, 0, DIV_ROUND_UP(ubo_sizes[i], 16) - 1, i); in ntt_setup_uniforms()