Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c49 unsigned qzzzz[TGSI_QUAD_SIZE]; /**< Z values from the quad */ member
181 data->qzzzz[j] = (unsigned) (dvals[j] * scale); in convert_quad_depth()
190 data->qzzzz[j] = (unsigned) (dvals[j] * scale); in convert_quad_depth()
200 data->qzzzz[j] = (unsigned) (dvals[j] * scale); in convert_quad_depth()
210 data->qzzzz[j] = (unsigned) (dvals[j] * scale); in convert_quad_depth()
221 data->qzzzz[j] = fui.ui; in convert_quad_depth()
568 DEPTHTEST(data->qzzzz, <, data->bzzzz); in depth_test_quad()
571 DEPTHTEST(data->qzzzz, ==, data->bzzzz); in depth_test_quad()
574 DEPTHTEST(data->qzzzz, <=, data->bzzzz); in depth_test_quad()
577 DEPTHTEST(data->qzzzz, >, data->bzzzz); in depth_test_quad()
[all …]