Home
last modified time | relevance | path

Searched refs:_mesa_has_tessellation (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dprogram_resource.c64 return _mesa_has_tessellation(ctx) && _mesa_has_ARB_shader_subroutine(ctx); in supported_interface_enum()
320 if (!_mesa_has_tessellation(ctx) || !_mesa_has_ARB_shader_subroutine(ctx)) in _mesa_GetProgramResourceLocation()
H A Dcontext.h392 _mesa_has_tessellation(const struct gl_context *ctx) in _mesa_has_tessellation() function
H A Dpipelineobj.c318 if (_mesa_has_tessellation(ctx)) in _mesa_UseProgramStages()
720 const bool has_tess = _mesa_has_tessellation(ctx); in _mesa_GetProgramPipelineiv()
H A Dshaderapi.c298 return ctx == NULL || _mesa_has_tessellation(ctx); in _mesa_validate_shader_target()
775 const bool has_tess = _mesa_has_tessellation(ctx); in get_programiv()
2757 if (!_mesa_has_tessellation(ctx)) { in _mesa_PatchParameteri()
2781 if (!_mesa_has_tessellation(ctx)) { in _mesa_PatchParameterfv()
H A Dversion.c681 if (_mesa_has_tessellation(ctx)) in _mesa_compute_version()
H A Dformatquery.c1323 !_mesa_has_tessellation(ctx)) in _mesa_GetInternalformativ()
H A Dqueryobj.c527 if (_mesa_has_tessellation(ctx)) in get_query_binding_point()
H A Dget.c1509 _mesa_has_tessellation(ctx); in check_extra()
1514 _mesa_has_tessellation(ctx); in check_extra()

Completed in 15 milliseconds