Home
last modified time | relevance | path

Searched defs:mp_count (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.c339 unsigned mp_count = MIN2(nv50->screen->MPsInTP, 32); in nv50_hw_sm_get_query_result() local
308 nv50_hw_sm_query_read_data(uint32_t count[32][4], struct nv50_context *nv50, bool wait, struct nv50_hw_query *hq, const struct nv50_hw_sm_query_cfg *cfg, unsigned mp_count) nv50_hw_sm_query_read_data() argument
H A Dnv50_screen.h78 unsigned mp_count; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h84 uint16_t mp_count; member
H A Dnvc0_query_hw_sm.c2686 unsigned mp_count = MIN2(nvc0->screen->mp_count_compute, 32); in nvc0_hw_sm_get_query_result() local
2623 nvc0_hw_sm_query_read_data(uint32_t count[32][8], struct nvc0_context *nvc0, bool wait, struct nvc0_hw_query *hq, const struct nvc0_hw_sm_query_cfg *cfg, unsigned mp_count) nvc0_hw_sm_query_read_data() argument
2649 nve4_hw_sm_query_read_data(uint32_t count[32][8], struct nvc0_context *nvc0, bool wait, struct nvc0_hw_query *hq, const struct nvc0_hw_sm_query_cfg *cfg, unsigned mp_count) nve4_hw_sm_query_read_data() argument
[all...]

Completed in 6 milliseconds