Home
last modified time | relevance | path

Searched refs:generate_mipmap (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c132 svga->pipe.generate_mipmap = svga_texture_generate_mipmap; in svga_init_resource_functions()
134 svga->pipe.generate_mipmap = NULL; in svga_init_resource_functions()
/third_party/mesa3d/docs/relnotes/
D11.0.6.rst81 - meta/generate_mipmap: Don't leak the sampler object
82 - meta/generate_mipmap: Only modify the draw framebuffer binding in
D11.0.7.rst108 - meta/generate_mipmap: Don't leak the framebuffer object
D11.1.1.rst83 - meta/generate_mipmap: Work-around GLES 1.x problem with
D11.0.8.rst87 - meta/generate_mipmap: Work-around GLES 1.x problem with
/third_party/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c143 !st->pipe->generate_mipmap(st->pipe, pt, format, baseLevel, in st_generate_mipmap()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h41 CALL(generate_mipmap)
Du_threaded_context.c3624 ASSERTED bool result = pipe->generate_mipmap(pipe, p->res, p->format, in tc_call_generate_mipmap()
4303 CTX_INIT(generate_mipmap); in threaded_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c751 pipe_resource_reference(&dst->info.generate_mipmap.res, NULL); in dd_unreference_copy_of_call()
1430 record->call.info.generate_mipmap.res = NULL; in dd_context_generate_mipmap()
1431 pipe_resource_reference(&record->call.info.generate_mipmap.res, res); in dd_context_generate_mipmap()
1432 record->call.info.generate_mipmap.format = format; in dd_context_generate_mipmap()
1433 record->call.info.generate_mipmap.base_level = base_level; in dd_context_generate_mipmap()
1434 record->call.info.generate_mipmap.last_level = last_level; in dd_context_generate_mipmap()
1435 record->call.info.generate_mipmap.first_layer = first_layer; in dd_context_generate_mipmap()
1436 record->call.info.generate_mipmap.last_layer = last_layer; in dd_context_generate_mipmap()
1439 result = pipe->generate_mipmap(pipe, res, format, base_level, last_level, in dd_context_generate_mipmap()
1819 CTX_INIT(generate_mipmap); in dd_init_draw_functions()
Ddd_pipe.h189 struct call_generate_mipmap generate_mipmap; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1080 bool (*generate_mipmap)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1176 return context->gpu->generate_mipmap(context->gpu, resource->gpu, format, in tegra_generate_mipmap()
1403 context->base.generate_mipmap = tegra_generate_mipmap; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c430 ctx->generate_mipmap = noop_generate_mipmap; in noop_create_context()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1604 ret = pipe->generate_mipmap(pipe, res, format, base_level, last_level, in trace_context_generate_mipmap()
2285 TR_CTX_INIT(generate_mipmap); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1201 pctx->generate_mipmap = v3d_generate_mipmap; in v3d_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1369 pctx->generate_mipmap = panfrost_generate_mipmap; in panfrost_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c1418 sctx->b.generate_mipmap = si_generate_mipmap; in si_init_blit_functions()
/third_party/mesa3d/docs/gallium/
Dcontext.rst876 If PIPE_CAP_GENERATE_MIPMAP is true, ``generate_mipmap`` can be used
Dscreen.rst339 * ``PIPE_CAP_GENERATE_MIPMAP``: Indicates whether pipe_context::generate_mipmap