Searched refs:init_shader_exceptions (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gp107.c | 47 .init_shader_exceptions = gp100_gr_init_shader_exceptions,
|
H A D | gp10b.c | 57 .init_shader_exceptions = gp100_gr_init_shader_exceptions,
|
H A D | gp104.c | 45 .init_shader_exceptions = gp100_gr_init_shader_exceptions,
|
H A D | gf104.c | 129 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gf110.c | 101 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gk110b.c | 120 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gf108.c | 127 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gf119.c | 192 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gk208.c | 178 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gf117.c | 167 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gk110.c | 368 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | gp100.c | 121 .init_shader_exceptions = gp100_gr_init_shader_exceptions,
|
H A D | gp102.c | 117 .init_shader_exceptions = gp100_gr_init_shader_exceptions,
|
H A D | gk104.c | 472 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|
H A D | tu102.c | 114 .init_shader_exceptions = gv100_gr_init_shader_exceptions,
|
H A D | gm107.c | 413 .init_shader_exceptions = gm107_gr_init_shader_exceptions,
|
H A D | gm200.c | 201 .init_shader_exceptions = gm107_gr_init_shader_exceptions,
|
H A D | ga102.c | 167 .init_shader_exceptions = gv100_gr_init_shader_exceptions,
|
H A D | gv100.c | 297 .init_shader_exceptions = gv100_gr_init_shader_exceptions,
|
H A D | gf100.h | 177 void (*init_shader_exceptions)(struct gf100_gr *, int gpc, int tpc); member
|
H A D | gf100.c | 2439 gr->func->init_shader_exceptions(gr, gpc, tpc); in gf100_gr_init() 2539 .init_shader_exceptions = gf100_gr_init_shader_exceptions,
|