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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dshader-leak.c58 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
63 vp.scale[2] = half_depth;
67 vp.translate[2] = half_depth + z;
H A Dtri-gs.c59 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
64 vp.scale[2] = half_depth;
68 vp.translate[2] = half_depth + z;
H A Dtri-instanced.c88 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
93 vp.scale[2] = half_depth;
97 vp.translate[2] = half_depth + z;
H A Dgraw_util.h193 float half_depth = (zFar - zNear) / 2.0f; local in function:graw_util_viewport
198 vp.scale[2] = half_depth;
202 vp.translate[2] = half_depth + z;
H A Dquad-sample.c68 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
73 vp.scale[2] = half_depth;
77 vp.translate[2] = half_depth + z;
H A Dfs-test.c140 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
145 vp.scale[2] = half_depth;
149 vp.translate[2] = half_depth + z;
H A Dgs-test.c198 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
203 vp.scale[2] = half_depth;
207 vp.translate[2] = half_depth + z;
H A Dvs-test.c120 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
125 vp.scale[2] = half_depth;
129 vp.translate[2] = half_depth + z;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dtri.c178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f; local in function:init_prog
191 p->viewport.scale[2] = half_depth;
195 p->viewport.translate[2] = half_depth + z;
H A Dquad-tex.c234 float half_depth = ((float)FAR - (float)NEAR) / 2.0f; local in function:init_prog
247 p->viewport.scale[2] = half_depth;
251 p->viewport.translate[2] = half_depth + z;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dshader-leak.c58 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
63 vp.scale[2] = half_depth;
67 vp.translate[2] = half_depth + z;
H A Dtri-gs.c59 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
64 vp.scale[2] = half_depth;
68 vp.translate[2] = half_depth + z;
H A Dgraw_util.h193 float half_depth = (zFar - zNear) / 2.0f; local in function:graw_util_viewport
198 vp.scale[2] = half_depth;
202 vp.translate[2] = half_depth + z;
H A Dquad-sample.c68 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
73 vp.scale[2] = half_depth;
77 vp.translate[2] = half_depth + z;
H A Dtri-instanced.c88 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
93 vp.scale[2] = half_depth;
97 vp.translate[2] = half_depth + z;
H A Dfs-test.c140 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
145 vp.scale[2] = half_depth;
149 vp.translate[2] = half_depth + z;
H A Dgs-test.c198 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
203 vp.scale[2] = half_depth;
207 vp.translate[2] = half_depth + z;
H A Dvs-test.c120 float half_depth = ((float)zFar - (float)zNear) / 2.0f; local in function:set_viewport
125 vp.scale[2] = half_depth;
129 vp.translate[2] = half_depth + z;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dtri.c178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f; local in function:init_prog
191 p->viewport.scale[2] = half_depth;
195 p->viewport.translate[2] = half_depth + z;
H A Dquad-tex.c235 float half_depth = ((float)FAR - (float)NEAR) / 2.0f; local in function:init_prog
248 p->viewport.scale[2] = half_depth;
252 p->viewport.translate[2] = half_depth + z;

Completed in 14 milliseconds