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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_context.h 217 struct d3d12_descriptor_pool *sampler_pool; member in struct:d3d12_context
d3d12_context.cpp 73 d3d12_descriptor_pool_free(ctx->sampler_pool);
669 d3d12_descriptor_pool_alloc_handle(ctx->sampler_pool, &ss->handle);
678 d3d12_descriptor_pool_alloc_handle(ctx->sampler_pool,
1805 d3d12_descriptor_pool_alloc_handle(ctx->sampler_pool, &ctx->null_sampler);
1964 ctx->sampler_pool = d3d12_descriptor_pool_new(screen,
1967 if (!ctx->sampler_pool) {

Completed in 6 milliseconds