HomeSort by: relevance | last modified time | path
    Searched refs:ARB_vertex_attrib_64bit_enable (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h 756 bool ARB_vertex_attrib_64bit_enable;
ast_to_hir.cpp 5432 error = !state->is_version(410, 0) && !state->ARB_vertex_attrib_64bit_enable;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 742 bool ARB_vertex_attrib_64bit_enable;
ast_to_hir.cpp 5258 if (check_type->is_double() && (state->is_version(410, 0) || state->ARB_vertex_attrib_64bit_enable))

Completed in 14 milliseconds