Home
last modified time | relevance | path

Searched refs:STENCIL_TEST_MASK (Results 1 – 14 of 14) sorted by relevance

/external/igt-gpu-tools/lib/
Drendercopy_i915.c66 ENABLE_STENCIL_TEST_MASK | STENCIL_TEST_MASK(0xff)); in gen3_render_copyfunc()
Di915_reg.h454 #define STENCIL_TEST_MASK(x) ((x)<<8) macro
Di830_reg.h514 #define STENCIL_TEST_MASK(x) ((x)<<8) macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_reg.h342 #define STENCIL_TEST_MASK(x) (((x)&0xff)<<8) macro
Di830_reg.h397 #define STENCIL_TEST_MASK(x) (((x)&0xff)<<8) macro
Di830_state.c66 STENCIL_TEST_MASK(mask)); in i830StencilFuncSeparate()
1019 STENCIL_TEST_MASK(0xff) | in i830_init_packets()
Di915_state.c112 STENCIL_TEST_MASK(front_mask) | in i915_update_stencil()
947 STENCIL_TEST_MASK(0xff) | in i915_init_packets()
/external/igt-gpu-tools/tests/i915/
Dgen3_render_linear_blits.c124 ENABLE_STENCIL_TEST_MASK | STENCIL_TEST_MASK(0xff)); in copy()
Dgen3_render_tiledy_blits.c123 ENABLE_STENCIL_TEST_MASK | STENCIL_TEST_MASK(0xff)); in copy()
Dgen3_render_tiledx_blits.c123 ENABLE_STENCIL_TEST_MASK | STENCIL_TEST_MASK(0xff)); in copy()
Dgen3_render_mixed_blits.c126 ENABLE_STENCIL_TEST_MASK | STENCIL_TEST_MASK(0xff)); in copy()
Dgen3_mixed_blits.c131 ENABLE_STENCIL_TEST_MASK | STENCIL_TEST_MASK(0xff)); in render_copy()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h463 #define STENCIL_TEST_MASK(x) (((x)&0xff)<<8) macro
Di915_state.c473 STENCIL_TEST_MASK(testmask) | in i915_create_depth_stencil_state()