Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c4100 ureg_DECL_constant2D(tx->ureg, 0, tx->num_slots-1, 0); in nine_translate_shader()
4102 ureg_DECL_constant2D(tx->ureg, 0, 4095, 0); in nine_translate_shader()
4103 ureg_DECL_constant2D(tx->ureg, 0, 4095, 1); in nine_translate_shader()
4104 ureg_DECL_constant2D(tx->ureg, 0, 2047, 2); in nine_translate_shader()
4105 ureg_DECL_constant2D(tx->ureg, 0, 511, 3); in nine_translate_shader()
4109 ureg_DECL_constant2D(tx->ureg, 0, 2, 4); /* Viewport data */ in nine_translate_shader()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h247 ureg_DECL_constant2D(struct ureg_program *ureg,
Dtgsi_ureg.c425 ureg_DECL_constant2D(struct ureg_program *ureg, in ureg_DECL_constant2D() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h316 ureg_DECL_constant2D(struct ureg_program *ureg,
Dtgsi_ureg.c527 ureg_DECL_constant2D(struct ureg_program *ureg, in ureg_DECL_constant2D() function
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c276 ureg_DECL_constant2D(c->ureg, 0, 0, var->data.driver_location + 1); in ntt_setup_uniforms()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1581 ureg_DECL_constant2D(ureg, 0, 1, R600_BUFFER_INFO_CONST_BUFFER); in r600_generate_fixed_func_tcs()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6902 ureg_DECL_constant2D(t->ureg, first, last, i + 1); in st_translate_program()