Searched refs:generate_mipmap (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource.c | 132 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/ |
D | 11.0.6.rst | 81 - meta/generate_mipmap: Don't leak the sampler object 82 - meta/generate_mipmap: Only modify the draw framebuffer binding in
|
D | 11.0.7.rst | 108 - meta/generate_mipmap: Don't leak the framebuffer object
|
D | 11.1.1.rst | 83 - meta/generate_mipmap: Work-around GLES 1.x problem with
|
D | 11.0.8.rst | 87 - meta/generate_mipmap: Work-around GLES 1.x problem with
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 143 !st->pipe->generate_mipmap(st->pipe, pt, format, baseLevel, in st_generate_mipmap()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 41 CALL(generate_mipmap)
|
D | u_threaded_context.c | 3624 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/ |
D | dd_draw.c | 751 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()
|
D | dd_pipe.h | 189 struct call_generate_mipmap generate_mipmap; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 1080 bool (*generate_mipmap)(struct pipe_context *ctx, member
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1176 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/ |
D | noop_pipe.c | 430 ctx->generate_mipmap = noop_generate_mipmap; in noop_create_context()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1604 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/ |
D | v3d_resource.c | 1201 pctx->generate_mipmap = v3d_generate_mipmap; in v3d_resource_context_init()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 1369 pctx->generate_mipmap = panfrost_generate_mipmap; in panfrost_resource_context_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_blit.c | 1418 sctx->b.generate_mipmap = si_generate_mipmap; in si_init_blit_functions()
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 876 If PIPE_CAP_GENERATE_MIPMAP is true, ``generate_mipmap`` can be used
|
D | screen.rst | 339 * ``PIPE_CAP_GENERATE_MIPMAP``: Indicates whether pipe_context::generate_mipmap
|