Home
last modified time | relevance | path

Searched refs:zbuf (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h130 simdscalar zbuf; in DepthStencilTest() local
144 zbuf = _simd_load_ps((const float*)pDepthBase); in DepthStencilTest()
149 case ZFUNC_LE: depthResult = _simd_cmple_ps(interpZ, zbuf); break; in DepthStencilTest()
150 case ZFUNC_LT: depthResult = _simd_cmplt_ps(interpZ, zbuf); break; in DepthStencilTest()
151 case ZFUNC_GT: depthResult = _simd_cmpgt_ps(interpZ, zbuf); break; in DepthStencilTest()
152 case ZFUNC_GE: depthResult = _simd_cmpge_ps(interpZ, zbuf); break; in DepthStencilTest()
153 case ZFUNC_EQ: depthResult = _simd_cmpeq_ps(interpZ, zbuf); break; in DepthStencilTest()
154 case ZFUNC_NE: depthResult = _simd_cmpneq_ps(interpZ, zbuf); break; in DepthStencilTest()
/external/bzip2/
Dunzcrash.c42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
71 zbuf[byteno] ^= mask; in flip_bit()
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 ); in main()
107 outbuf, &nOut, zbuf, nZ, 0, 0 ); in main()
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c86 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; in i915_clear_emit() local
89 depth_tex = i915_texture(zbuf->texture); in i915_clear_emit()
107 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; in i915_clear_emit() local
110 depth_tex = i915_texture(zbuf->texture); in i915_clear_emit()
/external/iperf3/src/
Diperf_api.c2757 char zbuf[] = " "; in iperf_print_intermediate() local
2774 zbuf[0] = '\0'; in iperf_print_intermediate()
2835 … report_sum_bw_udp_sender_format, mbuf, start_time, end_time, ubuf, nbuf, zbuf, total_packets, tes… in iperf_print_intermediate()
3385 char zbuf[] = " "; in print_interval_results() local
3395 zbuf[0] = '\0'; in print_interval_results()
3475 …iperf_printf(test, report_bw_udp_sender_format, sp->socket, mbuf, st, et, ubuf, nbuf, zbuf, irp->i… in print_interval_results()
/external/libpng/
DCHANGES4032 introduces one performance improvement (avoiding a copy via png_ptr->zbuf.)
4060 and the 'zbuf' is no longer allocated on progressive read. It is now