Searched refs:so_allocator (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.h | 170 struct u_suballocator so_allocator; member
|
D | d3d12_context.cpp | 1585 u_suballocator_alloc(&ctx->so_allocator, sizeof(uint32_t) * 5, 16, in d3d12_set_stream_output_targets() 1820 u_suballocator_alloc(&ctx->so_allocator, sizeof(uint32_t) * 5, 256, in d3d12_enable_fake_so_buffers() 2518 u_suballocator_init(&ctx->so_allocator, &ctx->base, 4096, 0, in d3d12_context_create()
|