Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c36 struct nvfx_loop_entry { struct
469 struct nvfx_loop_entry loop; in nvfx_vertprog_parse_instruction()
736 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop); in nvfx_vertprog_parse_instruction()
739 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry); in nvfx_vertprog_parse_instruction()
748 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry); in nvfx_vertprog_parse_instruction()
757 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry); in nvfx_vertprog_parse_instruction()