HomeSort by: relevance | last modified time | path
    Searched defs:fetch_info (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
ir2.h 64 struct ir2_fetch_info fetch_info[64]; member in struct:ir2_shader_info
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
ir2.h 64 struct ir2_fetch_info fetch_info[64]; member in struct:ir2_shader_info
  /xsrc/external/mit/MesaLib/dist/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,
208 const struct draw_fetch_info *fetch_info,
228 fetch_info->elts);
234 const struct draw_fetch_info *fetch_info,
253 fetched_vert_info.count = fetch_info->count
400 struct draw_fetch_info fetch_info; local
428 struct draw_fetch_info fetch_info; local
459 struct draw_fetch_info fetch_info; local
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 570 const struct draw_fetch_info *fetch_info,
597 assert(fetch_info->count > 0);
598 llvm_vert_info.count = fetch_info->count;
603 align(fetch_info->count, lp_native_vector_width / 32) +
617 draw->statistics.vs_invocations += fetch_info->count;
620 if (fetch_info->linear) {
621 start_or_maxelt = fetch_info->start;
628 elts = fetch_info->elts;
633 fetch_info->count,
645 fetch_info = NULL
810 struct draw_fetch_info fetch_info; local
838 struct draw_fetch_info fetch_info; local
868 struct draw_fetch_info fetch_info; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/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,
208 const struct draw_fetch_info *fetch_info,
227 fetch_info->elts);
233 const struct draw_fetch_info *fetch_info,
252 fetched_vert_info.count = fetch_info->count
398 struct draw_fetch_info fetch_info; local
426 struct draw_fetch_info fetch_info; local
457 struct draw_fetch_info fetch_info; local
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 352 const struct draw_fetch_info *fetch_info,
371 assert(fetch_info->count > 0);
372 llvm_vert_info.count = fetch_info->count;
377 align(fetch_info->count, lp_native_vector_width / 32));
387 draw->statistics.vs_invocations += fetch_info->count;
390 if (fetch_info->linear) {
391 start_or_maxelt = fetch_info->start;
398 elts = fetch_info->elts;
403 fetch_info->count,
414 fetch_info = NULL
517 struct draw_fetch_info fetch_info; local
545 struct draw_fetch_info fetch_info; local
575 struct draw_fetch_info fetch_info; local
    [all...]

Completed in 6 milliseconds