Home
last modified time | relevance | path

Searched refs:depthstencil (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c169 brw->depthstencil.tile_x = 0; in rebase_depth_stencil()
170 brw->depthstencil.tile_y = 0; in rebase_depth_stencil()
171 brw->depthstencil.depth_offset = 0; in rebase_depth_stencil()
187 brw->depthstencil.tile_x = tile_x; in rebase_depth_stencil()
188 brw->depthstencil.tile_y = tile_y; in rebase_depth_stencil()
189 brw->depthstencil.depth_offset = intel_miptree_get_aligned_offset( in rebase_depth_stencil()
215 brw->depthstencil.tile_x = 0; in brw_workaround_depthstencil_alignment()
216 brw->depthstencil.tile_y = 0; in brw_workaround_depthstencil_alignment()
217 brw->depthstencil.depth_offset = 0; in brw_workaround_depthstencil_alignment()
268 uint32_t tile_x = brw->depthstencil.tile_x; in brw_emit_depthbuffer()
[all …]
Dbrw_context.h1270 } depthstencil; member
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c245 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
247 memset(&depthstencil, 0, sizeof depthstencil); in init()
248 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dshader-leak.c240 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
242 memset(&depthstencil, 0, sizeof depthstencil); in init()
243 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dtri-instanced.c296 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
298 memset(&depthstencil, 0, sizeof depthstencil); in init()
299 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dquad-sample.c364 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
366 memset(&depthstencil, 0, sizeof depthstencil); in init()
367 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dfs-test.c449 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
451 memset(&depthstencil, 0, sizeof depthstencil); in init()
452 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dvs-test.c438 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
440 memset(&depthstencil, 0, sizeof depthstencil); in init()
441 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dgs-test.c540 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
542 memset(&depthstencil, 0, sizeof depthstencil); in init()
543 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c69 struct pipe_depth_stencil_alpha_state depthstencil; member
150 memset(&p->depthstencil, 0, sizeof(p->depthstencil)); in init_prog()
250 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in draw()
Dquad-tex.c71 struct pipe_depth_stencil_alpha_state depthstencil; member
195 memset(&p->depthstencil, 0, sizeof(p->depthstencil)); in init_prog()
312 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in draw()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_private.h45 struct pipe_depth_stencil_alpha_state depthstencil; member
Dpp_run.c276 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in pp_filter_misc_state()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_hw.h246 struct virgl_supported_format_mask depthstencil; member
/external/minigbm/
Dvirgl_hw.h246 struct virgl_supported_format_mask depthstencil; member
/external/virglrenderer/src/
Dvirgl_hw.h295 struct virgl_supported_format_mask depthstencil; member
/external/mesa3d/src/gallium/drivers/swr/
DMakefile.sources109 rasterizer/core/depthstencil.h \
Dmeson.build102 'rasterizer/core/depthstencil.h',
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst179 These are the means to use resources as color render targets or depthstencil