Searched refs:create_depth_stencil_alpha_state (Results 1 - 25 of 97) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.c92 pctx->create_depth_stencil_alpha_state = fd2_zsa_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c143 pipe->create_depth_stencil_alpha_state = softpipe_create_depth_stencil_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.c108 pctx->create_depth_stencil_alpha_state = fd2_zsa_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_context.c90 pctx->create_depth_stencil_alpha_state = fd3_zsa_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.c90 pctx->create_depth_stencil_alpha_state = fd4_zsa_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_context.c89 pctx->create_depth_stencil_alpha_state = fd5_zsa_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c95 pctx->create_depth_stencil_alpha_state = fd6_zsa_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_context.c82 pctx->create_depth_stencil_alpha_state = fd3_zsa_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.c82 pctx->create_depth_stencil_alpha_state = fd4_zsa_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_context.c81 pctx->create_depth_stencil_alpha_state = fd5_zsa_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c143 pipe->create_depth_stencil_alpha_state = softpipe_create_depth_stencil_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c196 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c208 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dshader-leak.c242 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-gs.c247 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-instanced.c298 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dgraw_util.h166 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx,
H A Dquad-sample.c365 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c262 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c221 pctx->create_depth_stencil_alpha_state = fd6_zsa_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c307 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dshader-leak.c247 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-gs.c252 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h218 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c322 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state;

Completed in 27 milliseconds

1234