HomeSort by: relevance | last modified time | path
    Searched refs:u_suballocator (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_suballoc.h 34 struct u_suballocator;
36 struct u_suballocator *
42 u_suballocator_destroy(struct u_suballocator *allocator);
45 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
u_suballoc.c 40 struct u_suballocator { struct
62 struct u_suballocator *
67 struct u_suballocator *allocator = CALLOC_STRUCT(u_suballocator);
81 u_suballocator_destroy(struct u_suballocator *allocator)
88 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_suballoc.h 40 struct u_suballocator { struct
54 u_suballocator_init(struct u_suballocator *allocator,
61 u_suballocator_destroy(struct u_suballocator *allocator);
64 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
u_suballoc.c 48 u_suballocator_init(struct u_suballocator *allocator,
65 u_suballocator_destroy(struct u_suballocator *allocator)
71 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_context.h 153 struct u_suballocator query_allocator;
154 struct u_suballocator so_allocator;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_context.h 195 struct u_suballocator *suballocator;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe_common.h 515 struct u_suballocator allocator_zeroed_memory;
r600_pipe.h 496 struct u_suballocator allocator_fetch_shader;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_pipe_common.h 526 struct u_suballocator *allocator_zeroed_memory;
r600_pipe.h 491 struct u_suballocator *allocator_fetch_shader;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_pipe.h 213 struct u_suballocator;
815 struct u_suballocator *allocator_zeroed_memory;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_pipe.h 912 struct u_suballocator allocator_zeroed_memory;

Completed in 20 milliseconds