Home
last modified time | relevance | path

Searched refs:fetch_info (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline.c157 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 …]
Ddraw_pt_fetch_shade_pipeline_llvm.c352 const struct draw_fetch_info *fetch_info, in llvm_pipeline_generic() argument
371 assert(fetch_info->count > 0); in llvm_pipeline_generic()
372 llvm_vert_info.count = fetch_info->count; in llvm_pipeline_generic()
377 align(fetch_info->count, lp_native_vector_width / 32)); in llvm_pipeline_generic()
387 draw->statistics.vs_invocations += fetch_info->count; in llvm_pipeline_generic()
390 if (fetch_info->linear) { in llvm_pipeline_generic()
391 start_or_maxelt = fetch_info->start; in llvm_pipeline_generic()
398 elts = fetch_info->elts; in llvm_pipeline_generic()
403 fetch_info->count, in llvm_pipeline_generic()
414 fetch_info = NULL; in llvm_pipeline_generic()
[all …]