Home
last modified time | relevance | path

Searched refs:ureg_dst (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dasm_fill.h33 struct ureg_dst *out,
36 struct ureg_dst *temp,
41 struct ureg_dst *out, in solid_fill()
44 struct ureg_dst *temp, in solid_fill()
74 struct ureg_dst *out, in linear_grad()
77 struct ureg_dst *temp, in linear_grad()
98 struct ureg_dst *out, in radial_grad()
101 struct ureg_dst *temp, in radial_grad()
135 struct ureg_dst *out, in pattern()
138 struct ureg_dst *temp, in pattern()
[all …]
Dshaders_cache.c134 struct ureg_dst out, *temp = NULL; in combine_shaders()
193 temp = (struct ureg_dst *) malloc(sizeof(struct ureg_dst) * end_temp); in combine_shaders()
Drenderer.c197 struct ureg_dst dst[2], tmp; in create_passthrough_vs()
266 struct ureg_dst out; in create_scissor_fs()
285 struct ureg_dst out; in create_white_fs()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h72 struct ureg_dst struct
231 struct ureg_dst
237 struct ureg_dst
272 struct ureg_dst
280 struct ureg_dst
285 struct ureg_dst tmp );
287 struct ureg_dst
290 struct ureg_dst
471 const struct ureg_dst *dst,
480 const struct ureg_dst *dst,
[all …]
Dtgsi_ureg.c245 static INLINE struct ureg_dst
249 struct ureg_dst dst; in ureg_dst_register()
401 struct ureg_dst
434 struct ureg_dst
534 static struct ureg_dst alloc_temporary( struct ureg_program *ureg, in alloc_temporary()
561 struct ureg_dst ureg_DECL_temporary( struct ureg_program *ureg ) in ureg_DECL_temporary()
566 struct ureg_dst ureg_DECL_local_temporary( struct ureg_program *ureg ) in ureg_DECL_local_temporary()
572 struct ureg_dst tmp ) in ureg_release_temporary()
581 struct ureg_dst ureg_DECL_address( struct ureg_program *ureg ) in ureg_DECL_address()
592 struct ureg_dst
[all …]
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c111 struct ureg_dst dst, in src_in_mask()
133 struct ureg_dst tmp = ureg_DECL_temporary(ureg); in vs_normalize_coords()
144 struct ureg_dst out, in linear_gradient()
152 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in linear_gradient()
153 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); in linear_gradient()
154 struct ureg_dst temp2 = ureg_DECL_temporary(ureg); in linear_gradient()
155 struct ureg_dst temp3 = ureg_DECL_temporary(ureg); in linear_gradient()
156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); in linear_gradient()
157 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); in linear_gradient()
195 struct ureg_dst out, in radial_gradient()
[all …]
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa_tgsi.c85 struct ureg_dst dst, in src_in_mask()
111 struct ureg_dst tmp = ureg_DECL_temporary(ureg); in vs_normalize_coords()
121 struct ureg_dst out, in linear_gradient()
130 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in linear_gradient()
131 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); in linear_gradient()
132 struct ureg_dst temp2 = ureg_DECL_temporary(ureg); in linear_gradient()
133 struct ureg_dst temp3 = ureg_DECL_temporary(ureg); in linear_gradient()
134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); in linear_gradient()
135 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); in linear_gradient()
181 struct ureg_dst out, in radial_gradient()
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp79 std::vector<struct ureg_dst> temps;
80 std::vector<struct ureg_dst> outputs;
102 struct ureg_dst _reg(sm4_op& op) in _reg()
108 struct ureg_dst d; in _reg()
127 struct ureg_dst _dst(unsigned i = 0) in _dst()
132 struct ureg_dst d = ureg_writemask(_reg(op), op.mask); in _dst()
219 std::vector<struct ureg_dst> insn_tmps;
221 struct ureg_dst _tmp() in _tmp()
223 struct ureg_dst t = ureg_DECL_temporary(ureg); in _tmp()
228 struct ureg_dst _tmp(struct ureg_dst d) in _tmp()
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c72 calc_addr(struct ureg_program *shader, struct ureg_dst addr[2], in calc_addr()
96 increment_addr(struct ureg_program *shader, struct ureg_dst daddr[2], in increment_addr()
115 fetch_four(struct ureg_program *shader, struct ureg_dst m[2], struct ureg_src addr[2], in fetch_four()
123 matrix_mul(struct ureg_program *shader, struct ureg_dst dst, struct ureg_dst l[2], struct ureg_dst in matrix_mul()
125 struct ureg_dst tmp; in matrix_mul()
148 struct ureg_dst t_tex; in create_mismatch_vert_shader()
149 struct ureg_dst o_vpos, o_addr[2]; in create_mismatch_vert_shader()
198 struct ureg_dst m[8][2]; in create_mismatch_frag_shader()
199 struct ureg_dst fragment; in create_mismatch_frag_shader()
264 struct ureg_dst t_tex, t_start; in create_stage1_vert_shader()
[all …]
Dvl_mc.c52 static struct ureg_dst
56 struct ureg_dst t_vpos; in calc_position()
57 struct ureg_dst o_vpos; in calc_position()
81 static struct ureg_dst
84 struct ureg_dst tmp; in calc_line()
107 struct ureg_dst t_vpos; in create_ref_vert_shader()
108 struct ureg_dst o_vmv[2]; in create_ref_vert_shader()
164 struct ureg_dst ref, field; in create_ref_frag_shader()
165 struct ureg_dst fragment; in create_ref_frag_shader()
230 struct ureg_dst t_vpos, t_vtex; in create_ycbcr_vert_shader()
[all …]
Dvl_mc.h71 struct ureg_dst tex);
76 struct ureg_dst dst);
Dvl_idct.h84 unsigned first_output, struct ureg_dst tex);
88 unsigned first_input, struct ureg_dst fragment);
Dvl_matrix_filter.c53 struct ureg_dst o_vpos, o_vtex; in create_vert_shader()
84 struct ureg_dst *t_array = MALLOC(sizeof(struct ureg_dst) * num_offsets); in create_frag_shader()
85 struct ureg_dst t_sum; in create_frag_shader()
86 struct ureg_dst o_fragment; in create_frag_shader()
Dvl_zscan.c99 struct ureg_dst tmp; in create_vert_shader()
100 struct ureg_dst o_vpos; in create_vert_shader()
101 struct ureg_dst *o_vtex; in create_vert_shader()
109 o_vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_dst)); in create_vert_shader()
177 struct ureg_dst *tmp; in create_frag_shader()
178 struct ureg_dst quant, fragment; in create_frag_shader()
187 tmp = MALLOC(zscan->num_channels * sizeof(struct ureg_dst)); in create_frag_shader()
Dvl_median_filter.c51 struct ureg_dst o_vpos, o_vtex; in create_vert_shader()
84 struct ureg_dst *t_array = MALLOC(sizeof(struct ureg_dst) * num_offsets); in create_frag_shader()
85 struct ureg_dst o_fragment; in create_frag_shader()
138 struct ureg_dst tmp = ureg_DECL_temporary(shader); in create_frag_shader()
Dvl_compositor.c60 struct ureg_dst tmp; in create_vert_shader()
61 struct ureg_dst o_vpos, o_vtex, o_color; in create_vert_shader()
62 struct ureg_dst o_vtop, o_vbottom; in create_vert_shader()
134 struct ureg_dst texel; in create_frag_shader_video_buffer()
135 struct ureg_dst fragment; in create_frag_shader_video_buffer()
177 struct ureg_dst t_tc[2]; in create_frag_shader_weave()
178 struct ureg_dst t_texel[2]; in create_frag_shader_weave()
179 struct ureg_dst o_fragment; in create_frag_shader_weave()
270 struct ureg_dst texel; in create_frag_shader_palette()
271 struct ureg_dst fragment; in create_frag_shader_palette()
[all …]
Dvl_mpeg12_decoder.c983 struct ureg_dst tex) in mc_vert_shader_callback()
986 struct ureg_dst o_vtex; in mc_vert_shader_callback()
1004 struct ureg_dst dst) in mc_frag_shader_callback()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c85 struct ureg_dst dst; in util_make_vertex_passthrough_shader_with_so()
122 struct ureg_dst out; in util_make_fragment_tex_shader_writemask()
184 struct ureg_dst out, depth; in util_make_fragment_tex_shader_writedepth()
230 struct ureg_dst out, depth, stencil; in util_make_fragment_tex_shader_writedepthstencil()
284 struct ureg_dst out, stencil; in util_make_fragment_tex_shader_writestencil()
339 struct ureg_dst dst[PIPE_MAX_COLOR_BUFS]; in util_make_fragment_cloneinput_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c69 struct ureg_dst temps[MAX_PROGRAM_TEMPS];
71 struct ureg_dst outputs[PIPE_MAX_SHADER_OUTPUTS];
73 struct ureg_dst address[1];
162 static struct ureg_dst
291 static struct ureg_dst
297 struct ureg_dst dst = dst_register( t, in translate_dst()
399 struct ureg_dst dst, in emit_swz()
515 struct ureg_dst dst, in emit_ddy()
677 struct ureg_dst dst[1] = { { 0 } }; in compile_instruction()
797 struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg ); in emit_wpos_adjustment()
[all …]
Dst_glsl_to_tgsi.cpp3892 struct ureg_dst temps[MAX_TEMPS];
3895 struct ureg_dst outputs[PIPE_MAX_SHADER_OUTPUTS];
3897 struct ureg_dst address[1];
4006 static struct ureg_dst
4101 static struct ureg_dst
4106 struct ureg_dst dst = dst_register(t, in translate_dst()
4210 struct ureg_dst dst[1]; in compile_tgsi_instruction()
4305 struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg ); in emit_wpos_adjustment()
4316 struct ureg_dst adj_temp = ureg_DECL_local_temporary(ureg); in emit_wpos_adjustment()
4474 struct ureg_dst face_temp = ureg_DECL_temporary(ureg); in emit_face_var()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vs.c81 struct ureg_dst dst; in get_dummy_vertex_shader()
Dsvga_state_fs.c83 struct ureg_dst dst; in get_dummy_fragment_shader()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c184 struct ureg_dst dst; in r300_dummy_vertex_shader()
Dr300_fs.c232 struct ureg_dst out; in r300_dummy_fragment_shader()