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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h 433 bool tcs_output_vertices_specified; member in struct:_mesa_glsl_parse_state
glsl_parser_extras.cpp 304 this->tcs_output_vertices_specified = false;
1810 if (state->tcs_output_vertices_specified) {
ast_to_hir.cpp 140 state->tcs_output_vertices_specified = false;
4792 if (state->tcs_output_vertices_specified) {
8688 state->tcs_output_vertices_specified = true;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 425 bool tcs_output_vertices_specified; member in struct:_mesa_glsl_parse_state
glsl_parser_extras.cpp 296 this->tcs_output_vertices_specified = false;
1763 if (state->tcs_output_vertices_specified) {
ast_to_hir.cpp 140 state->tcs_output_vertices_specified = false;
4692 if (state->tcs_output_vertices_specified) {
8428 state->tcs_output_vertices_specified = true;

Completed in 37 milliseconds