HomeSort by relevance Sort by last modified time
    Searched refs:fetch_info (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline.c 157 const struct draw_fetch_info *fetch_info,
160 if (fetch_info->linear) {
162 fetch_info->start,
163 fetch_info->count,
168 fetch_info->elts,
169 fetch_info->count,
231 const struct draw_fetch_info *fetch_info,
249 fetched_vert_info.count = fetch_info->count;
254 align(fetch_info->count, 4));
262 u_decomposed_prims_for_vertices(prim_info->prim, fetch_info->count)
381 struct draw_fetch_info fetch_info; local
409 struct draw_fetch_info fetch_info; local
440 struct draw_fetch_info fetch_info; local
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 341 const struct draw_fetch_info *fetch_info,
360 llvm_vert_info.count = fetch_info->count;
365 align(fetch_info->count, lp_native_vector_width / 32));
375 draw->statistics.vs_invocations += fetch_info->count;
378 if (fetch_info->linear) {
379 start_or_maxelt = fetch_info->start;
386 elts = fetch_info->elts;
391 fetch_info->count,
402 fetch_info = NULL;
496 struct draw_fetch_info fetch_info; local
524 struct draw_fetch_info fetch_info; local
554 struct draw_fetch_info fetch_info; local
    [all...]

Completed in 635 milliseconds