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.c615 PUSH_DATAh(push, screen->code->offset + (0 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
616 PUSH_DATA (push, screen->code->offset + (0 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
619 PUSH_DATAh(push, screen->code->offset + (1 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
620 PUSH_DATA (push, screen->code->offset + (1 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
623 PUSH_DATAh(push, screen->code->offset + (2 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
624 PUSH_DATA (push, screen->code->offset + (2 << NV50_CODE_BO_SIZE_LOG2)); in nv50_screen_init_hwctx()
945 (3 << NV50_CODE_BO_SIZE_LOG2) + 0x1000, in nv50_screen_create()
952 nouveau_heap_init(&screen->vp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
953 nouveau_heap_init(&screen->gp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
954 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.c500 (prog_type << NV50_CODE_BO_SIZE_LOG2) + prog->code_base, in nv50_program_upload_code()