Searched refs:nv44_gr_class (Results 1 – 2 of 2) sorted by relevance
209 if (nv44_gr_class(ctx->device)) { in nv40_gr_construct_general()218 if (!nv44_gr_class(ctx->device)) { in nv40_gr_construct_general()536 int len = nv44_gr_class(ctx->device) ? 0x0084 : 0x0684; in nv40_gr_construct_state3d_3()571 vs_len = nv44_gr_class(device) ? 0x4980/4 : 0x4a40/4; in nv40_gr_construct_shader()575 cp_out(ctx, nv44_gr_class(device) ? 0x800029 : 0x800041); in nv40_gr_construct_shader()
39 nv44_gr_class(struct nvkm_device *device) in nv44_gr_class() function