Searched refs:context_chan (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_context.c | 174 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, in nv04_context_create() 180 ret = nouveau_object_new(context_chan(ctx), 0xbeef0002, in nv04_context_create() 186 ret = nouveau_object_new(context_chan(ctx), 0xbeef0003, in nv04_context_create()
|
D | nouveau_context.h | 93 #define context_chan(ctx) \ macro
|
D | nv20_context.c | 487 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, kelvin_class, in nv20_context_create()
|
D | nv10_context.c | 479 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, celsius_class, in nv10_context_create()
|