Home
last modified time | relevance | path

Searched refs:get_sample_position (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dmultisample.c85 get_sample_position(struct gl_context *ctx, in get_sample_position() function
94 if (ctx->pipe->get_sample_position) in get_sample_position()
95 ctx->pipe->get_sample_position(ctx->pipe, in get_sample_position()
118 get_sample_position(ctx, ctx->DrawBuffer, index, val); in _mesa_GetMultisamplefv()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c206 sctx->b.get_sample_position = si_get_sample_position; in si_init_msaa_functions()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c365 pctx->get_sample_position = v3d_get_sample_position; in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c326 ctx->get_sample_position = iris_get_sample_position; in iris_create_context()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c270 ctx->get_sample_position = crocus_get_sample_position; in crocus_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h462 * Note that get_sample_position() still returns the default locations.
1010 void (*get_sample_position)(struct pipe_context *context, member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c351 pipe->get_sample_position = nv50_context_get_sample_position; in nv50_create()
H A Dnv50_state_validate.c142 nv50->base.pipe.get_sample_position(&nv50->base.pipe, ms, i, xy); in nv50_validate_fb()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c487 ctx->get_sample_position = noop_get_sample_position; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c729 pipe->get_sample_position(pipe, sample_count, sample_index, in dd_context_get_sample_position()
937 CTX_INIT(get_sample_position); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c511 lp->pipe.get_sample_position = llvmpipe_get_sample_position; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c463 pipe->get_sample_position = nvc0_context_get_sample_position; in nvc0_create()
H A Dnvc0_state_validate.c177 nvc0->base.pipe.get_sample_position(&nvc0->base.pipe, ms, i, xy); in nvc0_validate_sample_locations()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c997 svga->pipe.get_sample_position = svga_get_sample_position; in svga_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1116 context->gpu->get_sample_position(context->gpu, count, index, value); in tegra_get_sample_position()
1410 context->base.get_sample_position = tegra_get_sample_position; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1649 vctx->base.get_sample_position = virgl_get_sample_position; in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1732 pctx->get_sample_position = fd_get_sample_position; in fd_resource_context_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c2787 pipe->get_sample_position(pipe, sample_count, sample_index, in tc_get_sample_position()
4587 CTX_INIT(get_sample_position); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c1576 ctx->get_sample_position(ctx, rctx->framebuffer.nr_samples, i, &rctx->sample_positions[4*i]); in r600_set_sample_locations_constant_buffer()
H A Dr600_state.c3115 rctx->b.b.get_sample_position = r600_get_sample_position; in r600_init_state_functions()
H A Devergreen_state.c4499 rctx->b.b.get_sample_position = evergreen_get_sample_position; in evergreen_init_state_functions()
4501 rctx->b.b.get_sample_position = cayman_get_sample_position; in evergreen_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp2497 ctx->base.get_sample_position = d3d12_get_sample_position;
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c4683 pipe->get_sample_position = panfrost_get_sample_position; in context_init()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4456 ctx->base.get_sample_position = zink_get_sample_position; in zink_context_create()

Completed in 61 milliseconds