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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c249 unsigned depth_mode; local
268 depth_mode = EARLY_DEPTH_TEST | LATE_DEPTH_WRITE;
270 depth_mode = EARLY_DEPTH_TEST | EARLY_DEPTH_WRITE;
273 depth_mode = LATE_DEPTH_TEST | LATE_DEPTH_WRITE;
278 depth_mode &= ~(LATE_DEPTH_WRITE | EARLY_DEPTH_WRITE);
281 depth_mode = 0;
314 if (!(depth_mode & EARLY_DEPTH_TEST) && !simple_shader)
320 if (depth_mode & EARLY_DEPTH_TEST) {
333 if (depth_mode & EARLY_DEPTH_WRITE) {
364 (depth_mode
477 unsigned depth_mode; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c599 GLenum depth_mode,
597 translate_tex_format(gl_format mesa_format, GLenum internal_format, GLenum depth_mode, GLenum srgb_decode) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c249 unsigned depth_mode; local
268 depth_mode = EARLY_DEPTH_TEST | LATE_DEPTH_WRITE;
270 depth_mode = EARLY_DEPTH_TEST | EARLY_DEPTH_WRITE;
273 depth_mode = LATE_DEPTH_TEST | LATE_DEPTH_WRITE;
278 depth_mode &= ~(LATE_DEPTH_WRITE | EARLY_DEPTH_WRITE);
281 depth_mode = 0;
314 if (!(depth_mode & EARLY_DEPTH_TEST) && !simple_shader)
320 if (depth_mode & EARLY_DEPTH_TEST) {
333 if (depth_mode & EARLY_DEPTH_WRITE) {
364 (depth_mode
477 unsigned depth_mode; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c599 GLenum depth_mode,
597 translate_tex_format(gl_format mesa_format, GLenum internal_format, GLenum depth_mode, GLenum srgb_decode) argument

Completed in 129 milliseconds