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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dynarray.h103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), sizeof(type)), &__v, sizeof(type));} while(0) macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dynarray.h103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), sizeof(type)), &__v, sizeof(type));} while(0) macro
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc);
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
739 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
755 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop);
762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
1034 util_dynarray_append(
[all...]
H A Dnvfx_fragprog.c261 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset);
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
324 //util_dynarray_append(&fpc->loop_stack, unsigned, target);
347 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
350 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
1168 util_dynarray_append(&insns, unsigned, fp->insn_len);
1178 util_dynarray_append(&insns, unsigned, fp->insn_len);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc);
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
739 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
755 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop);
762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
1034 util_dynarray_append(
[all...]
H A Dnvfx_fragprog.c261 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset);
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
324 //util_dynarray_append(&fpc->loop_stack, unsigned, target);
347 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
350 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
1168 util_dynarray_append(&insns, unsigned, fp->insn_len);
1178 util_dynarray_append(&insns, unsigned, fp->insn_len);

Completed in 136 milliseconds