Home
last modified time | relevance | path

Searched refs:ureg_program (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h40 struct ureg_program;
101 struct ureg_program *
104 struct ureg_program *
108 ureg_finalize( struct ureg_program * );
113 ureg_create_shader( struct ureg_program *,
118 ureg_set_next_shader_processor(struct ureg_program *ureg, unsigned processor);
124 ureg_get_tokens( struct ureg_program *ureg,
131 ureg_get_nr_outputs( const struct ureg_program *ureg );
139 ureg_destroy( struct ureg_program * );
146 ureg_create_shader_with_so_and_destroy( struct ureg_program *p, in ureg_create_shader_with_so_and_destroy()
[all …]
Dtgsi_ureg.c100 struct ureg_program struct
233 static void set_bad( struct ureg_program *ureg ) in set_bad()
240 static union tgsi_any_token *get_tokens( struct ureg_program *ureg, in get_tokens()
256 static union tgsi_any_token *retrieve_token( struct ureg_program *ureg, in retrieve_token()
267 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value) in ureg_property()
274 ureg_DECL_fs_input_cyl_centroid_layout(struct ureg_program *ureg, in ureg_DECL_fs_input_cyl_centroid_layout()
327 ureg_DECL_fs_input_cyl_centroid(struct ureg_program *ureg, in ureg_DECL_fs_input_cyl_centroid()
343 ureg_DECL_vs_input( struct ureg_program *ureg, in ureg_DECL_vs_input()
355 ureg_DECL_input_layout(struct ureg_program *ureg, in ureg_DECL_input_layout()
370 ureg_DECL_input(struct ureg_program *ureg, in ureg_DECL_input()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c80 struct ureg_program *ureg; in util_make_vertex_passthrough_shader_with_so()
229 struct ureg_program *ureg; in util_make_fragment_tex_shader_writemask()
321 struct ureg_program *ureg; in util_make_fragment_tex_shader_writedepth()
373 struct ureg_program *ureg; in util_make_fragment_tex_shader_writedepthstencil()
437 struct ureg_program *ureg; in util_make_fragment_tex_shader_writestencil()
524 struct ureg_program *ureg = ureg_create(PIPE_SHADER_FRAGMENT); in util_make_empty_fragment_shader()
541 struct ureg_program *ureg; in util_make_fragment_cloneinput_shader()
737 struct ureg_program *ureg; in util_make_fs_msaa_resolve()
797 struct ureg_program *ureg; in util_make_fs_msaa_resolve_bilinear()
895 struct ureg_program *ureg; in util_make_geometry_passthrough_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.h44 struct ureg_program;
51 struct ureg_program *ureg,
Dst_atifs_to_tgsi.h35 struct ureg_program;
42 struct ureg_program *ureg,
Dst_glsl_to_tgsi.h36 struct ureg_program;
41 struct ureg_program *ureg,
Dst_mesa_to_tgsi.c58 struct ureg_program *ureg;
318 struct ureg_program *ureg = t->ureg; in emit_swz()
507 struct ureg_program *ureg = t->ureg; in compile_instruction()
593 struct ureg_program *ureg = t->ureg; in emit_wpos_adjustment()
677 struct ureg_program *ureg) in emit_wpos()
799 struct ureg_program *ureg, in st_translate_mesa_program()
Dst_pbo.c305 struct ureg_program *ureg; in st_pbo_create_vs()
349 struct ureg_program *ureg; in st_pbo_create_gs()
390 build_conversion(struct ureg_program *ureg, const struct ureg_dst *temp, in build_conversion()
412 struct ureg_program *ureg; in create_fs()
Dst_program.c234 struct ureg_program *ureg; in st_translate_vertex_program()
574 struct ureg_program *ureg; in st_translate_fragment_program()
1192 struct ureg_program *ureg, in st_translate_program_common()
1486 struct ureg_program *ureg; in st_translate_geometry_program()
1573 struct ureg_program *ureg; in st_translate_tessctrl_program()
1598 struct ureg_program *ureg; in st_translate_tesseval_program()
1640 struct ureg_program *ureg; in st_translate_compute_program()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.h69 struct ureg_program *shader,
74 struct ureg_program *shader,
Dvl_idct.h83 vl_idct_stage2_vert_shader(struct vl_idct *idct, struct ureg_program *shader,
87 vl_idct_stage2_frag_shader(struct vl_idct *idct, struct ureg_program *shader,
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()
145 struct ureg_program *shader; in create_mismatch_vert_shader()
194 struct ureg_program *shader; in create_mismatch_frag_shader()
261 struct ureg_program *shader; in create_stage1_vert_shader()
323 struct ureg_program *shader; in create_stage1_frag_shader()
393 vl_idct_stage2_vert_shader(struct vl_idct *idct, struct ureg_program *shader, in vl_idct_stage2_vert_shader()
431 vl_idct_stage2_frag_shader(struct vl_idct *idct, struct ureg_program *shader, in vl_idct_stage2_frag_shader()
Dvl_mc.c53 calc_position(struct vl_mc *r, struct ureg_program *shader, struct ureg_src block_scale) in calc_position()
82 calc_line(struct pipe_screen *screen, struct ureg_program *shader) in calc_line()
108 struct ureg_program *shader; in create_ref_vert_shader()
166 struct ureg_program *shader; in create_ref_frag_shader()
231 struct ureg_program *shader; in create_ycbcr_vert_shader()
317 struct ureg_program *shader; in create_ycbcr_frag_shader()
Dvl_compositor.c59 struct ureg_program *shader; in create_vert_shader()
129 create_frag_shader_weave(struct ureg_program *shader, struct ureg_dst fragment) in create_frag_shader_weave()
200 create_frag_shader_csc(struct ureg_program *shader, struct ureg_dst texel, in create_frag_shader_csc()
239 struct ureg_program *shader; in create_frag_shader_video_buffer()
275 struct ureg_program *shader; in create_frag_shader_weave_rgb()
298 struct ureg_program *shader; in create_frag_shader_weave_yuv()
327 struct ureg_program *shader; in create_frag_shader_palette()
376 struct ureg_program *shader; in create_frag_shader_rgba()
Dvl_bicubic_filter.c52 struct ureg_program *shader; in create_vert_shader()
73 create_frag_shader_cubic_interpolater(struct ureg_program *shader, struct ureg_src tex_a, in create_frag_shader_cubic_interpolater()
154 struct ureg_program *shader; in create_frag_shader()
Dvl_matrix_filter.c51 struct ureg_program *shader; in create_vert_shader()
81 struct ureg_program *shader; in create_frag_shader()
Dvl_deint_filter.c66 struct ureg_program *shader; in create_vert_shader()
89 struct ureg_program *shader; in create_copy_frag_shader()
126 struct ureg_program *shader; in create_deint_frag_shader()
Dvl_median_filter.c49 struct ureg_program *shader; in create_vert_shader()
81 struct ureg_program *shader; in create_frag_shader()
Dvl_zscan.c101 struct ureg_program *shader; in create_vert_shader()
176 struct ureg_program *shader; in create_frag_shader()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c110 src_in_mask(struct ureg_program *ureg, in src_in_mask()
129 vs_normalize_coords(struct ureg_program *ureg, in vs_normalize_coords()
143 linear_gradient(struct ureg_program *ureg, in linear_gradient()
194 radial_gradient(struct ureg_program *ureg, in radial_gradient()
264 struct ureg_program *ureg; in create_vs()
319 create_yuv_shader(struct pipe_context *pipe, struct ureg_program *ureg) in create_yuv_shader()
382 xrender_tex(struct ureg_program *ureg, in xrender_tex()
442 struct ureg_program *ureg; in create_fs()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c445 struct ureg_program *ureg;
896 struct ureg_program *ureg = tx->ureg; in nine_get_position_input()
908 struct ureg_program *ureg = tx->ureg; in tx_src_param()
1406 struct ureg_program *ureg = tx->ureg; in NineTranslateInstruction_Mkxn()
1585 struct ureg_program *ureg = tx->ureg; in DECL_SPECIAL()
1596 struct ureg_program *ureg = tx->ureg; in DECL_SPECIAL()
1679 struct ureg_program *ureg = tx->ureg; in DECL_SPECIAL()
1694 struct ureg_program *ureg = tx->ureg; in DECL_SPECIAL()
1738 struct ureg_program *ureg = tx->ureg; in DECL_SPECIAL()
1797 struct ureg_program *ureg = tx->ureg; in DECL_SPECIAL()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vs.c51 struct ureg_program *ureg; in get_dummy_vertex_shader()
266 struct ureg_program *ureg; in compile_passthrough_vs()
Dsvga_state_fs.c60 struct ureg_program *ureg; in get_dummy_fragment_shader()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c98 struct ureg_program *ureg; in fd_prog_blit()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c184 struct ureg_program *ureg; in r300_dummy_vertex_shader()

12