Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c143 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src()
700 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
727 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
743 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop); in nvfx_vertprog_parse_instruction()
750 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
759 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
768 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
778 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
1026 util_dynarray_append(&insns, unsigned, vp->nr_insns); in _nvfx_vertprog_translate()
[all …]
Dnvfx_fragprog.c263 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset); in nv40_fp_if()
284 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_cal()
325 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_rep()
351 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
354 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
1131 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate()
1141 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dynarray.h103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), siz… macro
/external/mesa3d/src/gallium/state_trackers/va/
Dsubpicture.c239 util_dynarray_append(&surf->subpics, vlVaSubpicture *, sub); in vlVaAssociateSubpicture()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h203 util_dynarray_append(buf, struct fd_cs_patch, ((struct fd_cs_patch){ in OUT_RINGP()
Dfreedreno_query_hw.c77 util_dynarray_append(&batch->samples, struct fd_hw_sample *, new_samp); in get_sample()