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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query_hw_sm.c 312 unsigned mp_count)
317 for (p = 0; p < mp_count; ++p) {
339 unsigned mp_count = MIN2(nv50->screen->MPsInTP, 32); local
346 ret = nv50_hw_sm_query_read_data(count, nv50, wait, hq, cfg, mp_count);
351 for (p = 0; p < mp_count; ++p)
nv50_screen.h 77 unsigned mp_count; member in struct:nv50_screen
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 75 uint16_t mp_count; member in struct:nvc0_screen
nvc0_query_hw_sm.c 2682 unsigned mp_count = MIN2(nvc0->screen->mp_count_compute, 32); local
    [all...]

Completed in 95 milliseconds