Searched refs:fpme (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c59 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
60 struct draw_context *draw = fpme->draw;
84 fpme->input_prim = prim;
85 fpme->opt = opt;
91 fpme->vertex_size = sizeof(struct vertex_header) + nr * 4 * sizeof(float);
95 draw_pt_fetch_prepare( fpme->fetch,
97 fpme->vertex_size,
102 draw_pt_post_vs_prepare( fpme->post_vs,
111 draw_pt_so_emit_prepare( fpme->so_emit );
114 draw_pt_emit_prepare( fpme
150 pipeline(struct fetch_pipeline_middle_end *fpme, const struct draw_vertex_info *vert_info, const struct draw_prim_info *prim_info) argument
204 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
301 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
328 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
358 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
390 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
410 struct fetch_pipeline_middle_end *fpme = CALLOC_STRUCT( fetch_pipeline_middle_end ); local
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c66 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
67 struct draw_context *draw = fpme->draw;
84 fpme->input_prim = in_prim;
85 fpme->opt = opt;
91 fpme->vertex_size = sizeof(struct vertex_header) + nr * 4 * sizeof(float);
97 draw_pt_post_vs_prepare( fpme->post_vs,
106 draw_pt_so_emit_prepare( fpme->so_emit );
109 draw_pt_emit_prepare( fpme->emit,
123 key = draw_llvm_make_variant_key(fpme->llvm, store);
137 move_to_head(&fpme
218 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
313 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
340 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
371 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
403 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
424 struct llvm_middle_end *fpme = 0; local
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c59 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
60 struct draw_context *draw = fpme->draw;
84 fpme->input_prim = prim;
85 fpme->opt = opt;
91 fpme->vertex_size = sizeof(struct vertex_header) + nr * 4 * sizeof(float);
95 draw_pt_fetch_prepare( fpme->fetch,
97 fpme->vertex_size,
102 draw_pt_post_vs_prepare( fpme->post_vs,
111 draw_pt_so_emit_prepare( fpme->so_emit );
114 draw_pt_emit_prepare( fpme
150 pipeline(struct fetch_pipeline_middle_end *fpme, const struct draw_vertex_info *vert_info, const struct draw_prim_info *prim_info) argument
204 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
301 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
328 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
358 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
390 struct fetch_pipeline_middle_end *fpme = (struct fetch_pipeline_middle_end *)middle; local
410 struct fetch_pipeline_middle_end *fpme = CALLOC_STRUCT( fetch_pipeline_middle_end ); local
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c66 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
67 struct draw_context *draw = fpme->draw;
84 fpme->input_prim = in_prim;
85 fpme->opt = opt;
91 fpme->vertex_size = sizeof(struct vertex_header) + nr * 4 * sizeof(float);
97 draw_pt_post_vs_prepare( fpme->post_vs,
106 draw_pt_so_emit_prepare( fpme->so_emit );
109 draw_pt_emit_prepare( fpme->emit,
123 key = draw_llvm_make_variant_key(fpme->llvm, store);
137 move_to_head(&fpme
218 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
313 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
340 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
371 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
403 struct llvm_middle_end *fpme = (struct llvm_middle_end *)middle; local
424 struct llvm_middle_end *fpme = 0; local
[all...]

Completed in 111 milliseconds