Searched refs:fetch_info (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch_shade_pipeline.c | 157 const struct draw_fetch_info *fetch_info, in fetch() argument 160 if (fetch_info->linear) { in fetch() 162 fetch_info->start, in fetch() 163 fetch_info->count, in fetch() 168 fetch_info->elts, in fetch() 169 fetch_info->count, in fetch() 231 const struct draw_fetch_info *fetch_info, in fetch_pipeline_generic() argument 249 fetched_vert_info.count = fetch_info->count; in fetch_pipeline_generic() 254 align(fetch_info->count, 4)); in fetch_pipeline_generic() 262 u_decomposed_prims_for_vertices(prim_info->prim, fetch_info->count); in fetch_pipeline_generic() [all …]
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 341 const struct draw_fetch_info *fetch_info, in llvm_pipeline_generic() argument 360 llvm_vert_info.count = fetch_info->count; in llvm_pipeline_generic() 365 align(fetch_info->count, lp_native_vector_width / 32)); in llvm_pipeline_generic() 375 draw->statistics.vs_invocations += fetch_info->count; in llvm_pipeline_generic() 378 if (fetch_info->linear) { in llvm_pipeline_generic() 379 start_or_maxelt = fetch_info->start; in llvm_pipeline_generic() 386 elts = fetch_info->elts; in llvm_pipeline_generic() 391 fetch_info->count, in llvm_pipeline_generic() 402 fetch_info = NULL; in llvm_pipeline_generic() 496 struct draw_fetch_info fetch_info; in llvm_middle_end_run() local [all …]
|