Home
last modified time | relevance | path

Searched defs:half_height (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp72 float half_height = height / 2.0f; in SetViewports() local
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c177 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
H A Dquad-tex.c234 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-gs.c58 float half_height = (float)height / 2.0f; in set_viewport() local
H A Dfs-test.c139 float half_height = (float)height / 2.0f; in set_viewport() local
H A Dgraw_util.h192 float half_height = height / 2.0f; in graw_util_viewport() local
H A Dquad-sample.c67 float half_height = (float)height / 2.0f; in set_viewport() local
H A Dtri-instanced.c87 float half_height = (float)height / 2.0f; in set_viewport() local
H A Dshader-leak.c57 float half_height = (float)height / 2.0f; in set_viewport() local
H A Dvs-test.c119 float half_height = (float)height / 2.0f; in set_viewport() local
H A Dgs-test.c197 float half_height = (float)height / 2.0f; in set_viewport() local
/third_party/mesa3d/src/mesa/main/
H A Dviewport.c569 float half_height = 0.5f * ctx->ViewportArray[i].Height; in _mesa_get_viewport_xform() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c902 const float half_height = fabsf(viewports[0].scale[1]); in lp_setup_set_viewports() local
/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c674 float half_height = 0.5f * viewport->height; in radv_get_viewport_xform() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c1901 float half_height = 0.5f * viewport->height; in v3dv_viewport_compute_xform() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c601 float half_height = 0.5f * viewport->height; in get_viewport_xform() local

Completed in 24 milliseconds