Searched refs:ureg_DECL_constant (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tgsi.c | 159 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()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor_gfx.c | 213 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()
|
H A D | vl_bicubic_filter.c | 187 half_pixel = ureg_DECL_constant(shader, 0); in create_frag_shader()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.c | 194 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) 477 ureg_DECL_constant(ureg, i); in nine_ff_build_vs() 596 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() 605 struct ureg_src cPsz1 = ureg_DECL_constant(ureg, 26); in nine_ff_build_vs() 606 struct ureg_src cPsz2 = ureg_DECL_constant(ureg, 27); in nine_ff_build_vs() 820 ureg_DECL_constant(ureg, i); in nine_ff_build_vs() 1116 reg = ureg_DECL_constant(p in ps_get_ts_arg() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 1152 src[num_regs] = ureg_DECL_constant(ureg, 0); in util_make_tess_ctrl_passthrough_shader() 1156 src[num_regs] = ureg_DECL_constant(ureg, 1); in util_make_tess_ctrl_passthrough_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.h | 306 ureg_DECL_constant( struct ureg_program *,
|
H A D | tgsi_ureg.c | 553 ureg_DECL_constant(struct ureg_program *ureg, in ureg_DECL_constant() function
|
Completed in 11 milliseconds