OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:util_dynarray_append
(Results
1 - 3
of
3
) 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/nv30/
nvfx_vertprog.c
141
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
(&insns, unsigned, vp->nr_insns)
[
all
...]
nvfx_fragprog.c
261
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);
[
all
...]
Completed in 34 milliseconds