Home
last modified time | relevance | path

Searched refs:ureg_DECL_constant (Results 1 – 13 of 13) 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.c138 return ureg_DECL_constant(t->ureg, 0); in src_register()
635 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wposTransConst); in emit_wpos_adjustment()
1017 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_mesa_program()
1028 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_mesa_program()
Dst_pbo.c443 const0 = ureg_DECL_constant(ureg, 0); in create_fs()
444 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.cpp5962 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wpos_transform_const); in emit_wpos_adjustment()
6531 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_program()
6542 t->constants[i] = ureg_DECL_constant(ureg, i); in st_translate_program()
/external/mesa3d/src/gallium/state_trackers/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 …]
Dnine_shader.c3707 ureg_DECL_constant(tx->ureg, s); in nine_translate_shader()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c216 csc[i] = ureg_DECL_constant(shader, i); in create_frag_shader_csc()
218 lumakey = ureg_DECL_constant(shader, 3); in create_frag_shader_csc()
362 csc[i] = ureg_DECL_constant(shader, i); in create_frag_shader_palette()
451 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/auxiliary/tgsi/
Dtgsi_ureg.h316 ureg_DECL_constant( struct ureg_program *,
Dtgsi_ureg.c540 ureg_DECL_constant(struct ureg_program *ureg, in ureg_DECL_constant() function
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h253 ureg_DECL_constant( struct ureg_program *,
Dtgsi_ureg.c437 ureg_DECL_constant(struct ureg_program *ureg, in ureg_DECL_constant() function