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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h460 bool cs_input_local_size_variable_specified; member in struct:_mesa_glsl_parse_state
H A Dglsl_parser_extras.cpp327 this->cs_input_local_size_variable_specified = false;
1777 assert(!state->cs_input_local_size_variable_specified);
1902 state->cs_input_local_size_variable_specified;
H A Dast_type.cpp784 state->cs_input_local_size_variable_specified = true;
H A Dast_to_hir.cpp8846 if (state->cs_input_local_size_variable_specified) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h452 bool cs_input_local_size_variable_specified; member in struct:_mesa_glsl_parse_state
H A Dglsl_parser_extras.cpp317 this->cs_input_local_size_variable_specified = false;
1730 assert(!state->cs_input_local_size_variable_specified);
1855 state->cs_input_local_size_variable_specified;
H A Dast_type.cpp783 state->cs_input_local_size_variable_specified = true;
H A Dast_to_hir.cpp8586 if (state->cs_input_local_size_variable_specified) {

Completed in 33 milliseconds