Searched refs:depth_mode (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 249 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/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 249 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 D | brw_state.h | 202 GLenum depth_mode,
|
H A D | brw_wm_surface_state.c | 599 GLenum depth_mode, 597 translate_tex_format(gl_format mesa_format, GLenum internal_format, GLenum depth_mode, GLenum srgb_decode) argument
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_state.h | 202 GLenum depth_mode,
|
H A D | brw_wm_surface_state.c | 599 GLenum depth_mode, 597 translate_tex_format(gl_format mesa_format, GLenum internal_format, GLenum depth_mode, GLenum srgb_decode) argument
|
Completed in 143 milliseconds