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

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 696 radeon_emit(cs, info->indirect_count);
909 unsigned indirect_count; local
922 indirect_count = *data;
926 indirect_count = info->indirect_count;
929 if (!indirect_count) {
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 702 unsigned indirect_count; /**< number of indirect draws */ member in struct:pipe_draw_info
705 * is to be used as the real indirect_count. In that case indirect_count

Completed in 1263 milliseconds