Searched refs:current_type (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c189 struct type_tree_entry *current_type; member in struct:nir_link_uniforms_state
250 if (state->current_type->next_index == UINT_MAX) {
257 for (const struct type_tree_entry *p = state->current_type;
263 state->current_type->next_index = *next_index;
267 unsigned index = state->current_type->next_index;
269 state->current_type->next_index += MAX2(1, uniform->array_elements);
299 struct type_tree_entry *old_type = state->current_type;
301 state->current_type = old_type->children;
322 state->current_type = state->current_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_form_hard_clauses.cpp70 clause_type current_type = clause_other; local in function:aco::form_hard_clauses
94 if (type != current_type || num_instrs == 64 ||
98 current_type = type;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c630 struct type_tree_entry *current_type; member in struct:nir_link_uniforms_state
708 if (state->current_type->next_index == UINT_MAX) {
715 for (const struct type_tree_entry *p = state->current_type;
721 state->current_type->next_index = *next_index;
727 unsigned index = state->current_type->next_index;
729 state->current_type->next_index += MAX2(1, uniform->array_elements);
882 struct type_tree_entry *old_type = state->current_type;
883 state->current_type = old_type->children;
919 state->current_type = state->current_type
[all...]

Completed in 4 milliseconds