HomeSort by relevance Sort by last modified time
    Searched refs:util_dynarray_append (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_dynarray.h 103 #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/drivers/nouveau/nv30/
nvfx_vertprog.c 143 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc);
700 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
727 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
743 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop);
750 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
759 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
768 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
778 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
1026 util_dynarray_append(&insns, unsigned, vp->nr_insns)
    [all...]
nvfx_fragprog.c 263 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset);
284 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
325 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
326 //util_dynarray_append(&fpc->loop_stack, unsigned, target);
351 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
354 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
subpicture.c 239 util_dynarray_append(&surf->subpics, vlVaSubpicture *, sub);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.h 203 util_dynarray_append(buf, struct fd_cs_patch, ((struct fd_cs_patch){
freedreno_query_hw.c 77 util_dynarray_append(&batch->samples, struct fd_hw_sample *, new_samp);

Completed in 1223 milliseconds