Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c49 unsigned qzzzz[TGSI_QUAD_SIZE]; /**< Z values from the quad */ member
150 * Compute the depth_data::qzzzz[] values from the float fragment Z values.
159 /* Convert quad's float depth values to int depth values (qzzzz). in convert_quad_depth()
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, in depth_test_quad()
[all...]

Completed in 2 milliseconds