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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_elements.c 113 unsigned hw_count; local
117 hw_prim = svga_translate_prim(prim, count, &hw_count);
118 if (hw_count == 0)
144 range.primitiveCount = hw_count;
svga_draw_arrays.c 193 unsigned hw_count; local
195 hw_prim = svga_translate_prim(prim, count, &hw_count);
196 if (hw_count == 0)
200 range.primitiveCount = hw_count;
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_elements.c 113 unsigned hw_count; local
117 hw_prim = svga_translate_prim(prim, count, &hw_count);
118 if (hw_count == 0)
144 range.primitiveCount = hw_count;
svga_draw_arrays.c 193 unsigned hw_count; local
195 hw_prim = svga_translate_prim(prim, count, &hw_count);
196 if (hw_count == 0)
200 range.primitiveCount = hw_count;

Completed in 65 milliseconds