Home
last modified time | relevance | path

Searched refs:fetch_stencil (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c470 bool fetch_stencil) in select_zs_component_format()
473 if (fetch_stencil && !util_format_has_stencil(desc)) in select_zs_component_format()
475 if (!fetch_stencil && !util_format_has_depth(desc)) in select_zs_component_format()
480 return fetch_stencil ? PIPE_FORMAT_X24S8_UINT : PIPE_FORMAT_Z24X8_UNORM; in select_zs_component_format()
482 return fetch_stencil ? PIPE_FORMAT_S8X24_UINT : PIPE_FORMAT_X8Z24_UNORM; in select_zs_component_format()
484 return fetch_stencil ? PIPE_FORMAT_X32_S8X24_UINT : format; in select_zs_component_format()
505 const bool fetch_stencil = location == FRAG_RESULT_STENCIL; in fs_fb_fetch() local
506 const bool fetch_zs = fetch_stencil || location == FRAG_RESULT_DEPTH; in fs_fb_fetch()
510 buf_format = select_zs_component_format(key->zsbuf_format, fetch_stencil); in fs_fb_fetch()
604 } else if (fetch_stencil) { in fs_fb_fetch()
469 select_zs_component_format(enum pipe_format format, bool fetch_stencil) select_zs_component_format() argument
[all...]

Completed in 6 milliseconds