Home
last modified time | relevance | path

Searched refs:can_use_guardband (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_private.h1012 const VkViewport *viewports, bool can_use_guardband);
1269 bool can_use_guardband; member
Dsi_cmd_buffer.c672 const VkViewport *viewports, bool can_use_guardband) in si_write_scissors() argument
703 if (!can_use_guardband) { in si_write_scissors()
Dradv_pipeline.c2466 …pipeline->graphics.can_use_guardband = radv_prim_can_use_guardband(pCreateInfo->pInputAssemblyStat… in radv_pipeline_init()
2470 …pipeline->graphics.can_use_guardband = pipeline->graphics.gs_out == V_028A6C_OUTPRIM_TYPE_TRISTRIP; in radv_pipeline_init()
2477 pipeline->graphics.can_use_guardband = true; in radv_pipeline_init()
Dradv_cmd_buffer.c1097 cmd_buffer->state.emitted_pipeline->graphics.can_use_guardband != in radv_emit_graphics_pipeline()
1098 pipeline->graphics.can_use_guardband) in radv_emit_graphics_pipeline()
1143 cmd_buffer->state.emitted_pipeline->graphics.can_use_guardband); in radv_emit_scissor()