Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_viewport.c223 if (!rctx->vs_writes_viewport_index) { in r600_emit_scissors()
303 if (!rctx->vs_writes_viewport_index) { in r600_emit_viewports()
334 if (!rctx->vs_writes_viewport_index) { in r600_emit_depth_ranges()
411 rctx->vs_writes_viewport_index = info->writes_viewport_index; in r600_update_vs_writes_viewport_index()
412 if (!rctx->vs_writes_viewport_index) in r600_update_vs_writes_viewport_index()
Dr600_pipe_common.h562 bool vs_writes_viewport_index; member