Searched refs:util_dynarray_append (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src() 711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 739 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 755 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop); in nvfx_vertprog_parse_instruction() 762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 1034 util_dynarray_append(&insns, unsigned, vp->nr_insns); in _nvfx_vertprog_translate() [all …]
|
D | nvfx_fragprog.c | 261 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset); in nv40_fp_if() 282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_cal() 323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_rep() 347 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra() 350 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra() 1168 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate() 1178 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src() 711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 739 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 755 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop); in nvfx_vertprog_parse_instruction() 762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 1034 util_dynarray_append(&insns, unsigned, vp->nr_insns); in _nvfx_vertprog_translate() [all …]
|
D | nvfx_fragprog.c | 261 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset); in nv40_fp_if() 282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_cal() 323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_rep() 347 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra() 350 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra() 1168 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate() 1178 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_dynarray.h | 103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), siz… macro
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dynarray.h | 103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), siz… macro
|