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

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c143 pipe->create_depth_stencil_alpha_state = softpipe_create_depth_stencil_state;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c143 pipe->create_depth_stencil_alpha_state = softpipe_create_depth_stencil_state;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c189 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c189 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c159 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c159 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_state.c284 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h157 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member in struct:pipe_context
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dshader-leak.c244 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-gs.c249 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-instanced.c300 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dgraw_util.h168 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx,
H A Dquad-sample.c371 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dfs-test.c498 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dgs-test.c562 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dvs-test.c449 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_state.c284 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h157 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member in struct:pipe_context
/external/mesa3d/src/gallium/tests/graw/
H A Dshader-leak.c244 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-gs.c249 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-instanced.c300 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dgraw_util.h168 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx,
H A Dquad-sample.c371 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c182 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
188 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
198 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
203 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.c463 r300->context.create_depth_stencil_alpha_state(&r300->context,

Completed in 308 milliseconds

123