Home
last modified time | relevance | path

Searched refs:NV50_CODE_BO_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c727 PUSH_DATAh(push, screen->code->offset + (0 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
728 PUSH_DATA (push, screen->code->offset + (0 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
731 PUSH_DATAh(push, screen->code->offset + (1 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
732 PUSH_DATA (push, screen->code->offset + (1 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
735 PUSH_DATAh(push, screen->code->offset + (2 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
736 PUSH_DATA (push, screen->code->offset + (2 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
1106 (3 << NV50_CODE_BO_SIZE_LOG2) + 0x1000, in nv50_screen_create()
1113 nouveau_heap_init(&screen->vp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
1114 nouveau_heap_init(&screen->gp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
1115 nouveau_heap_init(&screen->fp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
Dnv50_screen.h20 #define NV50_CODE_BO_SIZE_LOG2 19 macro
Dnv50_program.c516 (prog_type << NV50_CODE_BO_SIZE_LOG2) + prog->code_base, in nv50_program_upload_code()