Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c1806 float guardband_width, guardband_height; in check_viewport_quirk_70165() local
1817 guardband_width = pViewport->width / 4.0f; in check_viewport_quirk_70165()
1823 guardband_width = 0.0f; in check_viewport_quirk_70165()
1830 guardband_width = pViewport->width / 4.0f; in check_viewport_quirk_70165()
1841 guardband_width = pViewport->width / 4.0f; in check_viewport_quirk_70165()
1851 min_vertex_x = pViewport->x - guardband_width; in check_viewport_quirk_70165()
1852 max_vertex_x = pViewport->x + pViewport->width + guardband_width; in check_viewport_quirk_70165()

Completed in 8 milliseconds