Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnv_object.xml.h207 #define NVF0_COMPUTE_CLASS 0x0000a1c0 macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.c63 obj_class = NVF0_COMPUTE_CLASS; /* GK110 */ in nve4_screen_compute_setup()
135 PUSH_DATA (push, (obj_class >= NVF0_COMPUTE_CLASS) ? 0x400 : 0x300); in nve4_screen_compute_setup()
147 if (obj_class >= NVF0_COMPUTE_CLASS) { in nve4_screen_compute_setup()