HomeSort by: relevance | last modified time | path
    Searched refs:max_attr_index (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
decode.c 895 unsigned max_attr_index = 0; local
898 max_attr_index = pandecode_attribute_meta(attribute_count, p->attributes, false);
902 pandecode_attributes(attr_mem, p->attribute_buffers, job_no, suffix, max_attr_index, false, job_type);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
decode.c 1370 unsigned max_attr_index = pandecode_replay_attribute_meta(job_no, attribute_count, p, false, suffix); local
1373 pandecode_replay_attributes(attr_mem, p->attributes, job_no, suffix, max_attr_index + 1, false);

Completed in 7 milliseconds