OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTX_RB3D_ZSTENCILCNTL
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c
328
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] &= ~R200_Z_TEST_MASK;
332
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_NEVER;
335
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_LESS;
338
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_EQUAL;
341
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_LEQUAL;
344
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_GREATER;
347
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_NEQUAL;
350
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_GEQUAL;
353
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_TEST_ALWAYS;
364
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= R200_Z_WRITE_ENABLE
[
all
...]
r200_context.h
105
#define
CTX_RB3D_ZSTENCILCNTL
7
r200_state_init.c
482
atom->cmd[
CTX_RB3D_ZSTENCILCNTL
] &= ~RADEON_DEPTH_FORMAT_MASK;
483
atom->cmd[
CTX_RB3D_ZSTENCILCNTL
] |= depth_fmt;
502
OUT_BATCH(atom->cmd[
CTX_RB3D_ZSTENCILCNTL
]);
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c
266
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] &= ~RADEON_Z_TEST_MASK;
270
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_NEVER;
273
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_LESS;
276
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_EQUAL;
279
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_LEQUAL;
282
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_GREATER;
285
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_NEQUAL;
288
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_GEQUAL;
291
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_TEST_ALWAYS;
303
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_WRITE_ENABLE
[
all
...]
radeon_state_init.c
364
atom->cmd[
CTX_RB3D_ZSTENCILCNTL
] &= ~RADEON_DEPTH_FORMAT_MASK;
365
atom->cmd[
CTX_RB3D_ZSTENCILCNTL
] |= depth_fmt;
384
OUT_BATCH(atom->cmd[
CTX_RB3D_ZSTENCILCNTL
]);
682
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] = (RADEON_Z_TEST_LESS |
690
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_COMPRESSION_ENABLE |
694
/* rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_Z_HIERARCHY_ENABLE;*/
696
rmesa->hw.ctx.cmd[
CTX_RB3D_ZSTENCILCNTL
] |= RADEON_FORCE_Z_DIRTY;
[
all
...]
radeon_context.h
96
#define
CTX_RB3D_ZSTENCILCNTL
7
Completed in 4092 milliseconds