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

  /external/mesa3d/src/util/
ralloc.h 65 * ((type *) ralloc_size(ctx, sizeof(type))
68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type)))
89 * ((type *) ralloc_size(ctx, 0)
101 void *ralloc_size(const void *ctx, size_t size) MALLOCLIKE;
115 * calling ralloc_size(ctx, 0). This is different from talloc.
166 * calling ralloc_size(ctx, 0). This is different from talloc.
205 * calling ralloc_size(ctx, 0). This is different from talloc.
448 DECLARE_ALLOC_CXX_OPERATORS_TEMPLATE(type, ralloc_size)
ralloc.c 120 return ralloc_size(ctx, 0);
124 ralloc_size(const void *ctx, size_t size) function
158 void *ptr = ralloc_size(ctx, size);
201 return ralloc_size(ctx, size);
213 return ralloc_size(ctx, size * count);
479 char *ptr = ralloc_size(ctx, size);
616 node = ralloc_size(ralloc_ctx, sizeof(linear_header) + min_size);
disk_cache.c 189 buf = ralloc_size(local, buf_size);
  /external/mesa3d/src/compiler/glsl/tests/
blob_test.c 290 buf = ralloc_size(ctx, size);
  /external/mesa3d/src/compiler/
glsl_types.h 154 type = ralloc_size(glsl_type::mem_ctx, size);
glsl_types.cpp 435 char *const n = (char *) ralloc_size(this->mem_ctx, name_length);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 387 ralloc_size(NULL, this->alloc.count * sizeof(unsigned));
  /external/mesa3d/src/compiler/glsl/
standalone.cpp 350 text = (char *) ralloc_size(ctx, size + 1);
  /external/mesa3d/src/mesa/program/
program_parse.y     [all...]

Completed in 2029 milliseconds