Home
last modified time | relevance | path

Searched refs:MESA_shader_integer_functions (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp206 ctx->Extensions.MESA_shader_integer_functions = true; in initialize_context_to_defaults()
Dglsl_parser_extras.cpp717 EXT(MESA_shader_integer_functions),
Dbuiltin_functions.cpp633 return state->extensions->MESA_shader_integer_functions; in integer_functions_supported()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c153 ctx->Extensions.MESA_shader_integer_functions = ctx->Const.GLSLVersion >= 130; in intelInitExtensions()
/external/mesa3d/src/mesa/main/
Dextensions_table.h321 EXT(MESA_shader_integer_functions , MESA_shader_integer_functions , GLL, GLC, x…
Dmtypes.h4223 GLboolean MESA_shader_integer_functions; member
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c995 extensions->MESA_shader_integer_functions = GL_TRUE; in st_init_extensions()
/external/mesa3d/docs/specs/
DMESA_shader_integer_functions.txt3 MESA_shader_integer_functions
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y2364 if (parser->extension_list->MESA_shader_integer_functions) { in _glcpp_parser_handle_version_declaration()