Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_dynarray.h138 #define util_dynarray_pop(buf, type) *util_dynarray_pop_ptr(buf, type) macro
/external/mesa3d/src/gallium/state_trackers/va/
Dsubpicture.c284 (void)util_dynarray_pop(&surf->subpics, vlVaSubpicture *); in vlVaDeassociateSubpicture()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c150 util_dynarray_pop(&batch->samples, struct fd_hw_sample *); in batch_fini()
Dfreedreno_query_hw.c356 util_dynarray_pop(&batch->samples, struct fd_hw_sample *); in fd_hw_query_prepare()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c739 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry); in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c786 hw = &fpc->fp->insn[util_dynarray_pop(&fpc->if_stack, unsigned)]; in nvfx_fragprog_parse_instruction()