Searched refs:util_dynarray_pop (Results 1 - 6 of 6) sorted by relevance

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

Completed in 153 milliseconds