Home
last modified time | relevance | path

Searched refs:is_nve4 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw_sm.c2536 const bool is_nve4 = screen->base.class_3d >= NVE4_3D_CLASS; in nvc0_hw_sm_end_query() local
2542 const uint block[3] = { 32, is_nve4 ? 4 : 1, 1 }; in nvc0_hw_sm_end_query()
2553 if (is_nve4) { in nvc0_hw_sm_end_query()
2562 uint8_t d = is_nve4 ? c / 4 : 0; /* only one domain for NVC0:NVE4 */ in nvc0_hw_sm_end_query()
2608 if (is_nve4) { in nvc0_hw_sm_end_query()