Searched defs:stencil_export (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c2977 unsigned z_export = 0, stencil_export = 0; local
3028 stencil_export = 1;
3034 db_shader_control |= S_02880C_STENCIL_EXPORT_ENABLE(stencil_export);
3109 shader->ps_depth_export = z_export | stencil_export;
H A Dr600_state.c2470 unsigned z_export = 0, stencil_export = 0; local
2512 stencil_export = 1;
2515 db_shader_control |= S_02880C_STENCIL_REF_EXPORT_ENABLE(stencil_export);
2573 shader->ps_depth_export = z_export | stencil_export;
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2977 unsigned z_export = 0, stencil_export = 0; local
3028 stencil_export = 1;
3034 db_shader_control |= S_02880C_STENCIL_EXPORT_ENABLE(stencil_export);
3109 shader->ps_depth_export = z_export | stencil_export;
H A Dr600_state.c2470 unsigned z_export = 0, stencil_export = 0; local
2512 stencil_export = 1;
2515 db_shader_control |= S_02880C_STENCIL_REF_EXPORT_ENABLE(stencil_export);
2573 shader->ps_depth_export = z_export | stencil_export;

Completed in 105 milliseconds