Home
last modified time | relevance | path

Searched refs:clear_texture (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h48 CALL(clear_texture)
Du_tests.c551 ctx->clear_texture(ctx, tex, 0, &box, &value); in test_sync_file_fences()
Du_threaded_context.c3900 pipe->clear_texture(pipe, p->res, p->level, &p->box, p->data); in tc_call_clear_texture()
4301 CTX_INIT(clear_texture); in threaded_context_create()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp79 q.pipe->clear_texture(q.pipe, pipe, 0, box(from, region), texture_data.data()); in clear()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c481 ctx->clear_texture = noop_clear_texture; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h698 void (*clear_texture)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c519 svga->pipe.clear_texture = svga_clear_texture; in svga_init_clear_functions()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c526 pipe->clear_texture = util_clear_texture; in softpipe_init_texture_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c489 lp->pipe.clear_texture = llvmpipe_clear_texture; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c779 context->gpu->clear_texture(context->gpu, resource->gpu, level, box, data); in tegra_clear_texture()
1359 context->base.clear_texture = tegra_clear_texture; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp567 ctx->pipe.clear_texture = util_clear_texture; in swr_create_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c837 ctx->clear_texture = iris_clear_texture; in iris_init_clear_functions()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c854 ctx->clear_texture = crocus_clear_texture; in crocus_init_clear_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1506 pipe->clear_texture(pipe, res, level, box, data); in trace_context_clear_texture()
2280 TR_CTX_INIT(clear_texture); in trace_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c1593 pipe->clear_texture(pipe, res, level, box, data); in dd_context_clear_texture()
1817 CTX_INIT(clear_texture); in dd_init_draw_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c1162 sctx->b.clear_texture = si_clear_texture; in si_init_clear_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1605 vctx->base.clear_texture = virgl_clear_texture; in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1956 rctx->b.clear_texture = r600_clear_texture; in r600_init_context_texture_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c1860 pipe->clear_texture = nv50_clear_texture; in nv50_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1777 pipe->clear_texture = nv50_clear_texture; in nvc0_init_surface_functions()
/third_party/mesa3d/docs/gallium/
Dcontext.rst297 ``clear_texture`` clears a non-PIPE_BUFFER resource's specified level
Dscreen.rst317 * ``PIPE_CAP_CLEAR_TEXTURE``: Whether `clear_texture` will be
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c3581 pipe->clear_texture(pipe, pt, level, &box, clearValue ? clearValue : zeros); in st_ClearTexSubImage()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4102 ctx->base.clear_texture = zink_clear_texture; in zink_context_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2910 state->pctx->clear_texture(state->pctx, image->bo, in handle_clear_color_image()

12