Home
last modified time | relevance | path

Searched refs:has_tess (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpipelineobj.c712 const bool has_tess = _mesa_has_tessellation(ctx); in _mesa_GetProgramPipelineiv() local
741 if (!has_tess) in _mesa_GetProgramPipelineiv()
747 if (!has_tess) in _mesa_GetProgramPipelineiv()
Dshaderapi.c684 const bool has_tess = _mesa_has_tessellation(ctx); in get_programiv() local
947 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()
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c559 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() local
3293 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()
Dtu_private.h916 bool has_tess; member
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1915 bool has_tess = false; in copy_non_dynamic_state() local
1920 has_tess = true; in copy_non_dynamic_state()
1922 if (has_tess) { in copy_non_dynamic_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2356 bool has_tess = shaders[MESA_SHADER_TESS_CTRL]; in radv_set_driver_locations() local
2364 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() local
3448 if (has_tess) { in radv_pipeline_stage_to_user_data_0()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3307 bool has_tess = ctx->so->key.tessellation != IR3_TESS_NONE; in emit_instructions() local
3311 if (has_tess) { in emit_instructions()
/external/mesa3d/docs/relnotes/
D20.2.0.rst1221 - tu: Reset has_tess after renderpass