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

  /external/mesa3d/src/gallium/auxiliary/util/
u_dynarray.h 82 util_dynarray_grow(struct util_dynarray *buf, int diff) function
103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), sizeof(type)), &__v, sizeof(type));} while(0)
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 75 memcpy(util_dynarray_grow(&fpc->imm_data, sizeof(float) * 4), v, 4 * sizeof(float));
    [all...]

Completed in 1000 milliseconds