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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c450 boolean is_stencil, is_depth, blit_depth, blit_stencil; local
473 blit_depth = is_depth && (zs_writemask & BLIT_WRITEMASK_Z);
477 (!writemask && (blit_depth || blit_stencil)));
487 is_depth == blit_depth &&
523 if (!blit_depth)
605 if (!blit_depth && blit_stencil) {
621 if (!blit_depth && blit_stencil) {
691 if (blit_depth && blit_stencil) {
701 else if (blit_depth) {
723 if (blit_depth
[all...]
H A Du_blitter.c1131 boolean blit_stencil, blit_depth; local
1135 blit_depth = util_format_has_depth(src_desc) && (mask & PIPE_MASK_Z);
1143 if (!blit_depth)
1166 if (blit_depth || blit_stencil) {
1169 if (blit_depth && blit_stencil) {
1174 } else if (blit_depth) {
1199 if (blit_depth && blit_stencil) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c450 boolean is_stencil, is_depth, blit_depth, blit_stencil; local
473 blit_depth = is_depth && (zs_writemask & BLIT_WRITEMASK_Z);
477 (!writemask && (blit_depth || blit_stencil)));
487 is_depth == blit_depth &&
523 if (!blit_depth)
605 if (!blit_depth && blit_stencil) {
621 if (!blit_depth && blit_stencil) {
691 if (blit_depth && blit_stencil) {
701 else if (blit_depth) {
723 if (blit_depth
[all...]
H A Du_blitter.c1131 boolean blit_stencil, blit_depth; local
1135 blit_depth = util_format_has_depth(src_desc) && (mask & PIPE_MASK_Z);
1143 if (!blit_depth)
1166 if (blit_depth || blit_stencil) {
1169 if (blit_depth && blit_stencil) {
1174 } else if (blit_depth) {
1199 if (blit_depth && blit_stencil) {

Completed in 162 milliseconds