Home
last modified time | relevance | path

Searched defs:has_tess (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpipelineobj.c712 const bool has_tess = _mesa_has_tessellation(ctx); in _mesa_GetProgramPipelineiv() local
Dshaderapi.c684 const bool has_tess = _mesa_has_tessellation(ctx); in get_programiv() local
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1915 bool has_tess = false; in copy_non_dynamic_state() local
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2356 bool has_tess = shaders[MESA_SHADER_TESS_CTRL]; in radv_set_driver_locations() local
3441 bool has_tess = radv_pipeline_has_tess(pipeline); in radv_pipeline_stage_to_user_data_0() local
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3307 bool has_tess = ctx->so->key.tessellation != IR3_TESS_NONE; in emit_instructions() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c3290 bool has_tess = in tu6_draw_common() local
Dtu_private.h916 bool has_tess; member