Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_dynarray.h107 #define util_dynarray_pop(buf, type) *util_dynarray_pop_ptr(buf, type) macro
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c758 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry); in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c832 hw = &fpc->fp->insn[util_dynarray_pop(&fpc->if_stack, unsigned)]; in nvfx_fragprog_parse_instruction()