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

  /external/mesa3d/src/util/
u_dynarray.h 106 util_dynarray_grow(struct util_dynarray *buf, int diff) function
134 #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/intel/compiler/
brw_nir_analyze_ubo_ranges.c 239 util_dynarray_grow(&ranges, sizeof(struct ubo_range_entry));
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 76 memcpy(util_dynarray_grow(&fpc->imm_data, sizeof(float) * 4), v, 4 * sizeof(float));
    [all...]

Completed in 7214 milliseconds