Searched refs:NV50_CODE_BO_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 639 PUSH_DATAh(push, screen->code->offset + (0 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx() 640 PUSH_DATA (push, screen->code->offset + (0 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx() 643 PUSH_DATAh(push, screen->code->offset + (1 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx() 644 PUSH_DATA (push, screen->code->offset + (1 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx() 647 PUSH_DATAh(push, screen->code->offset + (2 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx() 648 PUSH_DATA (push, screen->code->offset + (2 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx() 974 (3 << NV50_CODE_BO_SIZE_LOG2) + 0x1000, in nv50_screen_create() 981 nouveau_heap_init(&screen->vp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create() 982 nouveau_heap_init(&screen->gp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create() 983 nouveau_heap_init(&screen->fp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
|
D | nv50_screen.h | 20 #define NV50_CODE_BO_SIZE_LOG2 19 macro
|
D | nv50_program.c | 506 (prog_type << NV50_CODE_BO_SIZE_LOG2) + prog->code_base, in nv50_program_upload_code()
|