Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c278 const0 = ureg_DECL_constant(ureg, 0); in create_vs()
279 const1 = ureg_DECL_constant(ureg, 1); in create_vs()
352 matrow0 = ureg_DECL_constant(ureg, 0); in create_yuv_shader()
353 matrow1 = ureg_DECL_constant(ureg, 1); in create_yuv_shader()
354 matrow2 = ureg_DECL_constant(ureg, 2); in create_yuv_shader()
355 matrow3 = ureg_DECL_constant(ureg, 3); in create_yuv_shader()
548 coords = ureg_DECL_constant(ureg, 0); in create_fs()
549 const0124 = ureg_DECL_constant(ureg, 1); in create_fs()
550 matrow0 = ureg_DECL_constant(ureg, 2); in create_fs()
551 matrow1 = ureg_DECL_constant(ureg, 3); in create_fs()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c140 return ureg_DECL_constant( t->ureg, 0 ); in src_register()
609 struct ureg_src wpostrans = ureg_DECL_constant( ureg, wposTransConst ); in emit_wpos_adjustment()
984 t->constants[i] = ureg_DECL_constant( ureg, i ); in st_translate_mesa_program()
995 t->constants[i] = ureg_DECL_constant( ureg, i ); in st_translate_mesa_program()
Dst_pbo.c456 const0 = ureg_DECL_constant(ureg, 0); in create_fs()
457 const1 = ureg_DECL_constant(ureg, 1); in create_fs()
Dst_atifs_to_tgsi.c482 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_atifs_program()
Dst_glsl_to_tgsi.cpp5741 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wpos_transform_const); in emit_wpos_adjustment()
6294 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_program()
6305 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_program()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.c195 ureg_src_indirect(ureg_DECL_constant(ureg, i), _X(AL))
198 ureg_DECL_constant(ureg, 19 + (i))
200 #define _CONST(n) ureg_DECL_constant(ureg, n)
473 ureg_DECL_constant(ureg, i); in nine_ff_build_vs()
592 struct ureg_src cPsz1 = ureg_DECL_constant(ureg, 26); in nine_ff_build_vs()
596 struct ureg_src cPsz1 = ureg_DECL_constant(ureg, 26); in nine_ff_build_vs()
601 struct ureg_src cPsz1 = ureg_DECL_constant(ureg, 26); in nine_ff_build_vs()
602 struct ureg_src cPsz2 = ureg_DECL_constant(ureg, 27); in nine_ff_build_vs()
1108 reg = ureg_DECL_constant(ps->ureg, ps->stage.index); in ps_get_ts_arg()
1126 reg = ureg_DECL_constant(ps->ureg, 20); in ps_get_ts_arg()
Dnine_shader.c3693 ureg_DECL_constant(tx->ureg, s); in nine_translate_shader()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c209 csc[i] = ureg_DECL_constant(shader, i); in create_frag_shader_csc()
211 lumakey = ureg_DECL_constant(shader, 3); in create_frag_shader_csc()
341 csc[i] = ureg_DECL_constant(shader, i); in create_frag_shader_palette()
Dvl_bicubic_filter.c181 half_pixel = ureg_DECL_constant(shader, 0); in create_frag_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h322 ureg_DECL_constant( struct ureg_program *,
Dtgsi_ureg.c531 ureg_DECL_constant(struct ureg_program *ureg, in ureg_DECL_constant() function