Searched refs:has_tess (Results 1 – 8 of 8) sorted by relevance
712 const bool has_tess = _mesa_has_tessellation(ctx); in _mesa_GetProgramPipelineiv() local741 if (!has_tess) in _mesa_GetProgramPipelineiv()747 if (!has_tess) in _mesa_GetProgramPipelineiv()
684 const bool has_tess = _mesa_has_tessellation(ctx); in get_programiv() local947 if (!has_tess) in get_programiv()955 if (!has_tess) in get_programiv()963 if (!has_tess) in get_programiv()985 if (!has_tess) in get_programiv()993 if (!has_tess) in get_programiv()
559 if (cmd->state.has_tess) in use_sysmem_rendering()2740 if (secondary->state.has_tess) in tu_CmdExecuteCommands()2741 cmd->state.has_tess = true; in tu_CmdExecuteCommands()3290 bool has_tess = in tu6_draw_common() local3293 if (has_tess) { in tu6_draw_common()3296 cmd->state.has_tess = true; in tu6_draw_common()3357 has_tess + in tu6_draw_common()3374 if (has_tess) in tu6_draw_common()3934 cmd_buffer->state.has_tess = false; in tu_CmdEndRenderPass2()
916 bool has_tess; member
1915 bool has_tess = false; in copy_non_dynamic_state() local1920 has_tess = true; in copy_non_dynamic_state()1922 if (has_tess) { in copy_non_dynamic_state()
2356 bool has_tess = shaders[MESA_SHADER_TESS_CTRL]; in radv_set_driver_locations() local2364 vs_info_idx = has_tess ? MESA_SHADER_TESS_CTRL : MESA_SHADER_GEOMETRY; in radv_set_driver_locations()2372 if (has_tess) { in radv_set_driver_locations()3441 bool has_tess = radv_pipeline_has_tess(pipeline); in radv_pipeline_stage_to_user_data_0() local3448 if (has_tess) { in radv_pipeline_stage_to_user_data_0()
3307 bool has_tess = ctx->so->key.tessellation != IR3_TESS_NONE; in emit_instructions() local3311 if (has_tess) { in emit_instructions()
1221 - tu: Reset has_tess after renderpass