HomeSort by: relevance | last modified time | path
    Searched refs:can_use_guardband (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_private.h 1160 const VkViewport *viewports, bool can_use_guardband);
1400 bool can_use_guardband; member in struct:radv_pipeline::__anon3259::__anon3260
si_cmd_buffer.c 503 const VkViewport *viewports, bool can_use_guardband)
534 if (!can_use_guardband) {
radv_pipeline.c 3715 pipeline->graphics.can_use_guardband = radv_prim_can_use_guardband(pCreateInfo->pInputAssemblyState->topology);
3719 pipeline->graphics.can_use_guardband = gs_out == V_028A6C_OUTPRIM_TYPE_TRISTRIP;
3726 pipeline->graphics.can_use_guardband = true;
radv_cmd_buffer.c 901 cmd_buffer->state.emitted_pipeline->graphics.can_use_guardband !=
902 pipeline->graphics.can_use_guardband)
951 cmd_buffer->state.emitted_pipeline->graphics.can_use_guardband);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
si_cmd_buffer.c 646 const VkViewport *viewports, bool can_use_guardband)
676 if (!can_use_guardband) {
radv_private.h 1526 const VkViewport *viewports, bool can_use_guardband);
1806 bool can_use_guardband; member in struct:radv_pipeline::__anon570::__anon571
radv_pipeline.c 1480 pipeline->graphics.can_use_guardband = radv_prim_can_use_guardband(ia_state->topology);
1484 pipeline->graphics.can_use_guardband = true;
1488 pipeline->graphics.can_use_guardband = true;
1492 pipeline->graphics.can_use_guardband = true;
radv_cmd_buffer.c 1320 cmd_buffer->state.emitted_pipeline->graphics.can_use_guardband !=
1321 pipeline->graphics.can_use_guardband)
1443 cmd_buffer->state.emitted_pipeline->graphics.can_use_guardband);

Completed in 33 milliseconds