Home
last modified time | relevance | path

Searched refs:ureg_DECL_constant (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c159 const0 = ureg_DECL_constant(ureg, 0); in create_vs()
160 const1 = ureg_DECL_constant(ureg, 1); in create_vs()
227 matrow0 = ureg_DECL_constant(ureg, 0); in create_yuv_shader()
228 matrow1 = ureg_DECL_constant(ureg, 1); in create_yuv_shader()
229 matrow2 = ureg_DECL_constant(ureg, 2); in create_yuv_shader()
230 matrow3 = ureg_DECL_constant(ureg, 3); in create_yuv_shader()
324 input = ureg_DECL_constant(ureg, (*cur_constant)++); in read_input()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c104 return ureg_dst(ureg_DECL_constant(t->ureg, 0)); in dst_register()
142 return ureg_DECL_constant(t->ureg, 0); in src_register()
151 return ureg_DECL_constant(t->ureg, 0); in src_register()
159 return ureg_DECL_constant(t->ureg, 0); in src_register()
647 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wposTransConst); in emit_wpos_adjustment()
1026 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_mesa_program()
1037 t->constants[i] = ureg_DECL_constant( ureg, i ); in st_translate_mesa_program()
Dst_atifs_to_tgsi.c484 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_atifs_program()
Dst_glsl_to_tgsi.cpp6290 struct ureg_src trans_const = ureg_DECL_constant(ureg, wpos_y_transform); in emit_samplepos_adjustment()
6331 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wpos_transform_const); in emit_wpos_adjustment()
6871 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_program()
6882 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_program()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_gfx.c213 csc[i] = ureg_DECL_constant(shader, i); in create_frag_shader_csc()
215 lumakey = ureg_DECL_constant(shader, 3); in create_frag_shader_csc()
359 csc[i] = ureg_DECL_constant(shader, i); in create_frag_shader_palette()
448 csc[i] = ureg_DECL_constant(shader, i); in create_frag_shader_rgb_yuv()
Dvl_bicubic_filter.c187 half_pixel = ureg_DECL_constant(shader, 0); in create_frag_shader()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c194 ureg_src_indirect(ureg_DECL_constant(ureg, i), _X(AL))
197 ureg_DECL_constant(ureg, 19 + (i))
199 #define _CONST(n) ureg_DECL_constant(ureg, n)
472 ureg_DECL_constant(ureg, i); in nine_ff_build_vs()
591 struct ureg_src cPsz1 = ureg_DECL_constant(ureg, 26); in nine_ff_build_vs()
595 struct ureg_src cPsz1 = ureg_DECL_constant(ureg, 26); in nine_ff_build_vs()
600 struct ureg_src cPsz1 = ureg_DECL_constant(ureg, 26); in nine_ff_build_vs()
601 struct ureg_src cPsz2 = ureg_DECL_constant(ureg, 27); in nine_ff_build_vs()
815 ureg_DECL_constant(ureg, i); in nine_ff_build_vs()
1111 reg = ureg_DECL_constant(ps->ureg, ps->stage.index); in ps_get_ts_arg()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c1136 src[num_regs] = ureg_DECL_constant(ureg, 0); in util_make_tess_ctrl_passthrough_shader()
1140 src[num_regs] = ureg_DECL_constant(ureg, 1); in util_make_tess_ctrl_passthrough_shader()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h253 ureg_DECL_constant( struct ureg_program *,
Dtgsi_ureg.c449 ureg_DECL_constant(struct ureg_program *ureg, in ureg_DECL_constant() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h322 ureg_DECL_constant( struct ureg_program *,
Dtgsi_ureg.c551 ureg_DECL_constant(struct ureg_program *ureg, in ureg_DECL_constant() function
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c271 ureg_DECL_constant(c->ureg, var->data.driver_location + i); in ntt_setup_uniforms()